Oracle 1z1-067 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 1z1-067
  • Exam Name/Title: Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP
  • Certification Provider: Oracle
  • Corresponding Certification: OCP
  • Exam Questions: 265
  • Updated On: Jul 06, 2026
Which two statements are true about a common user?
Correct Answer: D,E Vote an answer
Examine the command to back up the ASM metadata:
ASMCMD>md_backup /backup/ASM_backup
In which three situations can you use the backup?
Correct Answer: B,C,D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which three conditions must be true for unused block compression to be used automatically while performing backups by using RMAN?
Correct Answer: A,C,E Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You wish to enable an audit policy for all database users, except sys, system, and scott. You issue the following statements:
SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYS;
SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYSTEM;
SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SCOTT;
For which database users is the audit policy now active?
Correct Answer: B Vote an answer
Which two statements are true regarding an Automatic Storage Management (ASM) instance?
(Choose two.)
Correct Answer: A,D Vote an answer
Which three statements are true about Consolidated Database Replay?
Correct Answer: B,C,E Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are required to migrate your 11.2.0.3 database to an Oracle 12c database.
Examine the list of steps that might be used to accomplish this task:
1.Place all user-defined tablespaces in read-only mode on the source database.
2.Use the RMAN convert command to convert data files to the target platform's endian format, if required.
3.Perform a full transportable export on the source database with the parameters VERSI0N=I2, TRANSPORTABLE=ALWAYS, and FULL=Y.
4. Transport the data files for all the user-defined tablespaces.
5. Transport the export dump file to the target database.
6. Perform an import on the target database by using the full, network_link, and transportable_datafiles parameters.
7. Perform an import on the target database by using the full and transportable_datafiles parameters.
Identify the required steps in the correct order.
Correct Answer: C Vote an answer
You want to reduce fragmentation and reclaim unused space for the sales table but not its dependent objects.
During this operation, you want to ensure the following:
i.Long-running queries are not affected.
ii.No extra space is used.
iii.Data manipulation language (DML) operations on the table succeed at all times throughout the process.
iv.Unused space is reclaimed both above and below the high water mark.
Which alter TABLE option would you recommend?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Examine the steps/operations performed during the RMAN backup operation by using Oracle Secure Backup (OSB):
1.Start the RMAN client by using the RMAN target / command.
2.Start the RMAN client by using the OSB user.
3.RMAN creates the backup pieces.
4.Run the RMAN backup command with the sbt channels.
5.OSB creates a backup job and assigns a unique identifier.
6.OSB creates a backup job request through the OSB sbt library.
7.OSB stores metadata about RMAN backup pieces in the OSB catalog.
8.OSB starts the backup operation.
9. OSB updates the RMAN catalog.
Identify the required steps/operations performed in correct order.
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which two statements are true about the Automatic Diagnostic Repository (ADR)?
Correct Answer: A,C Vote an answer
You want to perform an RMAN backup of database as a copy. Which two factors will you consider while performing the backup operation?
Correct Answer: B,C Vote an answer
You issue the RMAN command:
RMAN> BACKUP SECTION SIZE 300M TABLESPACE users;
Which statement is true about the execution of the command?
Choose the best answer.
Correct Answer: D Vote an answer
RMAN is configured to create backupset backups for your database. You issue the command to back up the database:
RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;
Which two statements are true about the backup performed by the command? (Choose two.)
Correct Answer: B,D Vote an answer
Examine the RMAN command:
RMAN> RUN {
ALLOCATE CHANNEL c1 DEVICE TYPE sbt;
ALLOCATE CHANNEL c2 DEVICE TYPE sbt;
ALLOCATE CHANNEL c3 DEVICE TYPE sbt;
BACKUP
INCREMENTAL LEVEL = 0
(DATAFILE 1, 4, 5 CHANNEL c1)
(DATAFILE 2, 3, 9 CHANNEL c2)
(DATAFILE 6, 7, 8 CHANNEL c3)
SQL 'ALTER SYSTEM ARCHIVE LOG CURRENT';
}
Which statement is true about the command?
Choose the best answer.
Correct Answer: C Vote an answer
0
0
0
10