Free Oracle 1Z0-067 Exam Actual Questions

The questions for 1Z0-067 were last updated On Nov 4, 2024

Question No. 1

Examine the command used to perform an incremental level-0 backup:

RMAN>BACKUP INCREMENTAL LEVEL0 DATABASE;

To enable block change tracking, after the incremental level 0 backup, you issue the command:

SQL>ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING

FILE'/mydir/rman_change_track.f';

To perform an incremental level-1 cumulative backup, you issue the command:

RMAN>BACKUP INCREMENTAL LEVEL1 CUMULATIVE DATABASE;

Which two statements are true in the preceding situation?

Show Answer Hide Answer
Correct Answer: C, E

Question No. 2

You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter to YYYY-MM-DD. The default format of which two data types would be affected by this setting?

Show Answer Hide Answer
Question No. 3

You specified the warning and critical thresholds for a locally managed tablespace to be 60% and 70%, respectively.

From the tablespace space usage metrics, you find that the space usage has reached the specified warning threshold value, but no alerts have been generated.

What could be the reason for this?

Show Answer Hide Answer
Correct Answer: D

To enable the dbms_server_alert package functionality, set the statistical_level initialization parameter to TYPICAL or ALL.

References:

http://www.dba-oracle.com/t_dbms_server_alert.htm


Question No. 4

Which three requirements should be successfully met by an Oracle Secure Backup (OSB) user so that OSB performs RMAN backup or restore requests? (Choose three.)

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

Question No. 5

Which two statements are true about a multitenant architecture?

Show Answer Hide Answer
Correct Answer: C, D

You are only able to switch the archived logs when you connect to the root of a CDB, but you cannot switch archived redo logs when connected to a PDB. You can able to create a PDB without temporary tablespace but not able to make it use the temporary tablespace of CDB.