Oracle DBMS_MANAGEMENT_BOOTSTRAP
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Allows a Pluggable database to modify all DBA_HIST views to obtain its data from a different source.
AUTHID CURRENT_USER
Dependencies
ALL_OBJECTS DBMS_STANDARD PLITBLM
DBMS_ASSERT DBMS_SWRF_LIB  
Documented No
First Available 12.2
Security Model Owned by SYS with EXECUTE granted to the DBA role
Source {ORACLE_HOME}/rdbms/admin/dbmsmb.sql
Subprograms
 
CLEANUP_DB_REPLAY_OBJECTS
Drops DB Replay objects that should help with future backports, specifically patch apply and rollback dbms_management_bootstrap.cleanup_db_replay_objects;
exec dbms_management_bootstrap.cleanup_db_replay_objects;

PL/SQL procedure successfully completed.
 
MODIFY_AWR_VIEW_SETTINGS
Allows a Pluggable database to modify all DBA_HIST views to obtain its data from a different source dbms_management_bootstrap.modify_awr_view_settings(
view_location IN VARCHAR2 DEFAULT 'AWR_ROOT',
recomp_objs   IN BOOLEAN  DEFAULT TRUE);
exec dbms_management_bootstrap.modify_awr_view_settings(recomp_objs=>FALSE);

PL/SQL procedure successfully completed.
 
RECREATE_AWR_PARTITIONS (new 23ai)
Used to reduce the total number of partitions created for tables in AWR, using the active partition policy (retention, interval, etc) dbms_management_bootstrap(
dbid       NUMBER,
table_name VARCHAR2 DEFAULT NULL,
timeout    NUMBER   DEFAULT NULL);
TBD

Related Topics
Active Session History
ASH Report
AWRINFO_UTIL
AWR Report
Built-in Functions
Built-in Packages
DBMS_AWR_REPORT_LAYOUT
DBMS_MANAGEMENT_PACKS
DBMS_WORKLOAD_REPOSITORY
Files of Interest
Startup Parameters
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved