单项选择题
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
相关考题
-
多项选择题
UserSCOTTwantstobackoutthetransactionsontheREGIONStableinhisschema.AsaDBA,whichcommandsmustyouexecutetoenableSCOTTtoflashbackthetransactions?()
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 -
单项选择题
Examine the following RMAN script: RMAN> run { debug on; allocate channel c1 type disk; backup datafile 5; } Which statement describes the purpose of the script?()
A. The data file is checked for physical corruption and backed up if found clean.
B. The backup of data file 5 is performed and the interactive messages during the backup are suppressed.
C. The existing backup for the data file is checked and the backup is performed if there are changes in the data file after the last backup.
D. The backup of data file 5 is performed and all SQL statements that are executed during RMAN compilation and their results are displayed -
单项选择题
WhatdoestheDB_FLASHBACK_RETENTION_TARGETparameterconfigure?()
A. An upper limit on how far you can flash back the database,depending on the information in the redo logs
B. An upper limit on how far you can flash back the database,depending on the information in the undo tablespace
C. The amount of time for which the flashback data is to be kept in the flash recovery area, provided that there is enough space
D. The amount of time for which the flashback data is guaranteed to be kept in the undo tablespace,provided that there is enough space
