Enter the keyword AUTO.
Enter the keyword CANCEL.
Press the Enter or Return key.
Provide the filename ’/disk1/archive/arcg_46.rdo’
第1题:
The database is configured in ARCHIVELOG mode and regular complete database backups are taken. The loss of which two types of files may require a recovery with the RESETLOGS option?()
第2题:
In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas. Which method must you use to recover the lost data?()
第3题:
You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()
第4题:
You work as a database administrator for Supportcenter.cn. 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?()
第5题:
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?()
第6题:
The backup RB3 and the current online redo log files
the backup RB2 and the archived redo log files after the log sequence number 15622
Backup R81 and the archived redo log hies after the log sequence number 12871
The backup RB3 and the archived redo log files after the log sequence number 16721
第7题:
Restore all the data files and open the database
Create the data file and perform tablespace recovery
No need to restore any file, just recover the database
Restore only the system data file and recover the database
Restore only lost date file and performtablespacerecovery
第8题:
You find that one of the redo log members in each redo log group is lost.
You find that a data file that belongs to the USERS tablespace is damaged.
You find that a data file that belongs to the SYSTEM tablespace is damaged.
You find that the current redo log group is damaged and is not available for recovery.
You realized while performing a recovery that an archived redo log file needed for recovery is lost.
第9题:
Restore the data file for the SYSTEM tablespace then open the database.
Restore all redo logs form last night's backup, then restart the database.
Perform a complete restore of all files from last night's backup. Data entered into the database today must be reentered.
Mount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online.
第10题:
Inactive and current redo log files are required to accomplish recovery.
Online and archived redo log files are required to accomplish instance recovery.
All redo log entries after the last checkpoint are applied from redo log files to data files.
All redo log entries recorded in the current redo log file until the checkpoint position are applied to data files
第11题:
loss of one of the tablespaces
loss of a system data file
loss of one of the control files
loss of a tempfile
loss of the only member of an unarchived redo log group
loss of a member from each redo log group
第12题:
Restore all the data files from last Sunday’s backup, and then perform a time-based recovery.
Restore all the data files from last Sunday’s backup, and then perform a cancel-based recovery.
Restore all the data files from last Sunday’s backup, and then perform a change-based recovery.
Restore only data files that belong to the SYSTEM tablespace from last Sunday’s backup, and then perform a complete recovery.
第13题:
You database operates in ARCHIVELOG mode and user-managed consistent backups are performed every Sunday night. On Tuesday, at 9:00 a.m. the current log sequence number was 369. Also, on Tuesday you lost the data file belonging to the SYSTEM tablespace and an achivelog file (sequence number 356) that contained redo entries between 8:00 a.m. and 8.30 a.m. With reference to this scenario, what would you do to recover the database?()
第14题:
Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel/x7fbased recovery?()
第15题:
The loss of which two types of files may require a recovery with the RESETLOGS option?()
第16题:
You are working on Oracle Database 10g, which is in ARCHIVELOG mode. All the archived log files are intact. In which scenario would performing a recovery require the opening of the database with the RESETLOGS option?()
第17题:
View the Exhibit.You executed the following command to perform a backup of the USERS tablespace: RMAN> BACKUP TABLESPACE USERS; Which three types of files are backed up? ()
第18题:
Only the data files.
All of the data files and the control files.
Only the data files belonging to the SYSTEM tablespace.
Only the data files belonging to the SYSTEM tablespace and the control files.
第19题:
Restore the latest whole backup, perform complete recovery, and open the database normally
Restore the latest whole backup, perform incomplete recovery, and open the database with the RESETLOGS option
Restore the latest backups control file, perform complete recovery, and open the database with the RESETLOGS option
Restore the latest backup control file, perform incomplete recovery using backup control file, and open the database with the RESETLOG option
第20题:
The backup will terminate because the FORMAT clause was not configured for the channel
It backs up two copies of data files to tape and disk, and two copies of archived log file on tape
It backs up the data files and archived log files to disk, making two copies of each data file and archived log file
It backs up the data files and archived log files to tape, making two copies of each data file and archived log file
第21题:
restore all the data files from last Sunday’s backup, and then perform a timebased recovery
restore all the data files from last Sunday’s backup, and then perform a cancelbased recovery
restore all the data files from last Sunday’s backup, and then perform a changebased recovery
restore only data files that belong to the SYSTEM tablespace from last Sunday’s backup, and then perform a complete recovery
第22题:
Enter the keyword AUTO.
Enter the keyword CANCEL.
Press the Enter or Return key.
Provide the filename ’/disk1/archive/arcg_46.rdo’
第23题:
A database backup, combined with archived redo log files, guarantees that all committed data can be recovered to the point of failure.
During recovery the ARCn background process copies its redo entries identified for recovery by the control file to the data files.
After each write to an archived log, the mandatory background process ARCn writes its log sequence number and the first and last SCN number within the log sequence to the control file.
At database recover time, and archived redo log is uniquely identified for recovery use by its redo thread number and destination ID number retrieved from the control file.
第24题:
Complete Recovery with online redo log
Complete Recovery with archived redo log
Tablespace Point-in-Time Recovery (TSPITR)
Incomplete Recovery with system change number (SCN)