多项选择题You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area? ()

A.backup pieces
B.control file autobackups
C.copies of all the parameter files
D.trace file generated using BACKUP CONTROLFILE TO TRACE


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

You enabled the flashback logging feature, but you have not specified the location of the flash recovery area. 
Which location would be used as the default location for the flash recovery area?()

A.the location used for control files
B.the location used for redo log files
C.the location set by using $ORACLE_BASE
D.the location set by using $ORACLE_HOME
E.the location set by using CORE_DUMP_DEST
F.the location set by using BACKGROUND_DUMP_DEST

2.单项选择题You decided to change the location of the flash recovery area. You executed the following command: Which statement is true?()

A.The location can be changed only if the flash recovery area is empty.
B.After executing the command, all new flash recovery area files will be created in the new location.
C.The command will generate an error because you cannot change the flash recovery area while the database is open.
D.All the existing files in the flash recovery area will be moved to the new location, and all new Flash Recovery Area files will be created in the new location.

3.单项选择题

You executed the following query in your database: 
FROM V$FLASHBACK_DATABASE_LOG; 
What would you determine from the output?()

A.the time when the last flashback operation in your database was performed
B.the time when the first flashback operation in your database was performed
C.a list of flashback operations performed in your database using SCN and time
D.the approximate time and the lowest system change number (SCN) to which you can flash back your database

4.单项选择题

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

A.Flashback logs are not deleted.
B.Flashback logs are deleted automatically.
C.Flashback logs are deleted only if you are using Recovery Manager (RMAN).
D.Flashback logs are deleted only if you are using Oracle Managed Files (OMF).
E.Flashback logs are deleted only if you are using Automatic Storage Management (ASM).

5.单项选择题In which case would you use the Flashback Database feature to perform a recovery?()

A.to recover a dropped tablespace
B.to recover data from a truncated table
C.to recover a data file that has been shrunk
D.to recover a database to the state that existed before the RESETLOGS operation

7.多项选择题

You are working on an Oracle Database 10g database. Because of data loss, you decided to perform a Flashback Database operation using the following command: 
SQL> FLASHBACK DATABASE TO TIMESTAMP(SYSDATE 5/24); 
Which two statements are true? ()

A.SYSDATE should not be used with TIMESTAMP.
B.The database must have multiplexed redo log files.
C.The database must be in the MOUNT state to execute the command.
D.The database must be opened with the RESETLOGS option after the flashback operation.
E.The entire database needs to be restored from the most recent backup before the flashback operation.

9.单项选择题

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

A.flash back all the tables in the data file, one by one
B.restore the data file to a new location and perform a media recovery
C.flash back the database; there is no need to restore the data file
D.restore the data file from the most recent backup and flash back the database

10.单项选择题Every Sunday, consistent backups are performed on your database. Because of a user error, you performed an incomplete recovery on Tuesday and opened the database with the RESETLOGS option. A user error occurs again on Thursday, which necessitates an incomplete recovery. Sunday’s backup is the most recent backup available. What would you do in this scenario?()

A.recovery cannot be performed because a backup was not performed after the last incomplete recovery
B.restore all the files from Sunday’s backup, and then perform an incomplete recovery up to the point in time when the user error occurred on Thursday
C.restore all the files from Sunday’s backup, and then recover up to the point in time when the RESETLOGS operation was performed on Tuesday
D.restore all the files from Sunday’s backup, and open the database to reset the database to the point in time when the backup was performed on Sunday

最新试题

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

题型:单项选择题

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

题型:多项选择题

In which case would you use the Flashback Database feature to perform a recovery?()

题型:单项选择题

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

题型:单项选择题

You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area? ()

题型:多项选择题

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

题型:单项选择题

You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()

题型:单项选择题

Your database operates in ARCHIVELOG mode. The redo log files are not multiplexed and one of the online redo logs is missing. The missing redo log sequence, 230, is not archived, and it contained information from 10:35 a.m. onwards. The current time is 11:00 a.m. Because of a disk crash, you executed the following command to perform an incomplete recovery: RMAN> RUN { 2> SET UNTIL SEQUENCE 230 THREAD 1; 3> ALTER DATABASE MOUNT; 4> RESTORE DATABASE; 5> RECOVER DATABASE; 6> ALTER DATABASE OPEN RESETLOGS;7> }; With reference to this scenario, which statement is true?()

题型:单项选择题

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

题型:单项选择题

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

题型:单项选择题