Oracle Database 11g: New Features for Administrators - 1Z1-050 Exam Practice Test

Which two statements are true regarding the SQL Repair Advisor? (Choose two.)
Correct Answer: A,D
View the Exhibit.

Examine the following command that is executed for the TRANSPORT table in the SH schema:
SQL> SELECT DBMS_STATS.CREATE_EXTENDED_STATS(lsh\ 'customers^be1, '(countryjd, cust_state_province)') FROM dual;
Which statement describes the significance of this command?
Correct Answer: C
Which three are the valid statements in relation to SQL plan baselines? (Choose three.)
Correct Answer: C,D,E
Which two activities are NOT supported by the Data Recovery Advisor? (Choose two.)
Correct Answer: A,B
You need to perform an online table redefinition of an existing SALES table to partition it into two tablespaces TBS1 and TBS2.
The SALES table has a materialized view, materialized log, indexes, referential integrity constraint, and triggers with the PRECEDES clause existing on it.
What action is required for dependent objects when you perform online table redefinition?
Correct Answer: B
You are managing an Oracle Database 11 g database. You want to take the of size 100 TB on tape drive, but you have tape drives of only 10 GB each, quickly and efficiently?
Correct Answer: D
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?
Correct Answer: B
Which two are the uses of the ASM metadata backup and restore (AMBR) feature? (Choose two.)
Correct Answer: A,D
Which is the source used by Automatic SQL Tuning that runs as part of the AUTOTASK framework?
Correct Answer: D
Which are the prerequisites for performing flashback transactions on your database? (Choose all that apply.)
Correct Answer: A,B,D
You are managing an Oracle Database 11g ASM instance with a disk group dg01 having three disks. One of the disks in the disk group becomes unavailable because of power failure. You issued the following command to change the DISK_REPAIR_TIME attribute from 3.6 hours to 5 hours:
ALTER DISKGROUP dg01 SET ATTRIBUTE 'disk_repair_time' = '5h';
To which disks in the disk group will the new value be applicable?
Correct Answer: D
You are working on the APPDB database as a DBA. The database has a default Flashback Data Archive DFLA1 created on it.
You issued the following command to drop the Flashback Archive FLA1: DROP FLASHBACK ARCHIVE fla1;
What is the effect of this command?
Correct Answer: C