单项选择题

The current time is 12:00 noon. You want to recover the USERS tablespace from a failure that occurred at 11:50 a.m. You discover that the only member of an unarchived redo log group containing information from 11:40 a.m. onwards is corrupt. 
With reference to this scenario, if you are not using Recovery Manager (RMAN), which recovery method would you use?()

A.time­based recovery
B.log sequence recovery
C.cancel­based recovery
D.change­based recovery


您可能感兴趣的试卷

你可能感兴趣的试题

1.多项选择题Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel­based recovery?()

A.You find that one of the redo log members in each redo log group is lost.
B.You find that a data file that belongs to the USERS tablespace is damaged.
C.You find that a data file that belongs to the SYSTEM tablespace is damaged.
D.You find that the current redo log group is damaged and is not available for recovery.
E.You realized while performing a recovery that an archived redo log file needed for recovery is lost.

2.单项选择题

You have only two redo log groups and these groups get overwritten several times in a day. Your database operates in NOARCHIVELOG mode and user­managed consistent backups are performed every Sunday night. On Thursday morning, you find that an important table has been dropped and purged. 
With reference to this scenario, up to what point in time can the data be recovered?()

A.until Thursday morning
B.until last Sunday’s backup
C.until Wednesday evening
D.until that point in time when the database is opened
E.until that point in time when the recovery is performed
F.until that point in time when the table is dropped and purged

3.单项选择题Your 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 archivelog 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?()

A.restore all the data files from last Sunday’s backup, and then perform a time­based recovery
B.restore all the data files from last Sunday’s backup, and then perform a cancel­based recovery
C.restore all the data files from last Sunday’s backup, and then perform a change­based recovery
D.restore only data files that belong to the SYSTEM tablespace from last Sunday’s backup, and then perform a complete recovery

4.单项选择题

Your database operates in ARCHIVELOG mode. User­managed consistent backups are performed every Sunday night. 
On Tuesday, client A drops a table at 8:00 a.m. as follows: 
SQL> DROP TABLE cust_ord PURGE; 
Table dropped. 
Client B executes a query at 9:00 a.m. on the same table as follows: 
SQL> SELECT * FROM cust_ord;
SELECT * FROM cust_ord
* 
ERROR at line 1: 
ORA­00942: table or view does not exist 
Client B needs the dropped table and reports the problem to you. With reference to this scenario, which action should you take?()

A.retrieve the table by using the flashback feature
B.restore all the data files from last Sunday’s backup, and then perform a time­based recovery
C.restore all the data files from last Sunday’s backup, and then perform a log sequence recovery
D.restore all the data files from last Sunday’s backup, and then perform a cancel­based recovery
E.restore from last Sunday’s backup only data files that belong to the tablespace in which the table was stored, and then perform a complete recovery

6.多项选择题

You used the following command in Recovery Manager (RMAN) as part of the recovery process: RESTORE CONTROLFILE FROM AUTOBACKUP; 
How does RMAN find the control file autobackup?()

A.by using the trace file
B.by using the alert log file
C.by using the database ID
D.by using the server parameter file
E.by using the V$CONTROLFILE view
F.by using the autobackup format configuration setting

7.多项选择题

In your database, all the tablespaces are locally managed. You started Recovery Manager (RMAN) using recovery catalog and restored the control file by using the following command: RMAN> RESTORE CONTROLFILE; 
Which two operations do you need to perform after restoring the control file from backup?()

A.shut down and restart the instance
B.add new tempfiles to the temporary tablespaces after recovery
C.perform a media recovery and open the database with the RESETLOGS option
D.perform a media recovery and bring the database to NOARCHIVELOG mode

9.单项选择题

The loss of the control file forced you to re­create the control file. After re­creating it and opening the database, you find that some of the data files are named as MISSINGnnnnn, where nnnnn is a five­digit number starting with 0. 
What could be the possible reason?()

A.These are the data files that are corrupted.
B.There is no SYSAUX tablespace in your database
C.There is a read­only tablespace in your database.
D.These are the data files that cannot be recovered.

10.单项选择题You have a read­only tablespace on read­only media. You want to perform a media recovery on the existing data files, but using a backup control file. The backup control file indicates that the status of the read­only tablespace was read/write when the control file was backed up. What should you consider?()

A.drop the read­only tablespace and re­create the tablespace after recovery
B.take data files from the read­only tablespace offline before performing a recovery
C.perform a recovery; status of the tablespace in control file will be changed automatically
D.recovery using backup control file is not possible, so restore all the files from the last full database backup, and then open the database

最新试题

Consider the recovery steps in each of the cases given below: Case 1: Shut down the database and perform a backup. Restore all the data files. Mount the database. Recover the database. Without applying all the redo log files, open the database using the RESETLOGS option. Back up the database. Case 2: Shut down the database and perform a backup. Restore only the data files of the tablespace where user error damaged the data. Mount the database. Recover the database. Open the database with the RESETLOGS option. Back up the database. Case 3:Shut down the database Restore the data files Open the database Perform recovery to the current point in time. Which case has the correct steps for an incomplete recovery?()

题型:单项选择题

For an incomplete recovery, which four backup types can be used by Recovery Manager (RMAN) to restore data files? ()

题型:多项选择题

You disabled the Flashback Database feature by using the following command: SQL> ALTER DATABASE FLASHBACK OFF; What would be the effect of this command on the existing flashback logs?()

题型:单项选择题

You noticed that the index tablespace in your database requires a recovery. However, instead of performing a media recovery, you decided to re­create the indexes in a new tablespace. Which two options would you use to reduce the time it takes to re­create the indexes?()

题型:多项选择题

One of the tablespaces is read­only in your database. The loss of all control files forced you to re­create the control file. Which operation do you need to perform after re­creating the control file and opening the database?()

题型:单项选择题

You are connected to Recovery Manager (RMAN) without a recovery catalog. There is no copy of the control file available. You want to restore the control file from an autobackup. To retrieve the autobackup,you need the database ID (DBID). In which two sources would you find the DBID? ()

题型:多项选择题

View the Exhibit and examine the Flashback Database architecture. Identify the missing component (shown with a "?") in the Flashback Database architecture.()

题型:单项选择题

You have only two redo log groups and these groups get overwritten several times in a day. Your database operates in NOARCHIVELOG mode and user­managed consistent backups are performed every Sunday night. On Thursday morning, you find that an important table has been dropped and purged. With reference to this scenario, up to what point in time can the data be recovered?()

题型:单项选择题

View the Exhibit. One of the important tables in the USERS tablespace was dropped and purged from the recycle bin at 9:00 a.m. You noticed this at 11:00 a.m. and you want to perform an incomplete recovery to recover the table. Which statement is true?()

题型:单项选择题

You are using Oracle Database 10g. The LOG_ARCHIVE_FORMAT parameter is set to ’LOG%t_%s_%r.dbf’. Why is %r used in the file name format?() 

题型:单项选择题