Oracle Database 11g: Administration I - 1Z1-052 Exam Practice Test
You are managing an Oracle Database 11g database. The database is open, and you plan to perform Recovery Manager (RMAN) backups.
Which three statements are true about these backups? (Choose three.)
Which three statements are true about these backups? (Choose three.)
Correct Answer: A,D,E
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
USER1 grants SELECT, INSERT, and UPDATE privileges on USER1, EMP to USER2.
SYS executes this command:
SQL>REVOKE UPDATE ON user1.emp FROM user1;
What will be the outcome?
SYS executes this command:
SQL>REVOKE UPDATE ON user1.emp FROM user1;
What will be the outcome?
Correct Answer: A
Which two are true about transactions, UNDO segments, and UNDO tablespaces?
(Choose two.)
(Choose two.)
Correct Answer: C,D
See the Exhibit:

Which statements are true regarding the USERS tablespace? (Choose all that apply.)

Which statements are true regarding the USERS tablespace? (Choose all that apply.)
Correct Answer: A,D
The user HR owns the EMP table. The user HR grants privileges to the user SCOTT by using this command:

Which statement is true after HR issues the REVOKE command?

Which statement is true after HR issues the REVOKE command?
Correct Answer: C
You have issued a SHUTDOWN ABORT command to bring down your database instance.
Consider the steps that will be performed later when you open the database:
1 . SGA is allocated.
2 . Control file is read.
3 . Redo log files are opened.
4 . Instance recovery is started.
5 . Background processes are started.
6 . Data file headers are checked for consistency.
7. Server parameter file or the initialization parameter file is read.
Which option has the correct order in which these steps occur?
Consider the steps that will be performed later when you open the database:
1 . SGA is allocated.
2 . Control file is read.
3 . Redo log files are opened.
4 . Instance recovery is started.
5 . Background processes are started.
6 . Data file headers are checked for consistency.
7. Server parameter file or the initialization parameter file is read.
Which option has the correct order in which these steps occur?
Correct Answer: C
In which three situations does the Oracle Data Pump use external tables and not the direct path load while exporting a table? (Choose three.)
Correct Answer: A,C,D
You plan to install Oracle Grid Infrastructure and Oracle Database
Which two mandatory tasks must be completed before you perform these installations?
(Choose two.)
Which two mandatory tasks must be completed before you perform these installations?
(Choose two.)
Correct Answer: A,E
Note the functionalities of various background processes:
1 : Perform recovery at instance startup.
2 : Free the resources used by a user process when it fails.
3 : Cleanup the database buffer cache when a process fails.
4 : Dynamically register database services with listeners.
5 : Monitor sessions for idle session timeout.
6 : Cleanup unused temporary segments.
7 : Record the checkpoint information in control file.
Which option has the correct functionalities listed for a background process?
1 : Perform recovery at instance startup.
2 : Free the resources used by a user process when it fails.
3 : Cleanup the database buffer cache when a process fails.
4 : Dynamically register database services with listeners.
5 : Monitor sessions for idle session timeout.
6 : Cleanup unused temporary segments.
7 : Record the checkpoint information in control file.
Which option has the correct functionalities listed for a background process?
Correct Answer: D
Examine the values for the following initialization parameters:
FAST_START_MTTR_TARGET=0
LOG_CHECKPOINT_INTERVAL=0
Which two will be the implications of these values in your database? (Choose two.)
FAST_START_MTTR_TARGET=0
LOG_CHECKPOINT_INTERVAL=0
Which two will be the implications of these values in your database? (Choose two.)
Correct Answer: B,C
Your database instance is configured with automatic undo management and the UNDO_RETENTION parameter is set to 900 seconds. You executed the following command to enable retention guarantee:
SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE;
What affect would this command have on the database?
SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE;
What affect would this command have on the database?
Correct Answer: B
Your database instance is in the open state with uncommitted transactions.
You plan to execute these commands:

Which is true about the STARTUP command?
You plan to execute these commands:

Which is true about the STARTUP command?
Correct Answer: C
You used the IMMEDIATE option to shutdown your database instance. Consider the steps that will be performed later when you open the database:
1 . SGA is allocated.
2 . Control file is read.
3 . Redo log files are read.
4 . Instance recovery is started.
5 . Background processes are started.
6 . Data files are checked for consistency.
7 . Server parameter file or the initialization parameter file is read.
Which option has the correct order in which these steps occur?
1 . SGA is allocated.
2 . Control file is read.
3 . Redo log files are read.
4 . Instance recovery is started.
5 . Background processes are started.
6 . Data files are checked for consistency.
7 . Server parameter file or the initialization parameter file is read.
Which option has the correct order in which these steps occur?
Correct Answer: D
In a database, EXAMPLE is the default tablespace and
DEFERRED_SEGMENT_CREATION is FALSE.
Examine these commands executed by SYS:

What will be the outcome and why?
DEFERRED_SEGMENT_CREATION is FALSE.
Examine these commands executed by SYS:

What will be the outcome and why?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).