restore datafiles until time '09/28/2008:21:03:11'
restore database files until time '09/28/2008:18:00:00'
restore database until time '09/28/2008:18:00:00'
recover database until time '09/28/2008:18:00:00'
recover database until timestamp '09/28/2008:18:00:00'
第1题:
You want to make sure that your database backup does not exceed 10 hours in length. What command would you issue that would meet this condition?()
第2题:
Which command would correctly start a TSPITR of the USERS tablespace?()
第3题:
You need to restore your database back to 9/30/2008 at 18:00. In what order would you run the following commands to compete this task?() a. restore controlfile until time `09/30/2008:18:00:00’ b. restore database until time `09/30/2008:18:00:00’ c. restore spfile until time `09/30/2008:18:00:00’ d. recover database until time `09/30/2008:18:00:00’ e. alter database open resetlogs f. alter database open
第4题:
You are maintaining your database in Oracle10g. You perform a full user-managed backup every Sunday at 8:00 P.M. Your database is running in ARCHIVELOG mode. On Monday, at 9:00 A.M., a tablespace is dropped. You decide to perform incomplete recovery to recover the dropped tablespace. Which two clauses can you use with the RECOVER command?()
第5题:
What will be the end result of this set of RMAN commands?() shutdown abort startup mount restore datafile 4 until time ,,09/30/2008:15:00:00; recover datafile 4 until time ,,09/29/2008:15:00:00; alter database open resetlogs;
第6题:
You manage a server that runs Windows Server 2008. The D:///Payroll folder is corrupted. The most recent backup version is 10/29/2007-09:00. You need to restore all the files in the D:///Payroll folder back to the most recent backup version without affecting other folders on the server. What should you do on the server?()
第7题:
Run the Recover d:/payroll command.
Run the Wbadmin restore catalog -backuptarget:D: -version:10/29/2007-09:00 quiet command.
Run the Wbadmin start recovery -backuptarget:D: -version:10/29/2007-09:00 overwrite quiet command.
Run the Wbadmin start recovery -version:10/29/2007-09:00 -itemType:File -items:d:/Payroll -overwrite -recursive quiet command.
第8题:
Restore all the datafiles from the backup.
Restore only the lost datafile from the backup.
Restore all the datafiles for the lost tablespace from the backup.
Restore all the datafiles for the lost tablespace and all the SYSTEM and SYSAUX datafiles from the backup.
第9题:
backup database plus archivelog
backup database plus archivlog until time ‘10:00‘
backup database plus archivelog timeout ‘10:00‘
backup database plus archivelog duration 10:00
第10题:
The database is in ARCHIVELOG mode.
There is not a current backup of the database available.
The USERS tablespace has dependent objects in other tablespaces and can not be a part of a TSPITR alone.
The USERS tablespace is not eligible for TSPITR because it has invalid objects.
The recover tablespace command is incorrect and generates the error.
第11题:
13:00 on Tuesday.
15:00 on Tuesday.
Up until the last available archived redo log on Sunday.
To any point; all the redo should still be available in the online redo logs.
The database is not recoverable.
第12题:
Restore all the data files from last Sunday’s backup, and then perform a time-based recovery.
Restore all the data files from last Sunday’s backup, and then perform a cancel-based recovery.
Restore all the data files from last Sunday’s backup, and then perform a change-based recovery.
Restore only data files that belong to the SYSTEM tablespace from last Sunday’s backup, and then perform a complete recovery.
第13题:
You want to perform in incomplete recovery of your database. You plan to use these commands to recover your database: SET UNTIL TIME = ’2000-12-09:11:44:00’; RESTORE DATABASE; RECOVER DATABASE; How should the commands be executed? ()
第14题:
You database operates in ARCHIVELOG mode and user-managed consistent backups are performed every Sunday night. On Tuesday, at 9:00 a.m. the current log sequence number was 369. Also, on Tuesday you lost the data file belonging to the SYSTEM tablespace and an achivelog file (sequence number 356) that contained redo entries between 8:00 a.m. and 8.30 a.m. With reference to this scenario, what would you do to recover the database?()
第15题:
You are maintaining the PROD database for NetFx Corporation. You have configured controlfile autobackup in your database. At 6:00 P.M. on Monday, you issue the following command: RMAN>BACKUP DATABASE; At 8:00 A.M. on Tuesday, you are unable to start the database because all the control files are missing. You decide to restore the control files from the backup by using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command. Which operation should you perform before using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command?()
第16题:
Your database has a backup that was taken yesterday (Tuesday) between 13:00 and 15:00 hours. This is the only backup you have. You have lost all the archived redo logs generatedsince the previous Monday, but you have archived redo logs available from the previous Sunday and earlier. You now need to restore your backup due to database loss. To which point can you restore your database?()
第17题:
You manage a server that runs Windows Server 2008 R2.The D:/Payroll folder is corrupted. The most recent backup version is 10/29/2007-09:00.You need to restore all the files in the D:/Payroll folder back to the most recent backup version without affecting other folders on the server.What should you do on the server?()
第18题:
Start the database in the MOUNT stage.
Back up the control file to trace.
Set the DBID
Issue the RECOVER DATABASE command.
第19题:
Only the SET command must be within a RUN block.
All commands should be executed at the RMAN prompt.
All three commands must be within a single RUN block.
Only the RESTORE and RECOVER commands must be within a single RUN block.
第20题:
Run the Recover d:/Payroll comamnd
Run the WBadmin restore catalog-backuptarget:D:// -version: 10/29/2007-09:00 Cquiet command
Run the WBadmin start recovery-backuptarget:D:// -version: 10/29/2007-09:00 Coverwrite Cquiet command
Run the Wbadmin start recovery-version:10/29/2007-09:00 -itemType:File -items d:/payroll -overwrite - recursive Cquiet command.
第21题:
Datafile 4 will be recovered until 9/30/2008 at 15:00 and the database will open.
The restore command will fail.
The recover command will fail.
The alter database open resetlogs command will fail.
All these commands will fail because they must be in the confines of a run block.
第22题:
recover tablespace users until time ,,10/06/2008:22:42:00 auxiliary ,,c/oracle/auxiliary
recover tablespace users time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary; time ,, 10/06/2008:22:42:00 auxiliary destination ,,c/oracle/auxiliary
recover tablespace users to point-in.
recover tablespace users except time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary
recover tablespace users until time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary
第23题:
b, d, e
b, d, f
c, a, b, d, e
c, a, b, d, f
a, b, d, e