when all the control files are missing and only a binary backup of the current control file exists
when a multiplexed copy of the current control file is missing
when all the control files are missing and only a script containing the CREATE CONTROLFILE statement exists
when the SPFILE is missing
第1题:
Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP OFF; RMAN> BACKUP DATABASE; Which files from the database will be backed up as a result of this BACKUP command?()
第2题:
ou are implementing control file multiplexing. Which of the following choices identifies the method you can use in order to generate the control file copies that Oracle will maintain?()
第3题:
You issued the following statement: SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE; What will be the result of issuing the statement?()
第4题:
In which situation will you run the script containing the following statement?() CREATE CONTROLFILE REUSE DATABASE SALES NORESETLOGS ARCHIVELOG MAXLOGFILES 20 MAXLOGMEMBERS 3 MAXDATAFILES 30 MAXINSTANCES 10 MAXLOGHISTORY 1200 LOGFILE GROUP 1 ( ’/disk1/prod/orders/db/log1a.dbf’, ’/disk2/prod/orders/db/log1b.dbf’ )SIZE 100K GROUP 2 ( ’/disk1/prod/orders/db/log2a.dbf’, ’/disk2/prod/orders/db/log2b.dbf’ ) SIZE 100K, DATAFILE ’/disk1/prod/orders/db/database1.dbf’, ’/disk2/prod/orders/db/file1.dbf ’;
第5题:
You work as a database administrator for Certkiller .com. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure. How would you proceed to recover the database?()
第6题:
You performed a backup of the flash recovery area by using the following command for the first time: RMAN> BACKUP RECOVERY AREA; Which files in the flash recovery area are backed up?()
第7题:
Start the database in the MOUNT stage.
Back up the control file to trace.
Set the DBID
Issue the RECOVER DATABASE command.
第8题:
A text copy of the control file.
A binary copy of the control file.
A file containing a SQL statement which will re-create the database.
A file containing a SQL statement which will re-create the control file.
第9题:
Start the instance and open the database, instance recovery automatically recoverscontrol files
Create a file based on the contents of the trace file and save it to the control file locations and start the database
Re-create the database (The recovery of the control file is not possible because you have lost all the control files.)
Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file.
Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.
第10题:
Backup control file.
Emergency control file.
The create controlfile command.
The restore controlfile SQL*Plus command.
No backup is required. The database will re-create the control file when it is discovered to be lost.
第11题:
When a successful backup is recorded in the RMAN repository, then a backup of the current control file is performed.
When a structural change is made to the database, then a backup of the current control file is performed.
When a successful backup is performed in the RMAN repository, then a backup of the spfile is performed.
When a structural change is made to the database, then a backup of the alert log file will be performed.
第12题:
You will need to open the database with the resetlogs command.
All you need to do is execute the trace file from SQL*Plus and it will perform the recovery for you.
You will use the resetlogs version of the create controlfile command.
You will use the noresetlogs version of the create controlfile command.
You will use the trace file to create a backup control file, and then you will recover the database with the recover database using backup controlfile command
第13题:
You have recovered your Oracle Database 10g by using the control file backup because all copies of the current control file have been lost due to a media failure. You open your database by using the following statement: SQL>ALTER DATABASE OPEN RESETLOGS; Which of the following options is true about using the RESETLOGS option?()
第14题:
You work as a database administrator for Supportcenter.cn. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure. How would you proceed to recover the database?()
第15题:
You issued the following RMAN command: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; What is NOT an impact of using the above command?()
第16题:
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?()
第17题:
In which scenario will you issue the following command?() SQL> RECOVER DATABASE UNTIL TIME ’2005-10-04 : 12:09:08’ USING BACKUP CONTROLFILE;
第18题:
You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact. Which of the following is true regarding your recovery?()
第19题:
when all the control files are missing and only a binary backup of the current control file exists
when a multiplexed copy of the current control file is missing
when all the control files are missing and only an ASCII representation of the binary control file exists
when the SPFILE is missing
第20题:
The control file will be multiplexed.
The control file will be recreated.
The script containing the CREATE CONTROLFILE statement will be created.
The binary backup of the control file will be created.
第21题:
Start the instance and open the database, instance recovery automatically recovers control files
Create a file based on the contents of the trace file and save it to the control file locations and start the database
Re-create the database (The recovery of the control file is not possible because you have lost all the control files.)
Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file.
Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.
第22题:
A user table was lost at the specified time.
A redo log file was lost at the specified time.
The backup control file is on a faster disk than the current one.
The current control file has a different path compared with the intended time of recovery.
The current control file does not match the physical structure of the database at the intended time of recovery.
第23题:
A user table was lost at the specified time.
A redo log file was lost at the specified time.
The backup control file is on a faster disk than the current one.
The current control file has a different path compared with the intended time of recovery.
The current control file does not match the physical structure of the database at the intended time of recovery.