Database Administration (MOSC)

MOSC Banner

Multitenant - Resource management SHARE parameter

edited Jan 4, 2019 4:56AM in Database Administration (MOSC) 2 commentsAnswered

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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center