单选题Your database is set in NOARCHIVELOG mode and is backed up every night. There are 10 redo log groups on the database, each with three members, making a total of 30 redo log files. At lunchtime the server unexpectedly gets shut down. Upon restarting you

题目
单选题
Your database is set in NOARCHIVELOG mode and is backed up every night. There are 10 redo log groups on the database, each with three members, making a total of 30 redo log files. At lunchtime the server unexpectedly gets shut down. Upon restarting you notice that the data file belonging to the SYSTEM tablespace has become corrupted. You also notice that there have been 15 log switches during the day. Which solution should you use to recover as much committed data as possible?()
A

Restore the data file for the SYSTEM tablespace then open the database. 

B

Restore all redo logs form last night's backup, then restart the database. 

C

Perform a complete restore of all files from last night's backup. Data entered into the database today must be reentered. 

D

Mount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online. 

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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

  • A、ALTER DATABASE DROP LOGFILE GROUP 1;
  • B、ALTER DATABASE CLEAR LOGFILE GROUP 1;
  • C、ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
  • D、ALTER DATABASE DROP LOGFILE MEMBER 'D:/REDO01.LOG

正确答案:C

第2题:

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

  • A、Archiving will be disabled because the destination for the redo log files is missing.
  • B、The database instance will shut down and the error details will be logged in the alert log file.
  • C、Archiving will be enabled and the destination for the archived redo log file will be set to the Flash RecoveryArea implicitly.
  • D、Archiving will be enabled and the location for the archive redo log file will be created in the default location$ORACLE_HOME/log.

正确答案:C

第3题:

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

A. You should perform a log switch

B. You should make a backup of the database

C. You should switch the database to the NONARCHIVELOG mode

D. You should shut down the database instance and perform a complete database recovery


参考答案:B

第4题:

In your production database, you have observed that the database server performance degrades whenever there is a switch between the log groups. On further investigation, you find that the database is running in ARCHIVELOG mode and the archived log files are being written to the same disk that is used to store the redo log members.  Which two actions would you take to improve the performance of the database server? ()

  • A、increase the size of the redo log buffer
  • B、increase the number of redo log groups
  • C、increase the number of log writer processes
  • D、increase the number of ARCn processes
  • E、change the appropriate LOG_ARCHIVE_DEST_n parameter to place the archived log files in a separate location

正确答案:B,E

第5题:

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

  • A、 ALTER DATABASE DROP LOGFILE GROUP 1
  • B、 ALTER DATABASE CLEAR LOGFILE GROUP 1
  • C、 ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1
  • D、 ALTER DATABASE DROP LOGFILE MEMBER ’D:///REDO01.LOG’

正确答案:C

第6题:

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

  • A、 You should perform a log switch
  • B、 You should make a backup of the database
  • C、 You should switch the database to the NONARCHIVELOG mode
  • D、 You should shut down the database instance and perform a complete database recovery

正确答案:B

第7题:

You are maintaining your OLTP database in Oracle10g. While observing the performance of the database, you find that the log switch occurs more than once for every 20 minutes, affecting the database performance. Which factor is responsible for frequent log switches?()  

  • A、the value of the UNDO_RETENTION initialization parameter
  • B、the value of the optimal redo log file size provided by the Redo Logfile Size Advisor
  • C、the online redo log files size
  • D、the number of redo log members in a group

正确答案:C

第8题:

Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains oneredo 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 1ORA-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?()

A. ALTER DATABASE DROP LOGFILE GROUP 1;

B. ALTER DATABASE CLEAR LOGFILE GROUP 1;

C. ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;

D. ALTER DATABASE DROP LOGFILE MEMBER ‘D:\REDO01.LOG


参考答案:C

第9题:

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

  • A、 clear the redo log group
  • B、 perform redo log file import
  • C、 perform an incomplete recovery
  • D、 perform a redo log recovery using Recovery Manager (RMAN)
  • E、 shut down the database and open the database in the NOARCHIVELOG mode

正确答案:A

第10题:

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

  • A、 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.
  • B、 Before the instance starts, you receive an error about the missing redo log files of a group.
  • C、 The instance starts and the database opens with an error message written to the alert log file.
  • D、 The instance starts and the database opens because two redo log groups still exist.
  • E、 The instance starts and the database opens, but every attempt to write to redo log files fails with an error.

正确答案:A

更多相关问题