1Z0-062 Dumps

1Z0-062 Free Practice Test

Oracle 1Z0-062: Oracle Database 12c: Installation and Administration

QUESTION 21

Which statement is true about using the Database Upgrade Assistant (DBUA) to upgrade your database from Oracle Database 11g to Oracle Database 12c?

Correct Answer: D
References: https://docs.oracle.com/cd/E18283_01/server.112/e17222/upgrade.htm#insertedID5

QUESTION 22

In your database, you want to ensure that idle sessions that are blocking active are automatically terminated after a specified period of time.
How would you accomplish this?

Correct Answer: B

QUESTION 23

Examine the details of the uncompressed, non-partitioned heap table CITIES.
<>>> >

Correct Answer: C

QUESTION 24

Examine the commands executed to monitor database operations:
$> conn sys oracle/oracle@prod as sysdba SQL > VAR eid NUMBER
SQL > EXEC: eid := DBMS_SQL_MONITOR.BEGIN_OPERATION (‘batch_job’ , FORCED_TRACKING => ‘Y’);
Which two statements are true? (Choose two.)

Correct Answer: CE
C: Setting the CONTROL_MANAGEMENT_PACK_ACCESS initialization parameter to DIAGNOSTIC+TUNING (default) enables monitoring of database operations. Real-Time SQL Monitoring is a feature of the Oracle Database Tuning Pack.
Note:
* The DBMS_SQL_MONITOR package provides information about Real-time SQL Monitoring and Real-time Database Operation Monitoring.
*(not B) BEGIN_OPERATION Function
starts a composite database operation in the current session.
/ (E) FORCE_TRACKING - forces the composite database operation to be tracked when the operation starts. You can also use the string variable \'Y\'.
/ (not A) NO_FORCE_TRACKING - the operation will be tracked only when it has consumed at least 5 seconds of CPU or I/O time. You can also use the string variable \'N\'.

QUESTION 25

Which statement is true regarding the startup of a database instance?

Correct Answer: E
References:
http://docs.oracle.com/cd/A87860_01/doc/server.817/a76956/start.htm