单项选择题
After you have restored and recovered a database to a new host by using a previously performed Recovery Manager (RMAN) backup, which is the best option you would consider for the new database?()
A. Opening the database in RESTRICTED mode
B. Opening the database with the RESETLOGS option
C. Setting a new DBID for the newly restored database
D. Restoring the server parameter file (SPFILE) to the new host
相关考题
-
多项选择题
User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, whichcommands must you execute to enable SCOTT to flash back the transactions? ()(Choose four.)
A. ALTER DATABASE FLASHBACK ON;
B. GRANT SELECT any transaction TO scott;
C. GRANT EXECUTE ON dbms_flashback TO scott;
D. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
E. ALTER TABLESPACE undots1 RETENTION GUARANTEE;
F. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS; -
多项选择题
YouaremanaginganOracle11gdatabasewithASMstorage,forwhichtheCOMPATIBLEinitializationparameterissetto11.1.0.IntheASMinstance,theCOMPATIBLE.RDBMSattributeforthediskgroupissetto10.2andtheCOMPATIBLE.ASMattributeissetto11.1.WhichtwostatementsaretrueinthisscenarioforthefeaturesenabledforASM?()
A. The ASM-preferred mirror read feature is enabled.
B. The ASM supports variable sizes for extents of 1,8,and 64 allocation units.
C. The ASM disk is dropped immediately from a disk group when it becomes unavailable.
D. The RDBMS always reads the primary copy of a mirrored extent of the ASM disk group. -
单项选择题
You are working on a 24X7 database. You want to design a backup strategy for your database that uses user managed backups. You want to be able to perform all backups while the database remains online. Which statement about performing user-managed backups in a 24x7 environment is true?()
A. You must have change tracking enabled in your database
B. Your database must be running in NOARCHIVELOG mode
C. To back up a tablespace,it must be in backup mode
D. To back up a tablespace,it must first be taken offline
