Black Friday Special - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

Hot Vendors
Note! The 1z0-067 Exam is no longer available.

1z0-067 Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Questions and Answers

Questions 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.)

Options:

A.

assigned to a class with rights to browse all directories and catalogs

B.

assigned to a class with rights to back up or restore Oracle database

C.

OSB encryption for data in transport and on tape

D.

RMAN preauthorization on the host

E.

matching the OS user identity of the Oracle instance associated with the database username

F.

scheduling of the RMAN backup to occur automatically at user-defined intervals

Buy Now
Questions 5

You are administering a multitenant container database (CDB) that has no startup triggers and contains three pluggable databases (PDBs). You execute the command to start up the CDB:

SQL>STARTUP

Which statement is true?

Options:

A.

CDB$ROOT, PDB$SEED, and the PDBs are opened in read/write mode

B.

CDB$ROOT is opened in read/write mode, PDB$SEED in read-only mode, and the PDBs in MOUNT state

C.

CDB$ROOT and PDB$SEED are opened in read-only mode, but the PDBs are in closed mode

D.

CDB$ROOT, PDB$SEED, and the PDBs are opened in read-only mode

E.

CDB$ROOT is opened in read/write mode, but PDB$SEED and the PDBs are in closed mode

Buy Now
Questions 6

For which three pieces of information can you use the RMAN list command?

Options:

A.

stored scripts in the recovery catalog

B.

available archived redo log files

C.

backup sets and image copies that are obsolete

D.

backups of tablespaces

E.

backups that are marked obsolete according to the current retention policy

Buy Now
Questions 7

Examine the commands executed to monitor database operations:

$> conn sys/oracle@prod as sysdba

SQL> VAR eid NUMBER

SQL>EXEC :eid := DBMS_SQL_MONITOR.BEGlN_OPERATION('batch_job’,FORCED_TRACKING=>'Y');

Which two statements are true?

Options:

A.

Database operations will be monitored only when they consume a significant amount of resource.

B.

Database operations for all sessions will be monitored.

C.

Database operations will be monitored only if the STATISTICS_LEVEL parameter is set to TYPICAL and CONTROL_MANAGEMENT_PACK_ACCESS is set DIAGNISTIC + TUNING.

D.

Only DML and DDL statements will be monitored for the session.

E.

All subsequent statements in the session will be treated as one database operation and will be monitored.

Buy Now
Questions 8

Which two statements are true about a multitenant architecture?

Options:

A.

Each pluggable database (PDB) has its own initialization parameter file.

B.

A PDB can have a private undo tablespace.

C.

Log switches occur only at the container database level.

D.

A PDB can have a private temporary tablespace.

E.

Each PDB has a private control file.

Buy Now
Questions 9

Your multitenant container database (CDB) cdb1 that is running in archivelog mode contains two pluggable databases (PDBs), pdb2_1 and pdb2_2, both of which are open. RMAN is connected to the target database pdb2_1.

RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;

Which statement is true about the execution of this command to back up the database?

Options:

A.

All data files belonging to pdb2_1 are backed up and all archive log files are deleted.

B.

All data files belonging to pdb2_1 are backed up along with the archive log files.

C.

Only the data files belonging to pdb2_ are backed up.

D.

This command gives an error because archive log files can be backed up only when RMAN is connected to the root database.

Buy Now
Questions 10

Examine these parameter settings:

SGA_TARGET = 700M

SGA_MAX_SIZE = 1024M

DB_8K_CACHE_SIZE = 124M

LOG_BUFFER = 200M

You attempt this:

SQL> ALTER SYSTEM SER DB_8K_CACHE_SIZE=140M

Which statement is true based on the information available?

Options:

A.

It will fail because DB_8K_CACHE_SIZE cannot be changed dynamically.

B.

It succeeds only if memory is available from the autotuned components of the SGA.

C.

It will fail because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_TARGET.

D.

It will fail because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_MAX_SIZE.

Buy Now
Questions 11

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

Options:

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.

Buy Now
Questions 12

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

Options:

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.

Buy Now
Questions 13

Which statement is true about unified auditing?

Options:

A.

The unified audit trail contains audit records only from unified audit policies and AUDIT settings

B.

Only the CREATE, ALTER, and DROP statements are audited for all users, including SYS

C.

Unified auditing is enabled only if the AUDIT_TRAIL parameter is set to NONE

D.

The unified audit trail, by default, resides in a read-only table in the AUDSYS schema in the SYSAUX tablespace

Buy Now
Questions 14

You are administering a multitenant container database (CDB) cdb1 that has multiple pluggable databases (PDBs). As the sys user on cdb$root, you execute the commands:

SQL> CREATE USER C##ADMIN IDENTIFIED BY orc1123;

SQL> GRANT CREATE SESSION to C##ADMIN CONTAINER=ALL;

SQL> GRANT CREATE USER TO C##ADMIN CONTAINER=ALL;

Which two statements are true about the c##admin user that is created in all PDBs?

Options:

A.

It can create only local users in all the PDBs.

B.

It has a common schema for all the PDBs.

C.

It can create common users only when it is logged in to the CDB.

D.

It can create only local users in the CDB.

E.

It can be granted only common roles in the PDBs.

Buy Now
Questions 15

You issue commands in SQL*Plus as the Oracle owner, to enable multithreading for your UNIX-based Oracle 12c database:

CONNECT/AS SYSDBA

ALTER SYSTEMSETTHREADED__EXECUTION= TRUESCOPE=SPFILE;

SHUTDOWNIMMEDIATE

You then restart the instance and get an error:

STARTUP

ORA-01031:insufficientprivileges

Why does the startup command return the error shown?

Options:

A.

because the threaded architecture requires exiting from sql*pIus and reconnecting with sql*PIus / as sysdba before issuing a startup command

B.

because the threaded architecture requires issuing a new connect / as sysdba from within sql*pIus before issuing a startup command

C.

because the threaded architecture requires authentication using a password file before issuing a startup command

D.

because the threaded architecture requires connecting to the instance via a listener before issuing a startup command

E.

because the threaded architecture requires restarting the listener before issuing a startup command

Buy Now
Questions 16

Examine the following impdp command to import a database over the network from a pre-12c Oracle database (source):

$> impdp full=Y network_link=hrdb_test transportable=always

transport_datafiles=

‘/u01/app/oracle/oradata/hrdb/sales01.dbf’,

‘/u01/app/oracle/oradata/hrdb/cust01.dbf’,

‘/u01/app/oracle/oradata/hrdb/emp01.dbf’,

version=12 logfile=import.log

Which three are prerequisites for successful execution of the command?

Options:

A.

The impdp operation must be performed by the same user that performed the expdp operation.

B.

The path of data files on the target database must be the same as that on the source database.

C.

The export dump file must be created before starting the import on the target database.

D.

All the user defined tablespaces must be in read-only mode on the source database.

E.

The import operation must be performed by a user on the target database with the DATAPUMP_IMP_FULL_DATABASE role, and the database link must connect to a user on the source database with the DATAPUMP_EXP_FULL_DATABASE role.

F.

The source and target databases must be running on the same platform with the same endianness.

Buy Now
Questions 17

You create a table with the period for clause to enable the use of the Temporal Validity feature of Oracle Database 12c.

Examine the table definition:

create table employees

(empno number, salary number,

deptid number, name varchar2(100),

period for employee_time);

Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?

Options:

A.

The valid time columns employee_time_start and employee_time_end are automatically created.

B.

The same statement may filter on both transaction time and valid temporal time by using the AS OF TIMESTAMP and PERIOD FOR clauses.

C.

The valid time columns are not populated by the Oracle Server automatically.

D.

The valid time columns are visible by default when the table is described.

E.

Setting the session valid time using DBMS_FLASHBACK_ARCHIVE.ENABLE_AT_VALID_TIME sets the visibility for data manipulation language (DML), data definition language (DDL), and queries performed by the session.

Buy Now
Questions 18

Which two statements are true regarding an Automatic Storage Management (ASM) instance?

(Choose two.)

Options:

A.

An ASM instance mounts an ASM control file

B.

An ASM instance uses the ASMB process for rebalancing of disks within a disk group

C.

Automatic Memory Management is enabled in an ASM instance even when the MEMORY_TARGET parameters not set explicitly

D.

An RDBMS instance gets connected to an ASM instance using ASMB as a foreground process when the database instance is started

Buy Now
Questions 19

For your database, an incremental level 1 backup is taken every week day. On Tuesday, before the backup is performed, you add a new tablespace.

You execute the command:

RMAN> BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG WEEKLY DATABASE;

Which statement is true about the execution of the command?

Options:

A.

It returns an error because there is no level 0 backup available for new data files.

B.

It performs an image copy backup of new data files, and a level 1 incremental backup of all other data files.

C.

It performs a level-0 backup of all data files including those that belong to the new tablespace.

D.

It performs an image copy backup of all data files including those that belong to the new tablespace.

E.

It performs a backup as a backup set of all data files including those that belong to the new tablespace.

Buy Now
Questions 20

Your database supports an OLTP workload. Examine the output of the query:

SQL> SELECT target_mttr, estimated_mttr

FROM v$instance_recovery

Target_mttr estimated_mttr

---------------------- ---------------------------

0 76

To ensure faster instance recovery, you set the fast_start_mttr_target initialization parameter to 30.

What is the effect of this setting on the database?

Options:

A.

Automatic checkpoint tuning is disabled.

B.

The frequency of log switches is increased.

C.

The overhead on database performance is increased because of frequent writes to disk.

D.

The MTTR advisor is disabled.

Buy Now
Questions 21

In your database, the user SCOTT wants to retrieve the dropped HR.EMPLOYEES table by using the command:

SQL> FLASHBACK TABLE HR.EMPLOYEES TO BEFORE DROP;

What are three prerequisites for this command to succeed? (Choose three.)

Options:

A.

The recycle bin should be enabled.

B.

No duplicates of the HR.EMPLOYEES table should exist in the recyclebin of the HR schema.

C.

SCOTT should have the SELECT privilege on the HR schema and its recyclebin.

D.

SCOTT should have the FLASHBACK ANY TABLE privilege.

E.

No other table with the same name should exist in the HR schema.

F.

Undo retention guarantee must be enabled.

Buy Now
Questions 22

View the SPFILE parameter settings in the Exhibit.

1z0-067 Question 22

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?

Options:

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

Buy Now
Questions 23

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?

Options:

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.

Buy Now
Questions 24

You wish to create jobs to satisfy these requirements:

1. Automatically bulk load data from a flat file.

2. Rebuild indexes on the SALES table after completion of the bulk load.

How would you create these jobs?

Options:

A.

Create both jobs by using Scheduler raised events.

B.

Create both jobs using application raised events.

C.

Create one job to rebuild indexes using application raised events and another job to perform bulk load using Scheduler raised events.

D.

Create one job to rebuild indexes using Scheduler raised events and another job to perform bulk load by using events raised by the application.

Buy Now
Questions 25

You regularly take backups of your database using RMAN with a recovery catalog. Your database is currently open and the temp01.dbf temp file belonging to the TEMP tablespace is corrupted. Identify two methods to recover the temp file with the least disruption to database availability. (Choose two.)

Options:

A.

Restart the database instance to create the temp file automatically

B.

Add a new temp file to the TEMP tablespace with a new name, and then drop the temp files that is corrupted

C.

Take the TEMP tablespace offline, drop the missing temp file, and then create a new temp file

D.

Drop the TEMP tablespace, and then re-create it with new temp files

Buy Now
Questions 26

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

Options:

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

Buy Now
Questions 27

A complete database backup to media is taken for your database every day. Which three actions would you take to improve backup performance?

Options:

A.

Set the backup_tape_io_slaves parameter to true.

B.

Set the dbwr_io_slaves parameter to a nonzero value if synchronous I/O is in use.

C.

Configure large pool if not already done.

D.

Remove the rate parameter, if specified, in the allocate channel command.

E.

Always use RMAN compression for tape backups rather than the compression provided by media manager.

F.

Always use synchronous I/O for the database.

Buy Now
Questions 28

You notice performance degradation in your production Oracle 12c database. You want to know what caused this performance difference.

Which method or feature should you use?

Options:

A.

Database Replay

B.

Automatic Database Diagnostic Monitor (ADDM) Compare Period report

C.

Active Session History (ASH) report

D.

SQL Performance Analyzer

Buy Now
Questions 29

You are administering a database that supports data warehousing workload and Is running in noarchivelog mode. You use RMAN to perform a level 0 backup on Sundays and level 1 Incremental backups on all the other days of the week.

One of the data files is corrupted and the current online redo log file is lost because of a media failure.

You want to recover the data file.

Examine the steps involved in the recovery process:

1.Shut down the database instance.

2.Start up the database instance in nomount state.

3.Mount the database.

4.Take the data file offline.

5.Put the data file online.

6.Restore the control file.

7.Restore the database.

8.Restore the data file.

9.Open the database with the resetlog option.

10.Recover the database with the noredo option.

11.Recover the data file with the noredo option.

Identify the required steps in the correct order.

Options:

A.

4, 8, 11, 5

B.

1, 3, 8, 11, 9

C.

1, 2, 6, 3, 7, 10, 9

D.

1, 3, 7, 10, 9

E.

1, 2, 6, 3, 8, 11, 9

Buy Now
Questions 30

The environmental variable oracle_Base is set to /u01/app/oracle and oracle_home is set to /u01/app/oracle/product/12.1.0/db 1.

You want to check the diagnostic files created as part of the Automatic Diagnostic Repository (ADR). Examine the initialization parameters set in your database.

NAME TYPE VALUE

-------------------------------------------- ------------------- ------------------------------------------------

audit_file_deststring/u01/app/oracle/admin/eml2rep/adump

background_dump_deststring

core_dump_deststring

db_create_file_deststring

db_recovery_file_deststring/u01/app/oracle/fast_recovery_area

diagnostic_deststring

What is the location of the ADR base?

Options:

A.

It is set to/u01/app/oracle/product:/12.1.0/db_1/log.

B.

It is set to /u01/app/oracle/admin/en12.1.0/adump.

C.

It is set to /u01/app/oracle.

D.

It is set to /u01/app/oracle/flash_recovery_area.

Buy Now
Questions 31

You issue the RMAN command:

RMAN> BACKUP SECTION SIZE 300M TABLESPACE users;

Which statement is true about the execution of the command?

Choose the best answer.

Options:

A.

The backup succeeds only if the USERS tablespace is locally managed.

B.

RMAN uses multiplexing to perform the backup.

C.

The resulting backupset has backup pieces that cannot exceed 300 MB.

D.

RMAN always performs this type of backup in parallel.

E.

The backup set size is limited to 300 MB.

Buy Now
Questions 32

Which three statements are true about compression of backup sets?

Options:

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.

Buy Now
Questions 33

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

Choose two.

Options:

A.

If no PDB plan is enabled for a pluggable database, the PDB uses the CDB plan.

B.

To enable a resource plan for a PDB, a CDB resource plan must be created and enabled.

C.

If no PDB plan is enabled for a pluggable database, all sessions for that PDB are treated to an equal share of resources.

D.

If a PDB plan is enabled for a pluggable database, Resource Manager uses the resource allocation at the PDB level and ignores the limits set at the CDB level.

E.

If a PDB plan is enabled for a pluggable database, resources are allocated to consumer groups based on the shares provided to the PDB in the CDB plan and the shares provided to the consumer groups in the PDB plan.

Buy Now
Questions 34

Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?

Options:

A.

A DBA can check specific tables with the DMU

B.

The database to be migrated must be opened read-only.

C.

The release of the database to be converted can be any release since 9.2.0.8.

D.

The DMU can report columns that are too long in the converted characterset

E.

The DMU can report columns that are not represented in the converted characterset

Buy Now
Questions 35

Examine the RMAN command:

RMAN> RUN {

ALLOCATE CHANNEL c1 DEVICE TYPE sbt;

ALLOCATE CHANNEL c2 DEVICE TYPE sbt;

ALLOCATE CHANNEL c3 DEVICE TYPE sbt;

BACKUP

INCREMENTAL LEVEL = 0

(DATAFILE 1, 4, 5 CHANNEL c1)

(DATAFILE 2, 3, 9 CHANNEL c2)

(DATAFILE 6, 7, 8 CHANNEL c3)

SQL ‘ALTER SYSTEM ARCHIVE LOG CURRENT’;

}

Which statement is true about the command?

Choose the best answer.

Options:

A.

It uses multisection backup.

B.

It uses parallelization for the backup set.

C.

It uses asynchronous I/O for the backup.

D.

It creates compressed backup sets.

Buy Now
Questions 36

You want to create a guaranteed restore point for your database by executing the command:

SQL> CREATE RESTORE POINT dbrsp1 GUARANTEE FLASHBACK DATABASE;

Identify two prerequisites for the successful execution of this command.

Options:

A.

The database must be running in archivelog mode.

B.

Flashback Database must be enabled.

C.

Fast Recovery Area must be enabled.

D.

The recyclebin must be enabled for the database.

E.

Undo retention guarantee must be enabled.

F.

A database backup must be taken.

Buy Now
Questions 37

Examine the list of possible steps to transport a tablespace across platforms that have the same compatibility level, character sets, and endian format:

1. Make the tablespace read-only at the source database.

2. Export metadata from the source database.

3. Import metadata into the target database.

4. Transfer the dump file and data files to the target machine.

5. Convert data files by using Recovery Manager (RMAN).

6. Make the tablespace read-write at the target database.

Identify the required steps in the correct order. (Choose the best answer.)

Options:

A.

1, 2, 4, 3, and 6

B.

2, 4, 3, and 5

C.

2, 4, and 3

D.

1, 5, 2, 4, 3, and 6

Buy Now
Questions 38

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)?

Options:

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

Buy Now
Questions 39

You are connected to a recovery catalog and target database. You execute the command:

RMAN> CATALOG START WITH ‘/disk1/backups’;

Which statement is true?

Options:

A.

It lists and catalogs all valid data file copies, backup pieces, and archived logs that exist in all directory paths with the prefix /disk1/backups and their subdirectories.

B.

It lists all the data file copies, backup pieces, and archived logs cataloged in the recovery catalog in the /disk1/backups directory and its subdirectories.

C.

Only valid data file copies, existing in the /disk1/backups directory, are cataloged.

D.

Only valid backup pieces and archived logs, existing in the /disk1/backups directory, are cataloged.

Buy Now
Exam Code: 1z0-067
Exam Name: Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP
Last Update: Nov 27, 2023
Questions: 263
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 23 Nov 2024