单项选择题The production database has been functional for the last seven days. Because of application requirements, some of the initialization parameters were changed during run time without any comments. You have been asked to find out the value of the parameters when the instance was started. Which source would you use to locate this information?()

A.fixed views
B.the alert log file
C.the parameter file
D.the server parameter file
E.dynamic performance views


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

The backup retention policy is configured as RECOVERY WINDOW 2. You executed the following command in Recovery Manager (RMAN) against your database: 
RMAN> REPORT OBSOLETE; 
What would you see in the output?()

A.a list of all the expired backups and copies
B.a list of all those files that have been deleted in the last two days
C.a list of all those files that have been recovered within the last two days
D.a list of backups and copies that are outside the range covered by the current retention policy

2.多项选择题Using the LIST command in Recovery Manager (RMAN), which two pieces of information from the RMAN repository can be listed? ()

A.backups that can be deleted
B.stored scripts in the recovery catalog
C.backup sets and image copies that are obsolete
D.only the most recent backup sets or image copies
E.backups that do not have the AVAILABLE status in RMAN repository

3.单项选择题

You executed the following command in Recovery Manager (RMAN) against your Oracle 10g database: 
RMAN> REPORT NEED BACKUP days 3; 
What would be the output of this command?() 

A.a list of files that require a backup within three days
B.a list of files that have not been backed up for three days
C.a list of files that RMAN recommends be backed up only once in every three days, based on low volatility
D.a list of files for which a backup has already been performed and may need a backup after three days

4.多项选择题When performing a backup using Recovery Manager (RMAN), which four types of files can be backed up with the RMAN BACKUP command?()

A.data file
B.password file
C.archivelog file
D.temporary file
E.online redo log file
F.the current control file
G.the tnsnames.ora file
H.current server parameter file

5.多项选择题

Your database is functioning in NOARCHIVELOG mode. Your database contains 15 tablespaces. You want to use Recovery Manager (RMAN) to perform backups. 
Which two backups would you be able to perform when the database is being accessed by users?()

A.backup of offline tablespaces
B.backup of read­only tablespaces
C.backup of system­critical tablespaces
D.backup of online, locally managed tablespaces
E.backup of read/write dictionary­managed tablespaces

6.多项选择题

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

A.password file
B.online redo log files
C.the current control file
D.archived redo log files
E.the current server parameter file
F.all the data files belonging to the USERS tablespace
G.data files belonging to the USERS tablespace and all the default tablespaces

7.单项选择题

View the Exhibit. 

You executed the following command to perform a backup of the USERS tablespace: RMAN> BACKUP TABLESPACE USERS; 
Which type of backup would this command perform?()

A.backup set
B.image copy
C.incremental backup
D.None; the user receives an error indicating that the backup type must be specified.

9.单项选择题

You observe that the senior database administrator always uses the following command when connecting to Recovery Manager (RMAN), and then starts executing commands to backup the database files: 
$ rman target / 
What would be the effect of this command?()

A.RMAN would use the current operating system location to place the backup.
B.RMAN would use the control file of the target database to maintain the backup.
C.RMAN would use the recovery catalog of the target database to maintain the backup.
D.RMAN would use the control file of the target database to maintain the backup metadata. 
E.RMAN would use the recovery catalog of the target database to maintain the backup metadata.

10.单项选择题

In Recovery Manager (RMAN), you set the retention policy to NONE by executing the following command: 
CONFIGURE RETENTION POLICY TO NONE; 
What would be the impact of this setting?()

A.The retention policy is cleared.
B.RMAN does not consider any backup as obsolete.
C.The retention policy is set to its default setting of redundancy 1.
D.The retention policy is set to its default setting of recovery window 7.

最新试题

Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel­based recovery?()

题型:多项选择题

A data file became corrupted in your database due to bad sectors on the disk. Because of corruption, you lost all the important tables in that data file.Which method would you use for recovery?()

题型:单项选择题

You disabled the Flashback Database feature by using the following command: SQL> ALTER DATABASE FLASHBACK OFF; What would be the effect of this command on the existing flashback logs?()

题型:单项选择题

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

题型:多项选择题

You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area? ()

题型:多项选择题

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 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 decided to change the location of the flash recovery area. You executed the following command: Which statement is true?()

题型:单项选择题

The current time is 12:00 noon. You want to recover the USERS tablespace from a failure that occurred at 11:50 a.m. You discover that the only member of an unarchived redo log group containing information from 11:40 a.m. onwards is corrupt. With reference to this scenario, if you are not using Recovery Manager (RMAN), which recovery method would you use?()

题型:单项选择题

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

题型:单项选择题