Free Oracle 1z1-067 Practice Test & Real Exam Questions
Which three statements are true about unplugging a pluggable database (PDB)? (Choose three.)
Correct Answer: A,C,D
Vote an answer
Which three statements are true about common roles? (Choose three.)
Correct Answer: A,B,E
Vote an answer
Which two statements are true about tablespaces in multitenant container databases (CDBs)?
Correct Answer: B,E
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
You are connected to a recovery catalog and target database. You execute the command:
RMAN> CATALOG START WITH '/disk1/backups';
Which statement is true?
RMAN> CATALOG START WITH '/disk1/backups';
Which statement is true?
Correct Answer: C
Vote an answer
Which two are prerequisites for creating a backup-based duplicate database?
Correct Answer: B,D
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Examine Exhibits:
Exhibit1

and Exhibit2.

Both processes use an existing job template PROG_1
Jobs elapsed times are recorded in table TEST_LOG.
Why is job creation in Exhibit1 faster than in Exhibit2?
Exhibit1

and Exhibit2.

Both processes use an existing job template PROG_1
Jobs elapsed times are recorded in table TEST_LOG.
Why is job creation in Exhibit1 faster than in Exhibit2?
Correct Answer: D
Vote an answer
Your database supports an online transaction processing (OLTP) workload in which one of the applications creates a temporary table for a session and performs transactions on it. This consumes a lot of undo tablespace and is affecting undo retention.
Which two actions would you take to solve this problem?
Which two actions would you take to solve this problem?
Correct Answer: A,C
Vote an answer
In your multitenant container database (CDB) that contains pluggable databases (PDBs), the hr user executes the following commands to create and grant privileges on a procedure:
CREATEORREPLACEPROCEDUREcreate_test_v(v_emp_idNUMBER,v_enameVARCHAR2,v_SALARYNU BEGIN INSERT INTO hr.test VALUES (v_emp_id, v_ename, v salary, v_dept_id); END;
/
GRANT EXECUTE ON CREATE_TEST TO John, jim, smith, king;
How can you prevent users having the execute privilege on the create_test_v procedure from inserting values into tables on which they do not have any privileges?
CREATEORREPLACEPROCEDUREcreate_test_v(v_emp_idNUMBER,v_enameVARCHAR2,v_SALARYNU BEGIN INSERT INTO hr.test VALUES (v_emp_id, v_ename, v salary, v_dept_id); END;
/
GRANT EXECUTE ON CREATE_TEST TO John, jim, smith, king;
How can you prevent users having the execute privilege on the create_test_v procedure from inserting values into tables on which they do not have any privileges?
Correct Answer: D
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
A database is running in archive log mode. The database contains locally managed tablespaces. Examine the RMAN command:
RMAN> BACKUP
AS COMPRESSED BACKUPSET
SECTION SIZE 1024M
DATABASE;
Which statement is true about the execution of the command?
RMAN> BACKUP
AS COMPRESSED BACKUPSET
SECTION SIZE 1024M
DATABASE;
Which statement is true about the execution of the command?
Correct Answer: A
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
You execute the command to recover your database.

Which statement is true?

Which statement is true?
Correct Answer: C
Vote an answer
