Section A (Multiple Choice)
[20 marks]
1. In your multitenant container database (CDB)with two pluggable database (PDBs).You want to
create a new PDB by using SQL Developer. Which statement is true?
A. The CDB must be open.
B. The CDB must be in the mount stage.
C. The COB must be in the nomount stage.
D. Alt existing PDBsmust be closed.
2. In which two scenarios do you use SQL* Loader to load data? (Choose two.)
A. Transform the data while it is being loaded into the database.
B. Use transparent parallel processing without having to split the external data first.
C. Load data into multiple tables during the same load statement.
D. Generate unique sequential key values in specified columns.
3. Your multitenant container database has three pluggable databases (PDBs): PDBl, PDB2, and
PDB3. Which two RMAN commands may be; used to back up only the PDBl pluggable
database? (Choose two.)
A. BACKUPPLUGGABLEDATABASEPDBl while connected to the root container
B. BACKUPPLUGGABLEDATABASEPDBl while connected to the PDBl container
C. BACKUPDATABASEwhile connected to the PDBl container
D. BACKUPDATABASEwhile connected to the boot container
E. BACKUPPLUGGABLEdatabase PDBl while connected to PDB2
4. You are managing an Oracle Database 12c database. The database is open, and you plan to
perform Recovery Manager (RMAN) backups. Which three statements are true about these
backups? (Choose three.)
A. The backups would be possible only if the database is running in ARCHIVELOGmode.
B. The backups need to be restored and the database has to be recovered in case of a media
failure.
C. The backups by default consist of all the data blocks within the chosen files or the full
database.
D. The backups would be consistent.
E. The backups would be inconsistent.
Page 11