单项选择题

You are using Oracle Database 10g. The LOG_ARCHIVE_FORMAT parameter is set to 
’LOG%t_%s_%r.dbf’. 
Why is %r used in the file name format?() 

A.to uniquely identify the archived log files with the restore operation
B.to uniquely identify the archived log files with the redo log group number
C.to uniquely identify the archived log files for each incarnation of the database
D.to uniquely identify the archived log files with the number of recovery operations performed


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

View the Exhibit. 

One of the important tables in the USERS tablespace was dropped and purged from the recycle bin at 9:00 a.m. You noticed this at 11:00 a.m. and you want to perform an incomplete recovery to recover the table. 
Which statement is true?()

A.You must recover all data files to the required system change number (SCN).
B.You must recover all data files, except those that are offline, to the required SCN .
C.You must recover all data files belonging to the USERS tablespace to the required SCN.
D.You cannot recover all data files because segment space management is performed manually for the undo tablespace.

2.多项选择题

Your database operates in ARCHIVELOG mode and all the tablespaces are online. Due to a user error, you decided to perform an incomplete recovery. 
Which two tasks would you be required to perform in the recovery process? ()

A.open the database with the RESETLOGS option
B.open the database with the RESTRICTED option
C.recover all the data files to the same system change number (SCN)
D.recover to the required SCN only that data file in which the error occurred

4.多项选择题For an incomplete recovery, which four backup types can be used by Recovery Manager (RMAN) to restore data files? ()

A.RMAN image copies
B.RMAN database backups
C.RMAN tablespace backups
D.user­managed backups placed in the flash recovery area
E.user­managed backups that have been cataloged with RMAN
F.user­managed data file backups for which the full path name is specified

6.单项选择题

You performed an incomplete recovery on your Oracle Database 10g database using the following command: 
SQL> RECOVER DATABASE 
2 UNTIL TIME ’2004­08­05:12:10:03’ 
3 USING BACKUP CONTROLFILE; 
In which situation would the above recovery be required?()

A.A user table was lost at the specified time.
B.A redo log file was lost at the specified time.
C.The backup control file is on a faster disk than the current one.
D.The current control file has a different path compared with the intended time of recovery.
E.The current control file does not match the physical structure of the database at the intended time of recovery.

8.多项选择题Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel­based recovery?()

A.You find that one of the redo log members in each redo log group is lost.
B.You find that a data file that belongs to the USERS tablespace is damaged.
C.You find that a data file that belongs to the SYSTEM tablespace is damaged.
D.You find that the current redo log group is damaged and is not available for recovery.
E.You realized while performing a recovery that an archived redo log file needed for recovery is lost.

9.单项选择题

You have only two redo log groups and these groups get overwritten several times in a day. Your database operates in NOARCHIVELOG mode and user­managed consistent backups are performed every Sunday night. On Thursday morning, you find that an important table has been dropped and purged. 
With reference to this scenario, up to what point in time can the data be recovered?()

A.until Thursday morning
B.until last Sunday’s backup
C.until Wednesday evening
D.until that point in time when the database is opened
E.until that point in time when the recovery is performed
F.until that point in time when the table is dropped and purged

10.单项选择题Your 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 archivelog 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?()

A.restore all the data files from last Sunday’s backup, and then perform a time­based recovery
B.restore all the data files from last Sunday’s backup, and then perform a cancel­based recovery
C.restore all the data files from last Sunday’s backup, and then perform a change­based recovery
D.restore only data files that belong to the SYSTEM tablespace from last Sunday’s backup, and then perform a complete recovery

最新试题

You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()

题型:单项选择题

Your database operates in ARCHIVELOG mode. User­managed consistent backups are performed every Sunday night. On Tuesday, client A drops a table at 8:00 a.m. as follows: SQL> DROP TABLE cust_ord PURGE; Table dropped. Client B executes a query at 9:00 a.m. on the same table as follows: SQL> SELECT * FROM cust_ord;SELECT * FROM cust_ord* ERROR at line 1: ORA­00942: table or view does not exist Client B needs the dropped table and reports the problem to you. With reference to this scenario, which action should you take?()

题型:单项选择题

You noticed that the index tablespace in your database requires a recovery. However, instead of performing a media recovery, you decided to re­create the indexes in a new tablespace. Which two options would you use to reduce the time it takes to re­create the indexes?()

题型:多项选择题

View the Exhibit and examine the Flashback Database architecture. Identify the missing component (shown with a "?") in the Flashback Database architecture.()

题型:单项选择题

You decided to change the location of the flash recovery area. You executed the following command: Which statement is true?()

题型:单项选择题

You performed an incomplete recovery on your Oracle Database 10g database using the following command: SQL> RECOVER DATABASE 2 UNTIL TIME ’2004­08­05:12:10:03’ 3 USING BACKUP CONTROLFILE; In which situation would the above recovery be required?()

题型:单项选择题

You are working on an Oracle Database 10g database. Because of data loss, you decided to perform a Flashback Database operation using the following command: SQL> FLASHBACK DATABASE TO TIMESTAMP(SYSDATE 5/24); Which two statements are true? ()

题型:多项选择题

You have only two redo log groups and these groups get overwritten several times in a day. Your database operates in NOARCHIVELOG mode and user­managed consistent backups are performed every Sunday night. On Thursday morning, you find that an important table has been dropped and purged. With reference to this scenario, up to what point in time can the data be recovered?()

题型:单项选择题

You have a read­only tablespace on read­only media. You want to perform a media recovery on the existing data files, but using a backup control file. The backup control file indicates that the status of the read­only tablespace was read/write when the control file was backed up. What should you consider?()

题型:单项选择题

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

题型:多项选择题