resourcemanager
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
resourcemanager [2015/07/29 09:20] – z0hpvk | resourcemanager [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 12: | Line 12: | ||
< | < | ||
DBA_CDB_RSRC_PLAN_DIRECTIVES</ | DBA_CDB_RSRC_PLAN_DIRECTIVES</ | ||
+ | Examples | ||
+ | < | ||
+ | DBMS_RESOURCE_MANAGER.create_pending_area; | ||
+ | |||
+ | DBMS_RESOURCE_MANAGER.create_cdb_plan( | ||
+ | plan => ' | ||
+ | comment => 'A test CDB resource plan' | ||
+ | |||
+ | DBMS_RESOURCE_MANAGER.create_cdb_plan_directive( | ||
+ | plan => ' | ||
+ | pluggable_database | ||
+ | shares | ||
+ | utilization_limit | ||
+ | parallel_server_limit => 50); -- Percent of CDBs PARALLEL_SERVERS_TARGET available | ||
+ | |||
+ | DBMS_RESOURCE_MANAGER.create_cdb_plan_directive( | ||
+ | plan => ' | ||
+ | pluggable_database | ||
+ | shares | ||
+ | utilization_limit | ||
+ | parallel_server_limit => 50); | ||
+ | |||
+ | DBMS_RESOURCE_MANAGER.validate_pending_area; | ||
+ | DBMS_RESOURCE_MANAGER.submit_pending_area; | ||
+ | END;</ | ||
+ | ==== Automatic Consumer Group Switching ==== | ||
+ | SWITCH_GROUP can now be set to LOG_ONLY, so a potential switch is logged but not performed.\\ | ||
+ | New parameters are SWITCH_IO_LOGICAL and SWITCH_ELAPSED_TIME. | ||
resourcemanager.1438161636.txt.gz · Last modified: 2025/03/08 22:23 (external edit)