QUESTION 37Examine this output: Which two are true? (Choose two.)
SOL > select pluggable_database,shares,parallel_server_limit
2 From dba_cdb_rsrc_plan_directive where plan=’MY_PLAN’
3 order by pluggable_database;
PLUGGARLE_DATARASE SHARES PARALLEL _SERVER_LIMIT
ORA$$AUTOTASK 100
ORA$$DEFAULT_PDB_DIRECTIVE 1 0
PDB1 2 100
PDB2 2 25
PDB3 1
SOL > select name,value from v$parameter
2 where name = ‘resource_manager_plan’;
NAME VALUE
Resource_manager_plan MY_PLAN