| Exam Code/Number: | 1Z1-050Join the discussion |
| Exam Name: | Oracle Database 11g: New Features for Administrators |
| Certification: | Oracle |
| Question Number: | 183 |
| Publish Date: | May 23, 2026 |
|
Rating
100%
|
|
Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window? (Choose al that apply.)
You issued the following command to mount the DATA disk group in restricted mode:
ALTER DISKGROUP data MOUNT RESTRICT;
What is the implication of this command?
What recommendations does the SQL Access Advisor provide for optimizing SQL queries? (Choose all that apply.)
You performed the RMAN database backup having a backupset key number 231 with the KEEP FOREVER option. After some days, you want to change the status of the database backup and you issued the following command:
RMAN>CHANGE BACKUPSET 231 NOKEEP;
What is the implication of this command?
Evaluate the following command and Its output:
SQL>SELECT * FROM dba_temp_free_space;
TABLESPACE_NAME TABLESPACE_SIZE ALLOCATED_SPACE FREE_SPACE
LMTEMP 250609664 101048576 149561088
Which two statements correctly interpret the output? (Choose two.)