Free Oracle 1Z0-063 Exam Actual Questions

The questions for 1Z0-063 were last updated On Nov 3, 2024

Question No. 1

Which Oracle Database component is audited by default if the Unified Auditing option is enabled?

Show Answer Hide Answer
Correct Answer: B

Question No. 2

In CDB$ROOT of your multitenant container database (CDB), you create a common user, C##A_ADMIN, and then execute the command:

Which statement is true?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

Which two statements are true about making RMAN image copies of a database? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, D

An image copy can be written only to disk.

An image copy is the same as datafiles. The disadvantage of image copy backup mode is that it occupies much space and does not skip unused data blocks.

References: http://www.dba-oracle.com/t_rman_10_image_copies.htm


Question No. 4

You want to consolidate databases for the CRM, ERP, and SCM applications by migrating them to pluggable databases (PDBs).

You have already created a test system to support the consolidation of databases in a multitenant container database (CDB) that has multiple PDBs.

What is the easiest way to perform capacity planning for consolidation?

Show Answer Hide Answer
Correct Answer: C

Question No. 5

Examine the initialization parameter that is set in the PFILE:

DB_CREATE_FILE_DEST ='/u01/app/oracle/oradata/'

You execute the following command to create CDB1 container database (CDB):

SQL>CREATE DATABASE CDB1

DEFAULT TABLESPACE users

DEFAULT TEMPORARY TABLESPACE

temp

UNDO TABLESPACE

Undotbsl ENABLE

PLUGGABLE DATABASE SEED

SYSTEM DATAFILES SIZE 125M AUTOEXTEND ON NEXT 10M MAXSIZE

UNLIMITED SYSAUX DATAFILES SIZE 100M;

Which three statements are true? (Choose three.)

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