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:23] – z0hpvk | resourcemanager [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| Examples | Examples | ||
| < | < | ||
| - | DBMS_RESOURCE_MANAGER.clear_pending_area; | ||
| DBMS_RESOURCE_MANAGER.create_pending_area; | DBMS_RESOURCE_MANAGER.create_pending_area; | ||
| Line 24: | Line 23: | ||
| plan => ' | plan => ' | ||
| pluggable_database | pluggable_database | ||
| - | shares | + | shares |
| - | utilization_limit | + | utilization_limit |
| - | parallel_server_limit => 100); | + | parallel_server_limit => 50); -- Percent of CDBs PARALLEL_SERVERS_TARGET available |
| DBMS_RESOURCE_MANAGER.create_cdb_plan_directive( | DBMS_RESOURCE_MANAGER.create_cdb_plan_directive( | ||
| plan => ' | plan => ' | ||
| pluggable_database | pluggable_database | ||
| - | shares | + | shares |
| - | utilization_limit | + | utilization_limit |
| - | parallel_server_limit => 100); | + | parallel_server_limit => 50); |
| DBMS_RESOURCE_MANAGER.validate_pending_area; | DBMS_RESOURCE_MANAGER.validate_pending_area; | ||
| DBMS_RESOURCE_MANAGER.submit_pending_area; | DBMS_RESOURCE_MANAGER.submit_pending_area; | ||
| - | END; | + | END;</code> |
| - | / | + | ==== 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.1438161831.txt.gz · Last modified: (external edit)
