Question 161
You need to perform a block media recovery on the tools01.dbfdata file in your database by using
Recovery Manager (RMAN).
Which two are prerequisites for performing this operation? (Choose two.)
Recovery Manager (RMAN).
Which two are prerequisites for performing this operation? (Choose two.)
Question 162
Examine the command to duplicate a database:
RMAN> DUPLICATE TARGET DATABASE TO cdb
PLUGGABLE DATABASE pdb1, pdb5;
Which two statements are true about the DUPLICATEcommand? (Choose two.)
RMAN> DUPLICATE TARGET DATABASE TO cdb
PLUGGABLE DATABASE pdb1, pdb5;
Which two statements are true about the DUPLICATEcommand? (Choose two.)
Question 163
Users report this error message when inserting rows into the orders table:
ERROR at line1:
ORA-01654f:unable to extend index USERS.ORDERS_IND by 8 in tablespace INDEXES
You determine that the indexes tablespace is out of space and there is no free space on the filesystem
used by the Oracle database.
Which two must you do to fix this problem without affecting currently executing queries? (Choose two.)
ERROR at line1:
ORA-01654f:unable to extend index USERS.ORDERS_IND by 8 in tablespace INDEXES
You determine that the indexes tablespace is out of space and there is no free space on the filesystem
used by the Oracle database.
Which two must you do to fix this problem without affecting currently executing queries? (Choose two.)
Question 164
Which three statements are true about Oracle Secure Backup (OSB)?
Question 165
Your production database is running in archivelog mode. You use RMAN with a recovery catalog to back up your database to media and the database is uniquely identified in the recovery catalog.
You want to create a test database from the production database and allow the production database to remain open during the duplicate process. You restore the database backups to a new host with the same directory structure as the production database and want to use the recovery catalog for future backups after the database is successfully restored to the new host.
How would you achieve this?
You want to create a test database from the production database and allow the production database to remain open during the duplicate process. You restore the database backups to a new host with the same directory structure as the production database and want to use the recovery catalog for future backups after the database is successfully restored to the new host.
How would you achieve this?