Examine this output:SOL > select pluggable_database,shares,parallel_server_limit
From dba_cdb_rsrc_plan_directive where plan=’MY_PLAN’
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
Which two are ture?