Which statement is true?

You are administering a multitenant container database (CDB) cdb1.Examine the command and its output:SQL>show parameterfileNAMETYPEVALUE———————————————————————-db_create_file_deststring db_file_name_convertstring db_filesinteger200You verify that sufficient disk space is available and that no file currently exists in the ‘/u0l/app/oracle/oradata/cdb1/salesdb’ location.You plan to create a new pluggable database (PDB) by using the command:SQL>CREATEPLUGGABLEDATABASESALESPDBADMINUSERsalesadmIDENTIFIED 3Y passwordROLES=(dba)DEFAULTTABLESPACEsalesDATAFILE’ /u01/app/oracle/oradata/cdb1/salesdb/sales01 .dbf’SIZE 250M AUTOEXTEND ONFILE_NAME_CONVERT=(‘/u01/app/oracle/oradata/cdb1/pdbseed/’,‘/u01/app/oracle/oradata/cdb1/salesdb/’)STORAGE(MAXSIZE2G)PATK_PREFIX=’/u01/app/oracle/oradata/cdb1/SALESPDB’;Which statement is true?We need seed tablespace to create new plugable db./u01/app/oracle/oradata/orcl/pdbseed/sysaux01.dbf/u01/app/oracle/oradata/orcl/pdbseed/system01.dbf By default. Seed has two tbs.

Question:

Which statement is true?

Options:

SALESPDB is created and is in mount state.

PDB creation fails because the D3_file_name_convert parameter is not set in the CD

SALESPDB is created and is in read/write mode.

PDB creation fails because a default temporary tablespace is not defined for SALESPDB.

Correct Answer

The Correct Answer for this Question is

SALESPDB is created and is in mount state.

Leave a Comment