Oracle Database Administration I - 1Z0-082 FREE EXAM DUMPS QUESTIONS & ANSWERS
Examine the description of the PROMOTIONS table:

You want to display the unique promotion costs in each promotion category.
Which two queries can be used? (Choose two.)

You want to display the unique promotion costs in each promotion category.
Which two queries can be used? (Choose two.)
Correct Answer: B,C
Vote an answer
Examine these SQL statements which execute successfully:

Which two statements are true after execution?

Which two statements are true after execution?
Correct Answer: B
Vote an answer
A database is configured to use automatic undo management with temporary undo enabled.
An UPDATE is executed on a temporary table.
Where is the UNDO stored?
An UPDATE is executed on a temporary table.
Where is the UNDO stored?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which three statements are true about advanced connection options supported by Oracle Net for connection to Oracle Database instances? (Choose three.)
Correct Answer: A,C,E
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which three statements are true about table data storage in an Oracle Database? (Choose three.)
Correct Answer: A,C,D
Vote an answer
Evaluate these commands which execute successfully:

Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence?
(Choose two.)

Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence?
(Choose two.)
Correct Answer: B,C
Vote an answer
Which three failures do not require intervention for recovery? (Choose three.)
Correct Answer: C,D,E
Vote an answer
Which four account management capabilities can be configured using Oracle profiles? (Choose four.)
Correct Answer: B,D,F,G
Vote an answer
Which two statements are true about segment types in an Oracle Database?
Correct Answer: A
Vote an answer
Which two statements are true about Enterprise Manager (EM) Express?
Correct Answer: B,D
Vote an answer
A user complains about poor database performance. You suspect that the user's session is waiting for an event to complete.
You want to verify this.
Which two views may reveal for what the user's session is currently waiting? (Choose two.)
You want to verify this.
Which two views may reveal for what the user's session is currently waiting? (Choose two.)
Correct Answer: A,B
Vote an answer
The ORCL database has RESUMABLE__TIMEOUT = 7200 and
DEFERRED_SEGMENT_CREATION = FALSE
User U1 has a 1 MB quota in tablespace DATA.
U1 executes this command:
SQL> CREATE TABLE t1 AS
(SELECT object_name, sharing, created
FROM dba_objects);
U1 complains that the command is taking too long to execute.
In the alert log, the database administrator (DBA) finds this:
2017-03-06T12:15:17.183438+05:30
statement in resumable session 'User U1(136), Session 1, Instance 1'
was suspended due to ORA-01536: space quota exceeded for tablespace
'DATA'
Which are three actions any one of which the DBA could take to resume the session? (Choose three.)
DEFERRED_SEGMENT_CREATION = FALSE
User U1 has a 1 MB quota in tablespace DATA.
U1 executes this command:
SQL> CREATE TABLE t1 AS
(SELECT object_name, sharing, created
FROM dba_objects);
U1 complains that the command is taking too long to execute.
In the alert log, the database administrator (DBA) finds this:
2017-03-06T12:15:17.183438+05:30
statement in resumable session 'User U1(136), Session 1, Instance 1'
was suspended due to ORA-01536: space quota exceeded for tablespace
'DATA'
Which are three actions any one of which the DBA could take to resume the session? (Choose three.)
Correct Answer: A,B,E
Vote an answer