Free Oracle 1Z0-068 Exam Actual Questions

The questions for 1Z0-068 were last updated On Jan 14, 2025

Question No. 1

Which three file types can be stored in an ASM Cluster file system (ACFS) and used by the relevant software? (Choose three.)

Show Answer Hide Answer
Correct Answer: B, D, E

Question No. 2

You administer a three-instance, policy-managed, multitenant RAC database CDB1 with three PDBs: PDB_1, PDB_2, and PDB_3.

You want to drop PDB_3.

Which two statements are true? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, E

Question No. 3

Examine this command:

SQL> CREATE PLUGGABLE DATABASE pdb3 FROM pdb1;

Which three conditions must be true for successful execution of this command on a RAC database? (Choose three.)

Show Answer Hide Answer
Correct Answer: A, C, D

Question No. 4

Examine this command to create a volume in the DATA disk group:

SQL>ALTER DISKGROUP DATA ADD VOLUME vo11 SIZE 10g HIGH

STRIPE_WIDTH 1M;

STRIPE_COLUMNS 1;

The DATA disk group has 50GB free space.

Which two are prerequisites for successful execution of this command?

Show Answer Hide Answer
Correct Answer: A, D

The compatibility parametersCOMPATIBLE .ASMandCOMPATIBLE .ADVMmust be set to 11.2 or higher for the disk group. A high redundancy disk group must contain at least three failure groups.


Question No. 5

Examine this command and output:

[root@host01 ~]# / sbin/acfsutil snap create snap001 /u0l/app/grid/acfsmount/

acfsutil snap create: Snapshot operation is complete.

Examine this command:

[root@host01 ~]# / sbin/acfsutil snap create --p snap001

Snap002 /u01/app/grid/ acfsmount/

Which statement must be true for the successful execution of the second command?

Show Answer Hide Answer
Correct Answer: C