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:18] – z0hpvk | resourcemanager [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| Package / Procedures | Package / Procedures | ||
| < | < | ||
| - | DBMS_RESOURCE_MANAGER.CREATE_CDB_PLAN_DIRECTIVE</ | + | DBMS_RESOURCE_MANAGER.DELETE_CDB_PLAN |
| + | DBMS_RESOURCE_MANAGER.CREATE_CDB_PLAN_DIRECTIVE | ||
| + | DBMS_RESOURCE_MANAGER.UPDATE_CDB_PLAN_DIRECTIVE | ||
| + | DBMS_RESOURCE_MANAGER.DELETE_CDB_PLAN_DIRECTIVE</ | ||
| Views | Views | ||
| < | < | ||
| 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.1438161516.txt.gz · Last modified: (external edit)
