You decided to use RMAN to perform backup and recovery of your database. During the process of creating
the recovery catalog you executed the following command:
The CONTROL_FILE_RECORD_KEEP_TIME parameter is set to the default value of seven days in your
database. The control file is used as the RMAN repository. But the initial size of the control file is too small to
store all the RMAN information for seven days. What will happen in this scenario?
You back up your database, which is running in ARCHIVELOG mode, at regular intervals. On Monday morning,
you find that one of the data files is corrupted and the database administrator is recovering the file by executing
the following command after restoring the file from a backup:
SQL>RECOVER AUTOMATIC datafile 8;
What is the objective of using the AUTOMATIC option with the RECOVER command?
Users in your production database complain that they are not able to access the data from the CUSTOMERS
table. On investigation, you find that the table is truncated and you need to import the table using the Oracle
Import utility. Which option must you use to suppress the object creation error while importing the table?
You started your database at 7:30 a.m. and you backed up three copies of all existing archived log files to tape
at 9:00 a.m. At 10:30 a.m., you executed the following command:
RMAN> CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE sbt TO 4;
At 1:00 p.m., you executed the following commands:
RMAN>CONFIGURE BACKUP OPTIMIZATION ON;
RMAN>BACKUP DEVICE TYPE sbt COPIES 2ARCHIVELOG ALL;
Other RMAN configuration parameters are set to their default values. Which statement is correct?
You are using Recovery Manager (RMAN) to back up your production database at regular intervals. On Monday
morning, the database administrator asks you to execute the following set of commands:
RMAN>CROSSCHECK BACKUPSET OF DATABASE;
RMAN>DELET NOPROMPT EXPIRED BACKUP;
What could be the reason to execute these commands?
You require a Web client to be able to make an HTTP connection to an Oracle9i database server while using
an application Web server as middle tier. Where would you install Oracle Net or JavaNet?