Oracle
1Z0-063 · Question #225
Your multitenant container database (CDB) CDB1 has two pluggable databases, PDB1 and PDB2. The local net service name CDB1 connects to the root database, and the service names PDB1 and PDB2 connect…
The correct answer is B. It is set to TRUE for the root database and the pluggable database PDB2, because values can be. See the full explanation below for the reasoning.
Question
Your multitenant container database (CDB) CDB1 has two pluggable databases, PDB1 and PDB2. The local net service name CDB1 connects to the root database, and the service names PDB1 and PDB2 connect to the pluggable databases (PDBs), PDB1 and PDB2, respectively. Examine the commands to change the value of the PDB modifiable initialization parameter: $> sqlplus sys/oracle_4U@pdb1 AS SYSDBA SQL> ALTER SYSTEM SET optimizer_use_sql_plan_baselines=FALSE SCOPE=BOTH; SQL>CONN sys/oracle_4U@pdb2 AS SYSDBA SQL>ALTER SYSTEM SET optimizer_use_sql_plan_baselines= TRUE SCOPE = BOTH; SQL> CONN sys/oracle _4U@cdbl AS SYSDBA SQL.>ALTER SYSTEM SET optimizer_use_sql_plan_baseline=TRUE SCOPE=BOTH; Which statement is true about the OPTIMIZER_USE_SQL_PLAN_BASELINES parameter?
Options
- AIt gives an error because it cannot be set for the root database.
- BIt is set to TRUE for the root database and the pluggable database PDB2, because values can be
- CIt is set to TRUE for the root database and all the PDBS, because the value set at the root level
- DIt is set to TRUE for the root database and all the PDBS, but is effective only when the CDB is
How the community answered
(30 responses)- A3% (1)
- B73% (22)
- C7% (2)
- D17% (5)
Community Discussion
No community discussion yet for this question.