单项选择题

You executed the following commands in an RMAN session for your database instance that has failures: 
RMAN> LIST FAILURE; 
After some time, you executed the following command in the same session: RMAN> ADVISE FAILURE; 
But there are new failures recorded in the Automatic Diagnostic Repository (ADR) after the execution ofthe last LIST FAILURE command. 
Which statement is true for the above ADVISE FAILURE command in this scenario()

A.It produces a warning for new failures before advising for CRITICAL and HIGH failures.
B.It ignores new failures and considers the failures listed in the last LIST FAILURE command only.
C.It produces advice only for new failures and the failures listed in the last LIST FAILURE command are ignored
D.It produces an error with recommendation to run the LIST FAILURE command before the ADVISE FAILURE command.


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

View the Exhibit to examine the error that occurred during the database startup.

You opened an RMAN session for the database. To repair the failure, you executed the followingcommand as the first RMAN command: 
RMAN>REPAIR FAILURE; 
Which statement describes the consequence of this command()

A.The command performs the recovery and closes the failure.
B.The command only displays the advice and the RMAN script required for recovery.
C.The command executes the RMAN script to repair the failure and remove the entry from the Automatic Diagnostic Repository (ADR).
D.The command produces an error because the ADVISE FAILURE command was not executed beforethe REPAIR FAILURE command.

2.多项选择题Which two activities are NOT supported by the Data Recovery Advisor (DRA)()

A.Recover from failures in the RAC environment.
B.Diagnose and repair a data file corruption online.
C.Diagnose and repair a data file corruption offline.
D.Diagnose and repair failures on a standby database

3.多项选择题Which two kinds of failures make the Data Recovery Advisor (DRA) generate a manual checklist()

A.failure when no standby database is configured
B.failure because a data file is renamed accidentally
C.failure that requires no archive logs to be applied for recovery
D.failure due to loss of connectivity-for example, an unplugged disk cable

4.多项选择题

You are managing an Oracle Database 11g database running in ARCHIVELOG mode. The FlashRecovery Area is specified as the destination for the archived redo log files. You notice this warning in thealert log file: 
ORA-19815: WARNING: db_recovery_file_dest_size of 3221225472 bytes is 100.00% used, and has 0remaining bytes available. 
What would you do to reclaim the used space in the Flash Recovery Area()

A.Back up the Flash Recovery Area.
B.Decrease the retention time for the database backup and flashback log files.
C.Manually delete all the archived log files from the Flash Recovery Area by using operating system (OS)commands.
D.Manually delete all the expired backup sets from the Flash Recovery Area by using operating system(OS) commands.

5.单项选择题

View the Exhibit to examine the output for the CROSSCHECK BACKUP command. 

Which statement is true about the output of the command()

A.The backup piece is expired as the new backup is available.
B.The backup piece is expired because the operating-system file was not found.
C.The backup piece is expired because the retention period for the backup has expired.
D.The backup piece is expired because the backup set to which it belongs is not complete.

6.单项选择题

You want to configure and schedule offline database backups to run automatically. 
Which tool or utilitywould you use to achieve this()

A.the XML script
B.the PL/SQL script
C.the DBMS_SCHEDULER package
D.Enterprise Manager to schedule the backup

7.多项选择题Which two files in the database can be configured for automatic backups by using the autobackupfeature in Recovery Manager (RMAN)()

A.data files
B.control files
C.parameter file
D.online redo log files
E.server parameter file

8.单项选择题

You are using Enterprise Manager to schedule backups for your database. 
Which type of script wouldbe generated by the backup scheduler()

A.XML script
B.PL/SQL script
C.Operating system script
D.Recovery Manager (RMAN) script

9.多项选择题

You are managing an Oracle Database 11g database with the following backup strategy: 
1.On Sunday, an incremental level 0 tape backup is performed. 
2.Monday through Saturday, acumulativeincremental level 1 tape backup is performed. 
Which two statements are true regarding the backups performed()

A.The backup performed in step 1 backs up all blocks that have ever been in use in the database. 
B.The backup performed in step 2 copies all the blocks changed since the most recent level 0 backup.
C.The backup performed in step 1 backs up all the blocks changed since the most recent level 1 backup.
D.The backup performed in step 2 backs up all blocks that have changed since the most recent incremental backup at level 1.

10.单项选择题

You are managing an Oracle Database 11g database with this backup strategy: 
- Every Sunday night, level 0 backup is performed. 
- On Monday night and subsequent days, level 1 incremental backup is performed. 
The backups are not cumulative incremental. 
Which statement about Monday’s backup is true()

A.The backup contains all the used blocks.
B.The backup contains all the used and unused blocks.
C.The backup contains blocks that have changed since the last level 0 backup.
D.The backup contains blocks that have changed since the last level 1 backup taken last week.

最新试题

Your database instance is running with full workload after database creation. You have decided to use a fixed-size undo tablespace. You want to use the Undo Advisor to estimate the capacity of the undo tablespace.Which two factors must you consider before using the Undo Advisor to estimate the capacity of the undotablespace()

题型:多项选择题

You are working on a database that must be functioning 24 hours a day, 7 days a week. The database isconfigured in ARCHIVELOG mode. Which two options do you have for performing user-managed backups()

题型:多项选择题

Which  statements are true about checkpointing()

题型:多项选择题

Which statement is true about loading data using the conventional path of SQL*Loader()

题型:单项选择题

Your database is functional with a peak load for the last one hour. You want to preserve the performancestatistics collected during this period to be used for comparison when you analyze the performance of thedatabase in the future. What action would you take to achieve this task()

题型:单项选择题

You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows:Warning (%): 90Critical (%): 95Which background process is responsible for issuing alerts when the threshold is crossed()

题型:单项选择题

View the Exhibit and examine the attributes of an undo tablespace. In an OLTP system, the user SCOTT hasstarted a query on a large table in the peak transactional hour that performs bulk inserts. The query runs formore than 15 minutes and then SCOTT receives the following error:ORA-01555: snapshot too oldWhat could be the reason for this error()

题型:单项选择题

Which  kinds of failures make the Data Recovery Advisor (DRA) generate a manual checklist?()

题型:多项选择题

Examine the following statement that is used to modify the primary key constraint on the SALES table:SQL> ALTER TABLE SALES MODIFY CONSTRAINT pk DISABLE VALIDATE;Which three statements aretrue regarding the above command()

题型:多项选择题

Which  statements are true regarding the Oracle Data Pump export and import operations()

题型:多项选择题