Which two options can be configured for an existing database by using the Database Configuration Assistant (DBCA)?
You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter to YYYY-MM-DD. The default format of which two data types would be affected by this setting?
Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?
You issue the RMAN commands:RMAN> CONFIGURE DEFAULT DEVICE TYPE TO disk;RKAN> CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COPY;RMAN>CONFIGURE CONTROLFILE AUTOBACKUP ON;RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;Which three tasks are performed by the BACKUP DATABASE command?
As part of a manual upgrade process, after installing the software for Oracle Database 12c and preparing the new Oracle home, you shut down the existing single- instance database.Which step should you perform next to start the upgrade of the database?
Examine the command to duplicate a database:RMAN> DUPLICATE TARGET DATABASE TO cdbPLUGGABLE DATABASE pdb1, pdb5;Which two statements are true about the DUPLICATE command?