Which options would you consider while configuring a flash recovery area (fast recovery area in 11g Release 2) for your production database that is running inARCHIEVELOG mode? (Choose all that apply.) (Choose all that apply.)
Examine the following RMAN command:RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG;Which perquisite must be met before accomplishing the backup?
Examine these Data Pump commands to import objects to non-existent users hr1 and oe1.S expdp system/manager -Schemas =hr,oe -directory =EXP_ DIRinclude = table$ impdp system/managerSchemas = hr1,oe1 -Directory = EXP_DIR -Dumpfile = export.dat -Remap_schema =hr:hr1,oe :oe1 -What would be achieved by running the above commands?
The database is configured in ARCHIEVELOG mode and regular complete database backups are taken. The loss of which two types of files may require a recovery with the RESETLOGS option?
User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?
Which two statements are true about setting the FAST_ START_ MTTR_ TARGET initialization parameter to a nonzero value?