You are creating a duplicate (auxiliary) database for testing purposes. Which of the following initialization parameter files can you use on the auxiliary database to specify the filenames on the new database? (Choose all that apply.)
Answer: B,C,E
Explanation: When you create an auxiliary database, your control files, datafiles , and online log files will most likely not be in the same location as the source database. Thus, you can use CONTROL_FILES, DB_FILE_NAME_CONVERT, and LOG_FILE_NAME_CONVERT to specify the new locations. A is incorrect because the parameter CONTROL_FILE_NAME_CONVERT does not exist. D is incorrect because DB_CREATE_FILE_DEST is the location Oracle uses to create database objects when you are using Oracle Managed Files (OMF).