Multitenant - Resource management SHARE parameter
Hi,
Is there a standard method to set the initial value of "SHARE" parameter? A method to derive the suitable value.
DBMS_RESOURCE_MANAGER.CREATE_CDB_PLAN_DIRECTIVE (
plan IN VARCHAR2,
pluggable_database IN VARCHAR2,
comment IN VARCHAR2 (2000) DEFAULT '',
shares IN NUMBER DEFAULT NULL,
utilization_limit IN NUMBER DEFAULT NULL,
parallel_server_limit IN NUMBER DEFAULT NULL);
Can we set it to an arbitrarily high value like 100, so it is easy to set the priorities?