Using SQL commands.
Using SQL*Plus commands.
Using operating system commands.
Using Recover Manager commands.
第1题:
It is a holiday and no transactions are being performed on the database. You took a consistent backup of your database without using Recovery Manager (RMAN). How would you make use of this consistent backup in RMAN?()
第2题:
You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate? ()
第3题:
You plan to take a closed database backup using operating system commands. Which three SHUTDOWN options are appropriate for this type of backup?()
第4题:
When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUP command?()
第5题:
In user-managed backup and recover procedures, how are data files backed up? ()
第6题:
XML script
PL/SQL script
Operating system script
Recovery Manager (RMAN) script
第7题:
Add your user account to the local Backup Operators group
Install the Windows Server backup feature using the Server Manager feature.
Install the Removable Storage Manager feature using the Server Manager feature
Deactivating the backup job that is configured to backup Windows 2008 server domain controller on the Windows 2003 server.
None of the above
第8题:
The USERS.DBF datafile is corrupted and cannot be restored by RMAN.
The USERS.DBF datafile was not backed up using the RMAN BACKUP DATABASE command.
The USERS.DBF datafile was not restored using the RMAN RESTORE DATABASE command.
The USERS.DBF datafile was not recovered using the RMAN RECOVER DATABASE command.
第9题:
Using SQL commands.
Using SQL*Plus commands.
Using operating system commands.
Using Recover Manager commands.
第10题:
SQL script
PL/SQL script
Operating System (OS) script
Enterprise Manager (EM) script
Recovery Manager (RMAN) script
第11题:
You need to perform the restore and recover operations manually, because the backup was made manually.
First you need to resynchronize the catalog with the control file, and then you can use RMAN to recover the database.
First you need to add the backup to the catalog using the CATALOG command, and then you can use RMAN to recover the database.
You can just use RMAN and recover the database, because RMAN automatically updates the catalog with the backup information.
第12题:
It is a SQL script.
It is a PL/SQL file.
It is an operating system (OS) file.
It is a Recovery Manager (RMAN) script
第13题:
Which two are characteristics of user-managed backup and recovery operations?()
第14题:
Your database is in ARCHIVELOG mode. On Friday evening, you perform an online database backup by using the BACKUP DATABASE command at the Recovery Manager (RMAN) prompt and close the database. On Monday, the System Administrator informs you about the failure of two hard disks. One of the lost disks contains two datafiles, HR1.DBF and HR2.DBF, both of which belong to a read/write tablespace named HR. The disk also contains a datafile, USERS.DBF, which belongs to a read/write tablespace named USERS. You need to restore and recover the database backup that was performed on Friday evening. After mounting the database, you issue the following RMAN commands: RMAN>RESTORE DATABASE; RMAN>RECOVER DATABASE; After successfully executing these RMAN commands, you issue the following statement using SQL*Plus: SQL>ALTER DATABASE OPEN; You receive the following errors when attempting to open the database: ORA-01157: cannot identify/lock data file 10 see DBWR trace file ORA-01110: data file 10: ’D:///USERS.DBF’ What is the cause of these errors?()
第15题:
You issue the following statement: SQL> SELECT FIRSTNAME, LASTNAME FROM HR.EMPLOYEE; You receive the following error: 01578: ORACLE data block corrupted (file# 6, block # 54) ORA-01110 : data file 6: ’u01/oracle/oradata/data1.dbf’ How will you resolve this problem of data block corruption by reducing the mean time to recover (MTTR)?()
第16题:
Users complain SQL statements using a particular index fail. Using DBVERIFY, you find that two separate blocks in the index have become corrupt. The database data files for user data and index are very large. What is the least disruptive recover strategy available in Oracle9i?()
第17题:
You have a Windows Server 2008 R2 Hyper-V server. Virtual machines (VMs) store data on pass-through disks. You need to design a backup solution that allows you to restore VMs. What should you do?()
第18题:
cannot be used in RMAN
by starting up the database again
by using the CATALOG command of RMAN
by using the RECOVER CATALOG command in RMAN
by re-creating the target control file to rebuild the RMAN repository
第19题:
Recovery is initiated using SQL*Plus.
Database files are backed up using SQL commands.
Database files are backed up with Recovery Manager.
Database files are restored using Recovery Manager.
Database files are backed up using operating system commands.
第20题:
Rebuild the index using the online option.
Take the individual data file offline (not the whole tablespace), restore and recover the data file from backup with RMAN, then set the data file online again.
Without setting the individual data file offline, use RMAN with Block Media Recovery to restore and recover only those blocks.
Take the individual data file (not the whole tablespace) offline, use RMAN with Block Media Recovery to restore and recover only those blocks, then set the data file online again.
第21题:
restore the tablespace from the backup; there is no need to apply the redo information
restore the full database to recover the data up to the point when you performed the backup
restore the tablespace from the backup and then perform a recovery using the backup control file
restore the tablespace from the backup and then recover the tablespace; all the redo information from the point when the tablespace was made read/write is applied
第22题:
Back up the VMs by using Windows Server Backup within the VMs
Back up the system state on the VMs by using Windows Server Backup within the VMs
Back up the Hyper-V server by using Microsoft System Center Data Protection Manager (DPM) 2007 with SP1
Create checkpoints of the VMs by using Microsoft System Center Virtual Machine Manager (VMM) 2008 R2
第23题:
Incremental
Normal
Differential
Full
第24题:
by using the Flashback Table feature
by using the Flashback Database feature
by performing incomplete recovery using RMAN utility
by performing incomplete recovery using user-managed recovery