Q169. Examine the command for creating pluggable database PDB2 in container database CDB2.
CREATE PLUGGABLE DATABASE pdb2 ADMIN USER pdb2_adm IDENTIFIED BY 123pdb ROLES=(CONNECT);
Select three options, any one of which is required for it to execute successfully. (Choose three.)
- A. Add the FILE_NAME_CONVERT clause to the statement and set the PDB_FILE_NAME_CONVERT parameter.
- B. Add only the CREATE_FILE_DEST clause to the statement.
- C. Set only the PDB_FILE_NAME_CONVERT parameter.
- D. Set the PDB_FILE_NAME_CONVERT parameter and enable OMF.
- E. Enable only OMF.
- F. Add the FILE_NAME_CONVERT clause to the statement and enable Oracle Managed Files (OMF)
Answer: BCE
source: http://dbaparadise.com/2021/03/file_name_convert-vs-pdb_file_name_convert/