多项选择题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.


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

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

2.单项选择题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

3.单项选择题

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

5.多项选择题

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

6.多项选择题

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

8.单项选择题

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.

9.单项选择题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

10.单项选择题

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?()

A.drop and re­create the read­only tablespaces
B.rename the read­only data files to their correct file names
C.change the tablespace status from read/write to read­only
D.re­create the read­only tablespace because it is automatically removed

最新试题

You performed a backup of the flash recovery area by using the following command for the first time:RMAN> BACKUP RECOVERY AREA; Which files in the flash recovery area are backed up?()

题型:多项选择题

You lost the index tablespace in your database. You are not able to use tablespace point­in­time recovery on the index tablespace. What could be the reason for this?()

题型:单项选择题

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?()

题型:单项选择题

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?()

题型:多项选择题

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?()

题型:单项选择题

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?()

题型:单项选择题

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 data file became corrupted in your database due to bad sectors on the disk. Because of corruption, you lost all the important tables in that data file.Which method would you use for recovery?()

题型:单项选择题

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?()

题型:单项选择题

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?()

题型:单项选择题