You experienced a loss of data files in your database. You did not lose any of your control files. You are going
to use RMAN to restore and recover the database.
Currently, your instance is shut down.
Which sequence of commands is correct to restore and recover your database?
You discover that a disk failure occurred on DISK3 where the data file belonging to the USER_DATA
tablespace is stored. The database is currently open and you need to recover the data file. You will restore the
data file from the backup on DISK5 to DISK2. What is the correct sequence of commands to restore and
recover the data file?
In this scenario, assume that you archive logs 101 to 104 to two archiving destinations, /log1 and /log2. The
control file contains archived log records as follows:
You have just run this syntax to start the listener from the Listener Control utility:
LSNRCTL>START
Starting /mstgelai/oracle/bin/tnslsnr: please wait...
System parameter file is /u01/oracle/network/admin/listener.ora Log messages written to /u01/oracle/network/
log/listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=stc-sun01- server)
(PORT=1521)))
Connecting to...
The command completed successfully
What is the name of the Listener you started?
The EMPLOYEES table is stored in the SAMPLE tablespace. The corresponding IPK_EMP index for the
EMPLOYEES table's primary key is stored in the INDX tablespace.
Out of 12 partitions, only partition P1 of the SALES table is stored in the SAMPLE tablespace. Which object will
be exported by this command? exp system/manager tablespaces=SAMPLE
You want to drop the TBS1 tablespace from your database. You also want to delete the corresponding data
files automatically, and not have to do it manually. What should you do?