Valid 1z0-067 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-067 Exam! ExamDiscuss.com now offer the newest 1z0-067 exam dumps, the ExamDiscuss.com 1z0-067 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-067 dumps with Test Engine here:
You are administering a multitenant container database (COB) that contains two pluggable databases (PDBs), pdb1 and pdb2. You are connected to pdb2 as a common user with DBA privileges. The statistics_level parameter is PDB modifiable. As the user sys, execute the following command on pdb2: SQL> ALTER SYSTEM SET STATISTICS_LEVEL=ALL SID='*' SCOPE=SPFILE; Which statement is true about the result of this command?
Correct Answer: B
Explanation/Reference: Explanation: This ALTER SYSTEM statement sets the STATISTICS_LEVEL initialization parameter to ALL for the current PDB: ALTER SYSTEM SET STATISTICS_LEVEL = ALL SCOPE = MEMORY; Reference: http://docs.oracle.com/database/121/ADMIN/cdb_pdb_admin.htm#ADMIN14018