clear the redo log group
perform redo log file import
perform an incomplete recovery
perform a redo log recovery using Recovery Manager (RMAN)
shut down the database and open the database in the NOARCHIVELOG mode
第1题:
The database is running in the ARCHIVELOG mode. It has three redo log groups with one member each. One of the redo log groups has become corrupted. You have issued the following command during the recovery of a damaged redo log file: ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 3; Which action should you perform immediately after using this command?()
第2题:
Because of hardware failure, you decided to drop a redo log member from the database. Which condition should be met to drop a redo log file?()
第3题:
A redo log file is corrupted while the database is open; as a consequence, database operations are stopped because archiving cannot continue. What would you do to solve the problem?()
第4题:
Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel/x7fbased recovery?()
第5题:
The online redo log group configuration for your database is as follows: What will happen if the online redo log file ’ora02/oradata/redo02b.log’is corrupted while working on the database?()
第6题:
If the lost redo log group is ACTIVE, you should first attempt to clear the log file.
If the lost redo log group is CURRENT, you must clear the log file.
If the lost redo log group is ACTIVE, you must restore,perform cancel-based incomplete recovery,and open the database using the RESETLOGS option.
If the lost redo log group is CURRENT, you must restore,perform cancel-based incomplete recovery,and open the database using the RESETLOGS option.
第7题:
You should perform a log switch
You should make a backup of the database
You should switch the database to the NONARCHIVELOG mode
You should shut down the database instance and perform a complete database recovery
第8题:
Restore the latest whole backup, perform complete recovery, and open the database normally
Restore the latest whole backup, perform incomplete recovery, and open the database with the RESETLOGS option.
Restore the latest backups control file, perform complete recovery, and open the database with the RESETLOGS option.
Restore the latest backup control file, perform incomplete recovery using backup control file, and open the database with the RESETLOG option.
第9题:
The redo log file should belong to an active group.
The redo log file should belong to an inactive group.
The redo log file should belong to the current group.
The redo log file can be dropped only if all the transactions are stopped.
Before a redo log file is dropped, it should be deleted from the operating system (OS).
第10题:
The instance starts, the database is mounted, but efforts to open the database fail, and an error about the missing redo log group is displayed.
Before the instance starts, you receive an error about the missing redo log files of a group.
The instance starts and the database opens with an error message written to the alert log file.
The instance starts and the database opens because two redo log groups still exist.
The instance starts and the database opens, but every attempt to write to redo log files fails with an error.
第11题:
Recover the online redo log from backup.
Delete and re-create the log file.
Use the alter database clear logfile command to clear the log file.
Shut down the database and restart it.
Shut down the database and then mount it. Clear the log file with the alter database clear logfile command and then restart the database with alter database open resetlogs.
第12题:
Restore the latest whole backup,perform complete recovery,and open the database normally
Restore the latest whole backup,perform incomplete recovery,and open the database with the RESETLOGS option.
Restore the latest backups control file,perform complete recovery,and open the database with the RESETLOGS option.
Restore the latest backup control file,perform incomplete recovery using backup control file,and open the database with the RESETLOG option.
第13题:
You configured the Flash Recovery Area for your database. The database instance has been started inARCHIVELOG mode and the LOG_ARCHIVE_DEST_1 parameter is not set. What will be the implications onthe archiving and the location of archive redo log files()
第14题:
Which statement about recovering from the loss of a redo log group is true?()
第15题:
Examine the following scenario: -Database is running in ARCHIVELOG mode. -Complete consistent backup is taken every Sunday. -On Tuesday the instance terminates abnormally because the disk on which control files are located gets corruptedThe disk having active online redo log files is also corrupted. The hardware is repaired and the paths for online redo log files and control files are still valid. Which option would you use to perform the recovery of database till the point of failure?()
第16题:
You are working on a database, where you have three redo log groups. When the database is down for a backup, an operating system (OS) user deletes all the redo log files in a group. What will happen when you open your database?()
第17题:
Your database is in ARCHIVELOG mode. You have two online redo log groups each of which contains one redo member. When you attempt to start the database, you receive the following errors: ORA-00313: open failed for members of log group 1 of thread 1 ORA-00312: online log 1 thread 1: ’D:///REDO01.LOG’ You discover that the online redo log file of the current redo group is corrupted. Which statement should you use to resolve this issue?()
第18题:
The database will hang.
The database will be crashed.
The database will be shut down.
The LGWR process writes redo log entries to the other redo log member of the Group2 group
第19题:
Archiving will be disabled because the destination for the redo log files is missing.
The database instance will shut down and the error details will be logged in the alert log file.
Archiving will be enabled and the destination for the archived redo log file will be set to the FlashRecovery Area implicitly.
Archiving will be enabled and the location for the archive redo log file will be created in the defaultlocation $ORACLE_HOME/log.
第20题:
ALTER DATABASE DROP LOGFILE GROUP 1;
ALTER DATABASE CLEAR LOGFILE GROUP 1;
ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
ALTER DATABASE DROP LOGFILE MEMBER 'D:/REDO01.LOG
第21题:
Restore the latest whole backup, perform complete recovery, and open the database normally
Restore the latest whole backup, perform incomplete recovery, and open the database with the RESETLOGS option
Restore the latest backups control file, perform complete recovery, and open the database with the RESETLOGS option
Restore the latest backup control file, perform incomplete recovery using backup control file, and open the database with the RESETLOG option
第22题:
clear the redo log group
perform redo log file import
perform an incomplete recovery
perform a redo log recovery using Recovery Manager (RMAN)
shut down the database and open the database in the NOARCHIVELOG mode
第23题:
SQL>ALTER DATABASE DROP LOGFILE GROUP 1;
SQL>ALTER DATABASE CLEAR LOGFILE GROUP 1;
SQL>ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
SQL>ALTER DATABASE DROP LOGFILE MEMBER ’D:///REDO01.LOG’;
第24题:
You should perform a log switch
You should make a backup of the database
You should switch the database to the NONARCHIVELOG mode
You should shut down the database instance and perform a complete database recovery