1.
You observe that your senior database administrator is executing the following command using Recovery
Manager (RMAN) in order to perform an incomplete recovery of the database:
RMAN> RUN {
ALLOCATE CHANNEL c1 TYPE DISK;
SET UNTEL SEQUENCE 134 THREAD 1;
RESTORE DATABASE;
RECOVER DATABASE;
}


The current sequence number is 189 and your database is running in ARCHIVELOG mode.
What could be the objective of specifying the SET UNTIL SEQUENCE option in the RUN block of RMAN?
2.
On March 15, due to an application enhancement you made many structural changes in the database. The
recovery catalog is used with RMAN and backups are performed on the last day of every month. The
CONTROL_FILE_RECORD_KEEP_TIME parameter is set to 7 days. What do you do to ensure that metadata
in the recovery catalog is updated?
3.
You are working in a dedicated server environment. You require the PMON process to register with a local
listener, lsnr1, which does not use TCP/IP, port 1521. The protocol address of lsnr1 is available in the
listener.ora file. What would you do?
4.
You are using Recovery Manager (RMAN) to back up your database at regular intervals. The database is
running in ARCHIVELOG mode. On Monday morning, you find that the media that contains the users.dbf data
file, which belongs to the USERS tablespace, is corrupted and users are unable to access the USERS
tablespace. After investigating further, you decide to restore the data file to a new location. Which option would
you use to relocate the data file before restoring the data file to the new location?
5.
There are three databases in your company: PDDB, QTDB, and SLDB. A single RMAN recovery catalog is
used for all the three databases. In the recovery catalog you have a stored script, Level0Backup, created for
performing a level 0 backup. For which database will the backup be performed when you execute this script?
6.
Which statement correctly describes the checkpoint position?
7.
In your database server, you discovered that a data file that belongs to one of the users tablespaces is corrupted and, therefore, requires a recovery. To perform the recovery, which are the files that you may need to restore from the recent backup? (Choose all that apply.)
8.
You executed the following RMAN script to perform a backup:
RUN
ALLOCATE CHANNEL c1 DEVICE TYPE sbt;
ALLOCATE CHANNEL c2 DEVICE TYPE sbt;
ALLOCATE CHANNEL c3 DEVICE TYPE sbt;
BACKUP DATAFILE5,6,7;
{


Which statement regarding channel allocation is true?
9.
You have joined an organization as a DB
10.
Your database operates in NOARCHIVELOG mode. You performed the following steps to change the database
to ARCHIVELOG mode: