单项选择题

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


您可能感兴趣的试卷

你可能感兴趣的试题

2.多项选择题

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

3.多项选择题

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

5.单项选择题

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.

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

7.单项选择题

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

8.单项选择题You lost the PRODSTD tablespace, which was read/write. The tablespace was read­only when the last backup was performed. How would you recover the tablespace?()

A.restore the tablespace from the backup; there is no need to apply the redo information 
B.restore the full database to recover the data up to the point when you performed the backup 
C.restore the tablespace from the backup, and then perform a recovery using the backup control file
D.restore the tablespace from the backup, and then recover the tablespace; all the redo information from the point when the tablespace was made read/write is applied

最新试题

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

题型:单项选择题

On Tuesday, a junior DBA dropped an important application user account, whose schema has important tables. You are asked to recover all the objects in the schema. On investigation, you find that the user account was dropped at 11:00 a.m. and Sunday’s backup is the most recent backup. Which flashback feature would you use?()

题型:单项选择题

You lost the index tablespace in your database. You decided to re­create the index tablespace and the indexes in the tablespace. What methods can you use to re­create the indexes?()

题型:多项选择题

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 lost the PRODSTD tablespace, which was read/write. The tablespace was read­only when the last backup was performed. How would you recover the tablespace?()

题型:单项选择题

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

题型:单项选择题

Your database operates in ARCHIVELOG mode and all the tablespaces are online. Due to a user error, you decided to perform an incomplete recovery. Which two tasks would you be required to perform in the recovery process? ()

题型:多项选择题

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

题型:单项选择题

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

题型:单项选择题

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

题型:单项选择题