Free Oracle 1Z0-063 Exam Actual Questions

The questions for 1Z0-063 were last updated On Jan 15, 2025

Question No. 1

Which two resources might be prioritized between competing pluggable databases (PDBs) when creating a multitenant container database (CDB) plan using Oracle Database Resource Manager? (Choose two.)

Show Answer Hide Answer
Correct Answer: C, D

Question No. 2

You created a tablespace with this statement:

CREATE BIGFILE TABLESPACE adtbs

DATAFILE '/proddb/data/adtbs.dbf' SIZE 10G;

The tablespace is nearly full and you need to avoid any out of space errors for the load of a 5 gig table.

Which two alter statements will achieve this? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, C

http://www.techonthenet.com/oracle/tablespaces/alter_tablespace.php


Question No. 3

Which two are prerequisites for performing Flashback Transaction? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, D

Question No. 4

Which two statements are true about Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, E

A: A CDB resource plan determines the amount of resources allocated to each PDB. A PDB resource plan determines how the resources allocated to a specific PDB are allocated to consumer groups within that PDB.

Resource Manager allocates the resources in two steps:

E: A PDB resource plan allocates resource among the consumer groups within a PDB.

References: https://docs.oracle.com/database/121/ADMIN/cdb_dbrm.htm


Question No. 5

Your database has a table CUSTOMERS that contains the columns CUST_NAME, AMT_DUE, and OLD_STATUS.

Examine the commands executed and their output:

Why is it that only one update is listed by the Flashback Version Query?

Show Answer Hide Answer
Correct Answer: B