Examine this output:下为图片SQL> select pluggable_ database, shares, parallel_ server_ limit
2 from dba_ cdb_ rsrc_ plan_ directives where plan = 'MY_ _PLAN'
3 order by plugaable_ database;
PLUGGABLE_ DATABASE SHARES PARALLEL_ SERVER_ LIMIT
-------------------------------------------------------- ---------- --------------------------------------
ORASAUTOTASK 100
ORASDEFAULT_ PDB_ DIRECTIVE 1 0
PDB1 2 100
PDB2 2 25
PDB3 1
SQL> select name, value from v$parameter
2 where name = 'resource_ manager_ plan' ;
---------------------------------------------------------------
NAME VALUE
Resource_ manager_ plan MY_ PLAN
Which two are true?