Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Note! 1z0-067 has been withdrawn.

1z0-067 Practice Exam Questions with Answers Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Certification

Question # 6

Evaluate these statements:

CREATE TABLE purchase_orders

(po_idNUMBER(4),

po_dateTIMESTAMP,

supplier_idNUM8ER(6),

po_totalNUMBER(8,2), CONSTRAINT order_pk PRIMARY KEY(po_id))

PARTITIONBYRANGE(po_date)

(PARTITIONQ1 VALUESLESSTHAN (TO_DATE('01-apr-2007','dd-mon-yyyy')), PARTITIONQ2VALUESLESSTHAN(TO_DATE('01-jul-2007','dd-mon-yyyy')), PARTITIONQ3VALUESLESSTHAN (TO~DATE('01-oct-2007','dd-non-yyyy')), PARTITIONQ4VALUESLESSTHAN (TO_DATE('Ol-jan-2008','dd-non-yyyy' )));

CREATETABLEpurchase_order_items

(po_idNUM3ER(4)NOTNULL,

product_idNUMBER(6)NOTNULL,

unit_prlceNUMBER(8,2),

quantity NUMBER(8),

CONSTRAINTpo_items_f k

FOREIGNKEY(po_id)REFERENCESpurchase_orders(po_id) )

PARTITIONBYREFERENCE(po_items_fk);

Which two statements are true?

A.

Partitions of purchase_order_items are assigned unique names based on a sequence.

B.

The purchase_orders and purchase_order_items tables are created with four partitioneach.

C.

purchase_order_items table partitions exist in the same tablespaces as the purchase_orders table partitions.

D.

The purckase_order_:teks table inherits the partitioning key by duplicating the key columns from the parent table.

E.

Partition maintenance operations on the purchase_order_items table require disabling the foreign key constraint.

Full Access
Question # 7

You plan to use the In-Database Archiving feature of Oracle Database 12c, and store rows that are inactive for over three months, in Hybrid Columnar Compressed (HCC) format.

Which three storage options support the use of HCC?

A.

ASM disk groups with ASM disks consisting of Exadata Grid Disks.

B.

ASM disk groups with ASM disks consisting of LUNS on any Storage Area Network array

C.

ASM disk groups with ASM disks consisting of any zero padded NFS-mounted files

D.

Database files stored in ZFS and accessed using conventional NFS mounts.

E.

Database files stored in ZFS and accessed using the Oracle Direct NFS feature

F.

Database files stored in any file system and accessed using the Oracle Direct NFS feature

G.

ASM disk groups with ASM disks consisting of LUNs on Pillar Axiom Storage arrays

Full Access
Question # 8

You execute the RMAN commands:

RMAN> CONFIGURE DEFAULT DEVICE TYPE TO disk

RMAN> CONFIGURE DEVICE TYPE disk PARALLELISM 2;

RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT “/disk/%U’;

RMAN> CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT “/disk/%U’;

RMAN> BACKUP DATABASE;

Which statement is true about the backup set created by the BACKUP command?

A.

Two channels are allocated and two copies of the backup set are taken in parallel in both locations

B.

Two channels are allocated and backup pieces for the backup set are created in both the specified destinations

C.

The default channel is allocated and the backup set is created in only one destination

D.

Two channels are allocated and a copy of the backup set is taken in the location specified by CHANNEL 2

Full Access
Question # 9

Which statements are true regarding system-partitioned tables? (Choose all that apply.)

A.

Only a single partitioning key column can be specified.

B.

All DML statements must use partition-extended syntax.

C.

The same physical attributes must be specified for each partition.

D.

Unique local indexes cannot be created on a system-partitioned table.

E.

Traditional partition pruning and partitionwise joins are not supported on these tables.

Full Access
Question # 10

View the SPFILE parameter settings in the Exhibit.

1z0-067 question answer

You issue this command and get errors:

SQL> startup

ORA-00824:cannotsetSGAJTARGET or MEMORY_TARGET dueto existing internalsettings,seealertlog for moreinformation

Why did the instance fail to start?

A.

because pga_aggregate_target is not set

B.

because statistics_level is set to basic

C.

because memory_target and memory_max_target cannot be equal

D.

because sga_target and memory_target are both set

Full Access
Question # 11

You install "Oracle Grid Infrastructure for a standalone server" on a host on which the orcl1 and orcl2 databases both have their instances running.

Which two statements are true?

A.

Both orcl1 and orcl2 are automatically added to the Oracle Restart configuration.

B.

All database listeners running from the database home are automatically added to the Oracle Restart configuration.

C.

The srvct1 add database command must be used to add orcl1 and orcl2 to the Oracle Restart configuration.

D.

The crsct1 start has command must be used to start software services for Oracle Automatic Storage Management (ASM) after the "Oracle Grid Infrastructure for a standalone server" installation is complete.

E.

All databases subsequently created by using the Database Configuration Assistant (DBCA) are automatically added to the Oracle Restart configuration.

Full Access
Question # 12

Examine these parameter values:

1z0-067 question answer

There are currently no user defined tablespaces with an 8K or 16K blocksize.

Which statement would return an error?

A.

ALTER SYSTEM SET DB_CACHE_SIZE=50M;

B.

ALTER SYSTEM SET DB_16K_CACHE_SIZE=0;

C.

ALTER SYSTEM SET DB_16K_CACHE_SIZE=10M;

D.

ALTER SYSTEM SET DB_8K_CACHE_SIZE=10M;

E.

ALTER SYSTEM SET DB_4K_CACHE_SIZE=10M;

Full Access
Question # 13

Which two statements are true regarding the Oracle Data Pump export and import operations?

A.

You cannot export data from a remote database.

B.

You can rename tables during import.

C.

You can overwrite existing dump files during export.

D.

You can compress data but not metadata during export.

Full Access
Question # 14

Which two statements are true about unified auditing?

A.

A unified audit trail captures audit information from unified audit policies and audit settings.

B.

Unified auditing is enabled by executing make-fins_rdbms.mk uniaud_onioracle ORACLE_HOME=SORACLE_HOME.

C.

Audit records are created for all users except sys.

D.

Audit records are created only for the DML and DDL operations performed on database objects.

E.

Unified auditing is enabled by setting the audit_trail parameter to db, extended.

F.

A unified audit trail resides in a read-only table in the audsys schema in the system tablespace.

Full Access
Question # 15

View the Exhibit showing steps to create a database resource manager plan.

SQL>executedbms_resource_manager.create_pendingarea();

PL/SQLproceduresuccessfully completed.

3QL>execdbms_resource_manager,create_consumergroup (consumer_group=>’OLTP,,comment=>,onlineuser’)

PL/SQLproceduresuccessfullycompleted.

SQL>execdbras_resource_raanager.create_plan(plan=>’PRIU3ER3',comment=>'dssprio’);

SQL>exec

Dbms_resource_manager.create_plan_directive(plan=>’PRIU3ER3’,group_or_subplan=>'OLTP’,comraent=>'onlinegrp'CPU_Pl=>60);

PL/3QLproceduresuccessfullycompleted.

After execting the steps in the exhibit you execute this procedure, which results in an error:

SQL> EXECUTEdbms_resource_manager. validate_pending_area ();

What is the reason for the error?

A.

The pending area is automatically submitted when creating plan directives.

B.

The procedure must be executed before creating any plan directive.

C.

The sys_group group is not included in the resource plan.

D.

The other_groups group is not included in the resource plan.

E.

Pending areas can not be validated until submitted.

Full Access
Question # 16

ENCRYPT_TS an encrypted tablespace that contains tables with data.

Which statement is true about queries and data manipulation language statements on these tables?

A.

Queries may be performed on columns that have the NO SALT option.

B.

Data remains encrypted when read into the buffer cache.

C.

Redo generated by DML remains encrypted.

D.

UNDO generated by DML remains encrypted if the UNDO tablespace is encrypted.

E.

Data remains encrypted when read into the PGA for direct path reads.

Full Access
Question # 17

Which two statements are true regarding SecureFile lobs?

A.

The amount of undo retained is user controlled.

B.

They can be used only for nonpartitioned tables.

C.

Fragmentation is minimized by using variable-sized chunks.

D.

They support random reads and writes of encrypted LOB data.

Full Access
Question # 18

Which three statements are true about unplugging a pluggable database (PDB)? (Choose three.)

A.

An unplugged PDB can be plugged into the same or another container database (CDB).

B.

PDB data files are automatically removed from disk.

C.

A PDB must have been opened at least once after creation.

D.

A PDB must be in closed state before it can be unplugged.

E.

A PDB must be in MOUNT state before it can be unplugged.

Full Access
Question # 19

Examine the RMAN command:

RMAN> BACKUP VALIDATE DATABASE;

Which statement is true about the execution of the command?

A.

Block change tracking must be enabled before executing this command.

B.

The database must be running in archivelog mode for the successful execution of this command.

C.

A complete database backup must exist before executing this command.

D.

The command checks for blocks containing all zeros, an invalid checksum, or a corrupt block header.

E.

The command checks for blocks that contain a valid checksum and matching headers and footers, but that has logically inconsistent contents.

Full Access
Question # 20

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

A.

Fast Recovery Area must be enabled for the database

B.

The EXECUTE privilege must be granted to a user on the DBMS_FLASHBACK package

C.

Undo retention guarantee must be configured for the database

D.

A supplemental log must be enabled for the primary key

E.

Row movement must be enabled

Full Access
Question # 21

You execute the command to recover your database.

1z0-067 question answer

Which statement is true?

A.

It restores all data files from the specified time, and then applies the redo logs

B.

It restores all data files, redo log files, and control files, and then applies the redo logs up to the specified time

C.

It restores all data files and control files from the most recent backup taken before the “until time”, and then recovers up to the “until time” using any restored archieve logs that are needed to complete the task

D.

It restores the control file and all data files from the most recent backup, and then applies the redo logs up to the “until time”.

Full Access
Question # 22

You need to perform a block media recovery on the tools01.dbf data file in your database by using Recovery Manager (RMAN).

Which two are prerequisites for performing this operation?

Choose two.

A.

You must take the tools01.dbf data file offline.

B.

You must ensure that the database is mounted or open.

C.

You must use an incremental level-1 backup to restore blocks.

D.

You must configure a block change tracking file.

E.

You must have full or level-0 backups to restore blocks.

Full Access
Question # 23

You want to create a database and you have the following:

Oracle Grid Infrastructure is installed and configured

Oracle Database Vault is installed in ORACLE_HOME to be used for this database

Oracle Enterprise Manager Cloud Control is available and an agent is deployed on the database server

Examine the requirements:

Configuring the database instance to support shared server mode

Using Automatic Storage Management (ASM) for storing database files

Configuring a naming method to help a remote user connect to a database instance

Configuring the Fast Recovery Area

Configuring Database Vault

Configuring Enterprise Manager (EM) Database Express

Registering with EM Cloud Control

Configuring remote log archive destinations

Enabling daily incremental backups

Configuring a nondefault block size for nondefault block size tablespaces

Which of these requirements can be met while creating a database by using the Database Configuration Assistant (DBCA)?

A.

1,2,3,4,5,6,8,9, and 10

B.

1,2, 4,5,6,7, and 8

C.

1, 2, 3, 8, 9, and 10

D.

1, 2, 4, 5, 7, 8, 9, and 10

E.

1, 2, 4, 5, 6, and 7

Full Access
Question # 24

You notice a performance change in your production Oracle 12c database. You want to know which change caused this performance difference.

Which method or feature should you use?

A.

Compare Period ADDM report

B.

AWR Compare Period report

C.

Active Session History (ASH) report

D.

taking a new snapshot and comparing it with a preserved snapshot

Full Access
Question # 25

Your database is running in archivelog mode and a nightly backup of the database, along with an autobackup of the control file, is taken by using RMAN. Because of a media failure, the SPFILE and the control files are lost.

Examine the steps to restore the SPFILE and the control file to mount the database:

1. Set DBID of the target database in RMAN.

2. Start the database instance by using the STARTUP FORCE NOMOUNT command in RMAN.

3. Restore the control files from the backup.

4. Mount the database.

5. Restore the SPFILE from the autobackup.

6. Create a PFILE from the recovered SPFILE.

7. Restart the instance in NOMOUNT state.

Identify the required steps in the correct order.

A.

1, 2, 5, 3, 6, 4

B.

1, 2, 3, 5, 6, 4

C.

2, 1, 5, 7, 3, 4

D.

2, 1, 5, 6, 7, 4, 3

Full Access
Question # 26

Which two statements are true about scheduling operations in a pluggable database (PDB)?

A.

Scheduler jobs for a PDB can be defined only at the container database (CDB) level.

B.

A job defined in a PDB runs only if that PDB is open.

C.

Scheduler attribute setting is performed only at the CDB level.

D.

Scheduler objects created by users can be exported or imported using Data Pump.

E.

Scheduler jobs for a PDB can be created only by common users.

Full Access
Question # 27

Which two statements are true when row-archival management is enabled?

A.

Visibility of the ORA_ARCHIVE_STATE column is controlled by the row archival visibility session parameter.

B.

The ORA_ARCHIVE_STATE column is updated manually or by a program that can reference activity tracking columns, to indicate that a row is no longer considered active.

C.

The row archival visibility session parameter defaults to all rows.

D.

The ORA_ARCHIVE_STATE column is visible if it is referenced in the select list of a query.

E.

The ORA_ARCHIVE_STATE column is updated automatically by the database based on activity tracking columns, to indicate that a row is no longer considered active.

Full Access
Question # 28

You are administering a multitenant container database (CDB) that contains multiple pluggable databases (PDBs). RMAN is connected to CDB$ROOT.

Examine the command:

RMAN> LIST FAILURE;

Which statement is true about this command?

A.

It lists failures only if RMAN is connected to a PDB.

B.

It lists failures for the CDB and all the PDBs in this CDB.

C.

It lists failures for a PDB only when RMAN is connected to a recovery catalog.

D.

It lists failures only for the CDB root database.

Full Access
Question # 29

Which four actions are possible during an Online Datafile Move operation?

A.

Creating and dropping tables in the datafile being moved

B.

Performing file shrink of the data file being moved

C.

Querying tables in the datafile being moved

D.

Performing Block Media Recovery for a data block in the datafile being moved

E.

Flashing back the database

F.

Executing DML statements on objects stored in the datafile being moved

Full Access
Question # 30

You enable Flashback Data Archive for a table for which you want to track and save all transactions for four years. After some time, the requirement changes for keeping transactions from four to two years.

You execute the following command to change the requirement:

SQL> ALTER FLASHBACK ARCHIVE fdal MODIFY RETENTION 2 YEAR;

What is the outcome?

A.

An error is returned because the retention period cannot be reduced

B.

All historical data older than two years, if any, is archived to flashback logs and the flashback archive is set to new retention time

C.

All historical data older than two years, if any, is purged from the flashback archive FDA1.

D.

All the flashback data archives are purged and the subsequently created flashback archives are maintained for two years

Full Access
Question # 31

Which three statements are true about compression of backup sets?

A.

Compressed backups can only be written to media.

B.

Binary compression creates performance overhead during a backup operation.

C.

Unused blocks below the high-water mark are not backed up.

D.

Compressed backups cannot have section size defined during a backup operation

E.

It works only for locally managed tablespaces.

Full Access
Question # 32

You are administering a multitenant container database (COB) that contains two pluggable databases (PDBs), pdb1 and pdb2. You are connected to pdb2 as a common user with DBA privileges.

The statistics_level parameter is PDB modifiable.

As the user sys, execute the following command on pdb2:

SQL> ALTER SYSTEM SET STATISTICS_LEVEL=ALL SID='*' SCOPE=SPFILE;

Which statement is true about the result of this command?

A.

The statistics_level parameter is set to all when any of the PDBs is reopened.

B.

The statistics_level parameter is set to all only for PDB2 when it is reopened.

C.

The statistics_level parameter is set to all when the root database is restarted.

D.

The statement is ignored because there is no SPFILE for a PDB.

Full Access
Question # 33

Which three statements are true about Scheduler Windows? (Choose three.)

A.

Only one window can be open at one time.

B.

Consumer groups are associated with windows.

C.

Windows work with job classes to control resource allocation.

D.

A database service name must be provided during window creation.

E.

The Resource Manager can automatically start windowed jobs or change resource allocation among windowed jobs.

Full Access
Question # 34

Which three types of failures are detected by the Data Recovery Advisor (DRA)?

A.

loss of a non-critical data file

B.

loss of a control file

C.

physical data block corruption

D.

logical data block corruption

E.

loss of an archived redo log file

Full Access
Question # 35

Which two are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is enabled?

A.

Reduced logical I/O

B.

Reduced virtual memory utilization

C.

Improved Serial Execution performance

D.

Reduced physical I/O

E.

Reduced CPU utilization

Full Access
Question # 36

You use RMAN to take regular backups for your database.

Examine the RMAN commands:

RMAN> CROSSCHECK BACKUP;

RMAN> DELETE EXPIRED BACKUP;

Which statement is true?

A.

All metadata pertaining to backups and archived redo log files that have exceeded the age set by the RMAN retention policy are deleted from the repository.

B.

All backups that have exceeded the age set by the RMAN retention policy are deleted.

C.

All metadata, for backups and archived redo log files that are recorded in the repository but do not exist on disk or media, is deleted.

D.

All backups and archived redo log files that are not required for the recovery are deleted and the repository is updated.

Full Access
Question # 37

ENCRYPT_TS is an encrypted tablespace that contains tables with data.

Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the encrypted data in the tables?

A.

The data is decrypted during SORT and JOIN operations.

B.

The data remains encrypted when it is read into memory.

C.

The data remains encrypted when it is stored in the redo logs

D.

The data remains encrypted in the UNDO tablespace provided that the UNDO tablespace was created with the encryption option enabled.

Full Access
Question # 38

Which three statements are true about a job chain?

A.

It can contain a nested chain of jobs.

B.

It can be used to implement dependency-based scheduling.

C.

It cannot invoke the same program or nested chain in multiple steps in the chain.

D.

It cannot have more than one dependency.

E.

It can be executed using event-based or time-based schedules.

Full Access
Question # 39

Identify three benefits of unified auditing.

A.

It helps to reduce disk space used to store an audit trail in a database.

B.

It guarantees zero-loss auditing.

C.

It reduces overhead on a database caused by auditing, by having a single audit trail.

D.

An audit trail cannot be modified because it is read-only.

E.

It automatically audits Recovery Manager (RMAN) events.

Full Access