单选题You have lost datafile 4 from your database. Which is typically the fastest way to restore your database?()A  Restore and recover the datafile.B  Restore and recover the tablespace.C  Restore and recover the database.D  Restore and recover the control 

题目
单选题
You have lost datafile 4 from your database. Which is typically the fastest way to restore your database?()
A

 Restore and recover the datafile.

B

 Restore and recover the tablespace.

C

 Restore and recover the database.

D

 Restore and recover the control file.

E

 Restore and recover the parameter file.

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

第1题:

A database is running in ARCHIVELOG mode and regular backups are performed. A user receives the following error message . Which is the recommended sequence of operations you need to perform for the query successfully?()

  • A、Drop the affected tablespace, re-create the tablespace, restore the datafiles, and the tablespace. 
  • B、Take the affected datafile offline (if not already offline), restore the damaged image of the datafile, and then bring it online. 
  • C、Restart the database in MOUNT mode, restore the damaged datafile, recover the datafile and then open the database with resetlogs.
  • D、Put the database in RESTRICTED mode, restore all the datafiles in the affected datafile and recover the tablespace, and then put the database in normal operational mode. 

正确答案:C

第2题:

You want to perform in incomplete recovery of your database.  You plan to use these commands to recover your database:  SET UNTIL TIME = ’2000-12-09:11:44:00’;  RESTORE DATABASE; RECOVER DATABASE;  How should the commands be executed? ()

  • A、Only the SET command must be within a RUN block.
  • B、All commands should be executed at the RMAN prompt.
  • C、All three commands must be within a single RUN block.
  • D、Only the RESTORE and RECOVER commands must be within a single RUN block.

正确答案:C

第3题:

Your multitenant container database (CDB) contains three pluggable database (PDBs). You find that the control file is damaged. You plan to use RMAN to recover the control file. There are no startup triggers associated with the PDBs.Which three steps should you perform to recover the control file and make the database fully operational?()

A. Mount the container database (CDB) and restore the control file from the control file auto backup.

B. Recover and open the CDB in NORMAL mode.

C. Mount the CDB and then recover and open the database, with the RESETLOGS option.

D. Open all the pluggable databases.

E. Recover each pluggable database.

F. Start the database instance in the nomount stage and restore the control file from control file auto backup.


参考答案:C, D, F

第4题:

Which of the following represents the correct way to perform an online recovery of datafile 4, which is assigned to a tablespace called USERS?()  

  • A、 shutdown restore datafile 4; recover datafile 4; alter database open;
  • B、 Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; alter database open;
  • C、 Sql alter database datafile 4 offline; restore datafile 4; Sql alter database datafile 4 online;
  • D、 Sql alter database datafile 4 offline; restore database datafile 4; recover database datafile 4;Sql alter database datafile 4 online;
  • E、 Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; Sql alter database datafile 4 online;

正确答案:E

第5题:

You have lost datafile 4 from your database. Which is typically the fastest way to restore your database? ()

  • A、Restore and recover the datafile. 
  • B、Restore and recover the tablespace. 
  • C、Restore and recover the database. 
  • D、Restore and recover the control file. 
  • E、Restore and recover the parameter file.

正确答案:A

第6题:

Redo log files are multiplexed in your database. The disk in which you have one of the redo log members is highly fragmented. In the process of defragmentation you lose the redo log member, which is not a member of the current group. How would you recover from the loss of the redo log member?()

  • A、SMON would automatically restore the lost file.
  • B、You would need to restore the whole database from the last backup.
  • C、You would need to restore the file from the last full database backup.
  • D、You would need to use flashback technology to restore the lost redo log member.
  • E、You would need to use Recovery Manager (RMAN) to restore the lost redo log member.
  • F、You would need to restore the missing log file by copying one of the remaining files from the same group.

正确答案:F

第7题:

In your database, online redo log files are multiplexed and one of the members in a group is lost due to media failure? How would you recover the lost redo log member?()

  • A、 import the database from the last export
  • B、 restore all the members in the group from the last backup
  • C、 drop the lost member from the database and then add a new member to the group
  • D、 restore all the database files from the backup and then perform a complete recovery
  • E、 restore all the database files from the backup and then perform an incomplete recovery

正确答案:C

第8题:

You have lost datafile 4 from your database. Which is typically the fastest way to restore your database?()  

  • A、 Restore and recover the datafile.
  • B、 Restore and recover the tablespace.
  • C、 Restore and recover the database.
  • D、 Restore and recover the control file.
  • E、 Restore and recover the parameter file.

正确答案:A

第9题:

You work as a database administrator for Certkiller .com. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database.  Which method would you use to recover the data file?()

  • A、Restore all the data files and open the database
  • B、Create the data file and performtablespacerecovery
  • C、No need to restore any file, just recover the database
  • D、Restore only the system data file and recover the database
  • E、Restore only lost date file and performtablespacerecovery

正确答案:A

第10题:

You are maintaining the PROD database for NetFx Corporation. You have configured controlfile autobackup in your database. At 6:00 P.M. on Monday, you issue the following command:       RMAN>BACKUP DATABASE;  At 8:00 A.M. on Tuesday, you are unable to start the database because all the control files are missing. You decide to restore the control files from the backup by using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command. Which operation should you perform before using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command?()

  • A、 Start the database in the MOUNT stage.
  • B、 Back up the control file to trace.
  • C、 Set the DBID
  • D、 Issue the RECOVER DATABASE command.

正确答案:C

更多相关问题