Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Oracle Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP (1z1-067) Free Practice Test

Question 1
Your database is running in ARCHIVELOG mode. You use RMAN to take image copies and you update these copies incremental every six hours.
After a regular maintenance task, when you attempt to restart the instance, it halts in MOUNT state with an error indicating that one of the data files belonging to the EXAMPLE tablespace is lost. You want to recover the data file as quickly as possible while maximizing availability for the database.
Examine the possible steps involved in the recovery process:
Mount the database
Take the data file offline
Bring the tablespace online
Use the RMAN SWITCH command to switch to the image copy
Recover the tablespace
Open the database
Use the RMAN RESTORE command to switch to the image copy
Identify the correct sequence of the required steps:

Correct Answer: D
Question 2
You wish to create jobs to satisfy these requirements:
1. Automatically bulk load data from a flat file.
2. Rebuild indexes on the SALES table after completion of the bulk load.
How would you create these jobs?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
You want to prevent a group of users in your database from performing long-running transactions that consume huge amounts of space in the undo tablespace. If the quota for these users is exceed during execution of a data manipulation language (DML) statement, the operation should abort and return an error. However, queries should still be allowed, even if users have exceeded the undo space limitation.
How would you achieve this?

Correct Answer: C
Question 4
Which two statements are true about the Automatic Diagnostic Repository (ADR)?

Correct Answer: A,C
Question 5
Before a Flashback Table operation, you execute the following command:
ALTER TABLE employees ENABLE ROW MOVEMENT;
Why would you need this to be executed?

Correct Answer: C
Question 6
Your database is running in archive log mode and Automatic Undo Management is enabled.
Which two tasks should you perform before enabling Flashback Database?

Correct Answer: D,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
You create a table with the period for clause to enable the use of the Temporal Validity feature of Oracle Database 12c.
Examine the table definition:
create table employees
(empno number, salary number,
deptid number, name varchar2(100),
period for employee_time);
Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?

Correct Answer: A,D,E
Question 8
Which two statements are true about a multitenant architecture?

Correct Answer: B,C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
What two are the prerequisites for enabling Flashback Database?

Correct Answer: A,C
Question 10
You are administering a multitenant container database (CDB) that has no startup triggers and contains three pluggable databases (PDBs). You execute the command to start up the CDB:
SQL>STARTUP
Which statement is true?

Correct Answer: E
Question 11
Which three statements are true about unplugging a pluggable database (PDB)? (Choose three.)

Correct Answer: B,D,E