A. a cumulative level 1 backup B. a differential level 1 backup C. a full backup D. a whole backup
You want to set the following initialization parameters for your database instance: LOG_ARCHIVE_DEST_1 = 'LOCATION=/disk1/arch' LOG_ARCHIVE_DEST_2 = 'LOCATION=/disk2/arch' LOG_ARCHIVE_DEST_3 = 'LOACTION=/disk3/arch' LOG_ARCHIVE_DEST_4 = 'LOCATION=/disk4/arch MANDATORY' Identify the statement that correctly describes this setting.()
A. The MANDATORY location must be a flash recovery area. B. The optional destinations may not use the flash recovery area. C. This setting is not allowed because the first destination is not set as MANDATORY. D. The online redo log file is not allowed to be overwritten if the archived log cannot be created in the fourth destination.
Your system has been upgraded from Oracle Database 10g to Oracle Database 11g. You imported SQL Tuning Sets (STS) from the previous version. After changing the OPTIMIZER_FEATURE_ENABLE parameter to 10.2.0.4 and running the SQL Performance Analyzer, you observed performance regression for a few SQL statements. What would you do with these SQL statements?()
A. Set OPTIMIZER_USE_PLAN_BASELINES to FALSE to prevent the use of regressed plans. B. Capture the plans from the previous version using STS and then load them into the stored outline. C. Capture the plans from the previous version using STS and then load them into SQL Management Base (SMB) D. Set OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES to FALSE to prevent the plans from being loaded to the SQL plan baseline.