单选题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 corrupted - The disk

题目
单选题
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 corrupted - The 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?()
A

Restore the latest whole backup, perform complete recovery, and open the database normally

B

Restore the latest whole backup, perform incomplete recovery, and open the database with the RESETLOGS option.

C

Restore the latest backups control file, perform complete recovery, and open the database with the RESETLOGS option.

D

Restore the latest backup control file, perform incomplete recovery using backup control file, and open the database with the RESETLOG option.

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

第1题:

Given below is a list of scenarios: 1) A user terminates his session abnormally. 2) The connection between the server and the client application terminates because of a network failure. 3) A schema is accidentally dropped. 4) The tablespace is accidentally dropped from the database. 5) The hard disk gets corrupted and the data files in the disk are lost. 6) The database instance abnormally shuts down because of power failure.  Which scenarios require DBAintervention to perform recovery()

  • A、1, 3, and 6
  • B、4, 5, and 6
  • C、3, 4, and 5
  • D、1, 2, and 6

正确答案:C

第2题:

Your database is running in ARCHIVELOG mode. You are performing a user-managed backup of the DATA1 tablespace.  You place the DATA1 tablespace in backup mode by issuing the following statement:   ALTER TABLESPACE data1 BEGIN BACKUP;   While you are performing the backup, an error occurs that causes the instance to terminate abnormally. Which statement about the DATA1 tablespace is true?()  

  • A、 The DATA1 tablespace is automatically taken out of backup mode when the instance aborts.
  • B、 If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode  when the database is opened.
  • C、 If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode  when the database is mounted.
  • D、 If you restart the database,the database will not be opened.

正确答案:D

第3题:

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

A. Restore the latest whole backup, perform complete recovery, and open the database normally

B. Restore the latest whole backup, perform incomplete recovery, and open the database with the RESETLOGS option

C. Restore the latest backups control file, perform complete recovery, and open the database with the RESETLOGS option

D. Restore the latest backup control file, perform incomplete recovery using backup control file, and open the database with the RESETLOG option


参考答案:D

第4题:

Examine the following scenario: The target database instance is running. The most recent backup available for the target database was taken two days ago. Log files switches have occurred in last two days. The target database is duplicated on the same host, using the Recovery Manager (RMAN) duplicate command as follows:   RMAN> RUN { ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK;  DUPLICATE TARGET DATABASE TO auxdb; }   Which statement is true about the duplicate database in this scenario?()  

  • A、 It contains data till the last backup
  • B、 It contains all data from target database until the current time
  • C、 It contains all data from only the committed transactions in the target database
  • D、 It contains all data except that which is used by the transactions in the current online redo file of target database

正确答案:D

第5题:

Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to the CDB RMAN. Examine the following command and its output: You execute the following command: RMAN > BACKUP DATABASE PLUS ARCHIVELOG; Which data files will be backed up?()

  • A、Data files that belong to only the root container
  • B、Data files that belong to the root container and all the pluggable databases (PDBs)
  • C、Data files that belong to only the root container and PDB$SEED
  • D、Data files that belong to the root container and all the PDBs excluding PDB$SEED

正确答案:B

第6题:

Your database is configured in NOARCHIVELOG mode. All the control files have been lost due to a hard disk failure but the data files are not lost. You have the closed whole database backup available to you.  Which two statements are true in this scenario?()

  • A、The instance aborts.
  • B、The database cannot be recovered.
  • C、The database can be recovered by restoring the control files from the backup.
  • D、The database remains opened and you have to shut it down with the ABORT option.
  • E、The database can be restored till the point of the last closed whole database backup.

正确答案:A,E

第7题:

Your database is in NOARCHIVELOG mode and a logswitch happens every 20 minutes. On Thursday morning,media failure resulted in corruption of a data file belonging to the TOOLS tablespace. Backups are taken on every Sunday.  What would you do in this situation?()

  • A、recover using Oracle Flashback Database technology
  • B、restore the data files from backup and perform a complete recovery
  • C、restore only the corrupted data file and perform tablespace recovery
  • D、restore the data files from backup and perform cancel-based recovery
  • E、restore the entire database from the most recent backup and start the instance and open the database

正确答案:E

第8题:

Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to the CDB RMAN.Examine the following command and its output:You execute the following command:RMAN > BACKUP DATABASE PLUS ARCHIVELOG;Which data files will be backed up?()

A. Data files that belong to only the root container

B. Data files that belong to the root container and all the pluggable databases (PDBs)

C. Data files that belong to only the root container and PDB$SEED

D. Data files that belong to the root container and all the PDBs excluding PDB$SEED


参考答案:B

第9题:

Given below is a list of scenarios:  1)A user terminates his session abnormally.  2)The connection between the server and the client application terminates because of a network failure.  3)A schema is accidentally dropped.  4)The tablespace is accidentally dropped from the database.  5)The hard disk gets corrupted and the data files in the disk are lost.  6)The database instance abnormally shuts down because of power failure.  Which scenarios require DBA intervention to perform recovery()

  • A、4 and 5
  • B、1,3,and 6
  • C、4,5,and 6
  • D、3,4,and 5
  • E、1,2,and 6

正确答案:D

第10题:

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

  • A、 Restore the latest whole backup,perform complete recovery,and open the database normally 
  • B、 Restore the latest whole backup,perform incomplete recovery,and open the database with the  RESETLOGS option.
  • C、 Restore the latest backups control file,perform complete recovery,and open the database with the RESETLOGS option.
  • D、 Restore the latest backup control file,perform incomplete recovery using backup control file,and open the database with the RESETLOG option.

正确答案:D

更多相关问题