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?()
第1题:
Which files will you need to perform a full recovery of a database backed up in NOARCHIVELOG mode?()
第2题:
You have configured the flash recovery area to store online redo log files, control files, archived redo logs and RMAN backups. Which of the following files can you successfully delete from the flash recovery area if you want to reclaim the space within it?()
第3题:
The instance abnormally terminates because of a power outage. Which statement is true about redolog files during instance recovery()
第4题:
You have lost all your online redo logs. As a result, your database has crashed. You have tried to restart the database and clear the online redo log files, but when you try to open the database you get the following error. SQL> startup ORACLE instance started. Total System Global Area 167395328 bytes Fixed Size 1298612 bytes Variable Size 142610252 bytes Database Buffers 20971520 bytes Redo Buffers 2514944 bytes Database mounted. ORA-00313: open failed for members of log group 2 of thread 1 ORA-00312: online log 2 thread 1: ,,/oracle01/oradata/orcl/redo02a.log ORA-27037: unable to obtain file status Linux Error: 2: No such file or directory Additional information: 3 ORA-00312: online log 2 thread 1: ,,/oracle01/oradata/orcl/redo02.log ORA-27037: unable to obtain file status Linux Error: 2: No such file or directory Additional information: 3 SQL> alter database clear logfile group 2; alter database clear logfile group 2 * ERROR at line 1: ORA-01624: log 2 needed for crash recovery of instance orcl (thread 1) ORA-00312: online log 2 thread 1: ,,/oracle01/oradata/orcl/redo02.log ORA-00312: online log 2 thread 1: ,,/oracle01/oradata/orcl/redo02a.log What steps must you take to resolve the error?() a. Issue the recover database redo logs command. b. Issue the Startup Mount command to mount the database. c. Restore the last full database backup. d. Perform a point-in-time recovery, applying all archived redo logs that are available. e. Restore all archived redo logs generated during and after the last full database backup. f. Open the database using the alter database open resetlogs command. g. Issue the alter database open command.
第5题:
In which scenario is a Database Administrator NOT required to perform an incomplete recovery?()
第6题:
V$LOGFILE
V$RECOVER_LOG
V$RECOVER_DATABASE
V$LOG_RECOVER
V$LOG
第7题:
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
第8题:
when all the online redo log groups are multiplexed and one of the members of a group is missing
when all the online redo log groups are not multiplexed and one log group is missing
when all the control files are missing
when some important tables are deleted from the database and purged from the Recycle Bin
第9题:
Nothing happens
Oracle will automatically switch redo logs when detected
Oracle eventually won't allow new records to be added to the database
The instance crashes
第10题:
until SCN
until time
until cancel
using backup control file
第11题:
V$LOG
V$LOGFILE
DBA_LOG_GROUPS
V$LOG_HISTORY
第12题:
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’;
第13题:
As soon as you discover that you have lost an online redo log, if the database is still functioning, what should be your first action?()
第14题:
You have the following online redo log configuration: Group Member 1 ’/disk1/oradata/redo01a.log’ 2 ’/disk2/oradata/redo02a.log’ 3 ’/disk3/oradata/redo03a.log’ You decide to multiplex the online redo log groups for recovery of redo log files in case of any disaster. Which two statements will you NOT issue to multiplex the online redo log files?()
第15题:
When issuing the duplicate database command, you use the parameter DB_FILE_NAME_CONVERT. For what purpose do you use this parameter?()
第16题:
Which of the following files cannot be backed up by RMAN? ()(Choose all that apply.)
第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题:
V$LOG
V$LOFHIST
V$LOGFILE
V$LOG_HISTORY
第19题:
The database will operate normally without generating any redo.
The database will hang, and you must shut down and restart the instance.
The database will crash, and you must recover the database from the point of failure.
The database will operate normally and will generate minimal redo for the tables created with the NOLOGGING clause.
第20题:
The backup RB3 and the current online redo log files
the backup RB2 and the archived redo log files after the log sequence number 15622
Backup R81 and the archived redo log hies after the log sequence number 12871
The backup RB3 and the archived redo log files after the log sequence number 16721
第21题:
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
第22题:
Creates an additional copy of the database online redo log files.
Stores the primary key column values of each row involved in a DML operation in the online redo log files.
Stores the primary key column values of each row involved in a DML operation in the supplemental log files.
Stores the old and new primary key column values of each row involved in a DML operation only when the primary key is modified in the online redo log files.
第23题:
Shut down the database
Clear the online redo log
Back up the database
Checkpoint the database
Call Oracle support