Oracle Database 12c: Installation and Administration - 1z0-062 Exam Practice Test

What is the outcome of the SHUTDOWN ABORT command?
Correct Answer: B
Your database is running in NOARCHIVLOG mode.
Examine the following parameters:

You execute the following command after performing a STARTUP MOUNT:
SQL> ALTER DATABASE ARCHIVELOG;
Which statement is true about the execution of the command?
Correct Answer: A
Which two statements are true about a server parameter file (SPFILE)? (Choose two.)
Correct Answer: A,B
In your database, the RESOURCE_LIMIT parameter is set to TRUE.
You create the profile:

Which two statements are true about users and their sessions that are subject to this profile? (Choose two.)
Correct Answer: A,D
A user establishes a connection to a database instance by using an Oracle Net connection. You want to ensure the following:
1. The user account must be locked after five unsuccessful login attempts.
2. Data read per session must be limited for the user.
3. The user cannot have more than three simultaneous sessions.
4. The user must have a maximum of 10 minutes session idle time before being logged off automatically.
How would you accomplish this?
Correct Answer: C
Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?
(Choose three.)
Correct Answer: A,B,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
Which statement is true about unified auditing?
Correct Answer: D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You upgraded from a previous Oracle database version to Oracle Database version to Oracle Database 12c.
Your database supports a mixed workload. During the day, lots of insert, update, and delete operations are performed. At night, Extract, Transform, Load (ETL) and batch reporting jobs are run. The ETL jobs perform certain database operations using two or more concurrent sessions.
After the upgrade, you notice that the performance of ETL jobs has degraded. To ascertain the cause of performance degradation, you want to collect basic statistics such as the level of parallelism, total database time, and the number of I/O requests for the ETL jobs.
How do you accomplish this?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
The HR schema exists in databases, BOSTON and DENVER, with the same password, HR.
You have CREATE DATABASE LINK and CREATE SESSION privileges in both databases.
DENVER is defined as a service name in the tnsnames.ora of both databases.
You plan to use this command:
CREATE DATABASE LNK hr_link CONNECT TO hr IDENTIFIED BY hr USING 'DENVER'; What must be done to ensure that all users in BOSTON can access the HR schema in DENVER?
Correct Answer: D
Which two would you recommend to an application developer for reducing locking conflicts on tables in an Oracle database? (Choose two.)
Correct Answer: A,C
The HR user owns the BONUSES table. HR grants privileges to the user TOM by using the command:
SQL> GRANT SELECT ON bonuses TO tom WITH GRANT OPTION;
TOM then executes this command to grant privileges to the user JIM:
SQL> GRANT SELET ON hr.bonuses TO jim;
Which statement is true?
Correct Answer: A
Which two statements are true about Automatic Storage Management (ASM)? (Choose two.)
Correct Answer: A,C
0
0
0
0