Вы находитесь на странице: 1из 295

Oracle 1z0-067

Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c


OCP
Version: 7.1
Oracle 1z0-067 Exam
QUESTION NO: 1

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.

Answer: B,D
Explanation:

In general, all scheduler objects created by the user can be exported/imported into the PDB using
data pump. Predefined scheduler objects will not get exported and that means that any changes
made to these objects by the user will have to be made once again after the database has been
imported into the pluggable database. However, this is how import/export works currently. A job
defined in a PDB will run only if a PDB is open.

QUESTION NO: 2

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

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.

"Pass Any Exam. Any Time." - www.actualtests.com 2


Oracle 1z0-067 Exam
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.

Answer: B,C,D
Explanation:

Tuning RMAN Backup Performance: Procedure Many factors can affect backup performance.
Often, finding the solution to a slow backup is a process of trial and error. To get the best
performance for a backup, follow the suggested steps in this section: Step 1: Remove RATE
Parameters from Configured and Allocated Channels Step 2: If You Use Synchronous Disk I/O,
Set DBWR_IO_SLAVES Step 3: If You Fail to Allocate Shared Memory, Set LARGE_POOL_SIZE
Step 4: Tune RMAN Tape Streaming Performance Bottlenecks Step 5: Query V$ Views to Identify
Bottlenecks

References:

https://docs.oracle.com/database/121/BRADV/rcmtunin.htm#BRADV172

QUESTION NO: 3

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

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

"Pass Any Exam. Any Time." - www.actualtests.com 3


Oracle 1z0-067 Exam
Answer: A,B,D
Explanation:
About the LIST Command: The primary purpose of the LIST command is to list backup and
copies. For example, you can list: -Backups and proxy copies of a database, tablespace, datafile,
archived redo log, or control file -Backups that have expired -Backups restricted by time, path
name, device type, tag, or recoverability -Archived redo log files and disk copies.

References:

http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmreprt.htm#BRADV89585

QUESTION NO: 4

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?

A.
Database Replay

B.
Automatic Database Diagnostic Monitor (ADDM) Compare Period report

C.
Active Session History (ASH) report

D.
SQL Performance Analyzer

Answer: B
Explanation:
References: http://docs.oracle.com/cd/E24628_01/server.121/e17635/tdppt_degrade.htm

QUESTION NO: 5

Which three statements are true about a job chain?

"Pass Any Exam. Any Time." - www.actualtests.com 4


Oracle 1z0-067 Exam
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.

Answer: A,B,E
Explanation:

Chains are the means by which you can implement dependency based scheduling, in which jobs
are started depending on the outcomes of one or more previous jobs.
DBMS_SCHEDULER.DEFINE_CHAIN_STEP
DBMS_SCHEDULER.DEFINE_CHAIN_EVENT_STEP

References:

http://docs.oracle.com/cd/B28359_01/server.111/b28310/scheduse009.htm#ADMIN12

QUESTION NO: 6

Because of logical corruption of data in a table, you want to recover the table from an RMAN
backup to a specified point in time.

Examine the steps to recover this table from an RMAN backup:

1.Determine which backup contains the table that needs to be recovered.

2.Issue the recover table RMAN command with an auxiliary destination defined and the point in
time specified.

3.Import the Data Pump export dump file into the auxiliary instance.

4.Create a Data Pump export dump file that contains the recovered table on a target database.

Identify the required steps in the correct order.


"Pass Any Exam. Any Time." - www.actualtests.com 5
Oracle 1z0-067 Exam
A.
1, 4, 3

B.
1, 2

C.
1, 4, 3, 2

D.
1, 2, 4

Answer: D
Explanation:

Because according to oracle PDFs if you run restore table ... auxiliary a impede and rename can
be included. So there is no reason to make the import manually if it can be already included in
step 2.

References:

https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV689

QUESTION NO: 7

Examine the command:

SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;

In which two scenarios is this command required?

A.
The current online redo log file is missing.

B.
A data file belonging to a noncritical tablespace is missing.

C.
All the control files are missing.

D.
The database backup is older than the control file backup.

E.

"Pass Any Exam. Any Time." - www.actualtests.com 6


Oracle 1z0-067 Exam
All the data files are missing.

Answer: A,C
Explanation:

References:

http://searchoracle.techtarget.com/answer/Recover-database-using-backup-controlfile-until-cancel

QUESTION NO: 8

Which two are prerequisites for setting up Flashback Data Archive?

A.
Fast Recovery Area should be defined.

B.
Undo retention guarantee should be enabled.

C.
Supplemental logging should be enabled.

D.
Automatic Undo Management should be enabled.

E.
All users using Flashback Data Archive should have unlimited quota on the Flashback Data
Archive tablespace.

F.
The tablespace in which the Flashback Data Archive is created should have Automatic Segment
Space Management (ASSM) enabled.

Answer: D,F
Explanation:

There are a number of restrictions for flashback archives: The tablespaces used for a flashback
archive must use local extent management and automatic segment space management. The
database must use automatic undo management.

References:

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

"Pass Any Exam. Any Time." - www.actualtests.com 7


Oracle 1z0-067 Exam

QUESTION NO: 9

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?

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.

Answer: C
Explanation:

The Automatic Diagnostic Repository (ADR) is a directory structure that is stored outside of the
database. It is therefore available for problem diagnosis when the database is down.

"Pass Any Exam. Any Time." - www.actualtests.com 8


Oracle 1z0-067 Exam
The ADR root directory is known as ADR base. Its location is set by the DIAGNOSTIC_DEST
initialization parameter. If this parameter is omitted or left null, the database sets
DIAGNOSTIC_DEST upon startup as follows:

If environment variable ORACLE_BASE is set, DIAGNOSTIC_DEST is set to the directory


designated by ORACLE_BASE.

If environment variable ORACLE_BASE is not set, DIAGNOSTIC_DEST is set to


ORACLE_HOME/log.

References:

http://docs.oracle.com/cd/B28359_01/server.111/b28310/diag001.htm#ADMIN11008

QUESTION NO: 10

You want to export the pluggable database (PDB) hr_pdb1 from the multitenant container
database (CDB)CDB1 and import it into the cdb2 CDB as the emp_pdb1 PDB.

Examine the list of possible steps required to perform the task:

1.Create a PDB named emp_pdb1.

2.Export the hr_pdb1 PDB by using the full clause.

3.Open the emp_pdb1 PDB.

4.Mount the emp_pdb1 PDB.

5.Synchronize the emp_pdb1 PDB in restricted mode.

6.Copy the dump file to the Data Pump directory.

7.Create a Data Pump directory in the emp_pdb1 PDB.

8.Import data into emp_pdb1 with the full and remap clauses.

9.Create the same tablespaces in emp_pdb1 as in hr_pdb1 for new local user objects.

Identify the required steps in the correct order.

A.
2, 1, 3, 7, 6, and 8

B.
"Pass Any Exam. Any Time." - www.actualtests.com 9
Oracle 1z0-067 Exam
2, 1, 4, 5, 3, 7, 6, 9, and 8

C.
2, 1, 3, 7, 6, 9, and 8

D.
2, 1, 3, 5, 7, 6, and 8

Answer: C
Explanation:

Because the step 2 says that you perfom an expdp with the full clause and you don’t need to
create the tablespaces when you perform the impdp. FULL=yes will export tablespace definitions.
So no need step 9.

References:

https://docs.oracle.com/cd/B10501_01/server.920/a96652/ch01.htm

QUESTION NO: 11

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?

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.

Answer: C
"Pass Any Exam. Any Time." - www.actualtests.com 10
Oracle 1z0-067 Exam
Explanation:

The bulk loader would be started in response to a file watcher scheduler event and the indexes
would be rebuilt in response to an application event raised by the bulk loader.

Your application can raise an event to notify the Scheduler to start a job. A job started in this way
is referred to as an event-based job. The job can optionally retrieve the message content of the
event.

References:

https://docs.oracle.com/cd/E18283_01/server.112/e17120/scheduse005.htm#CIABIEJA

https://docs.oracle.com/cd/B28359_01/server.111/b28310/scheduse008.htm#CHDIAJEB

QUESTION NO: 12

Your Oracle 12c multitenant container database (CDB) contains multiple pluggable databases
(PDBs). In the PDB hr_pdb, the common user c##admin and the local user b_admin have only the
connect privilege.

You create a common role c##role1 with the create table and select any table privileges.

You then execute the commands:

SQL> GRANTc##role1 TO##Madmin CONTAINER=ALL;

SQL>CONNsys/oracle@HR_PDB as sysdba

SQL> GRANTc##role1TO b_admin CONTAINER=CURRENT;

Which two statements are true?

A.
C##admin can create and select any table, and grant the c##role1 role to users only in the root
container.

B.
B_admin can create and select any table in both the root container and Hr_pdb.

C.
c##admin can create and select any table in the root container and all the PDBs.

"Pass Any Exam. Any Time." - www.actualtests.com 11


Oracle 1z0-067 Exam
D.
B_admin can create and select any table only in hr_pdb.

E.
The grant c##role1 to b_admin command returns an error because container should be set to ALL.

Answer: C,D
Explanation:

QUESTION NO: 13

Examine the commands executed in the root container of your multitenant container database
(CDB) that has multiple pluggable databases (PDBs):

SQL> CREATE USER c##a_admin IDENTIFIED BY orcl123;

SQL> CREATE ROLE c##role1 CONTAINER=ALL;

SQL> GRANT CREATE VIEW TO C##roleI CONTAINER=ALL;

SQL> GRANT c##role1 TO c##a_admin CONTAINER=ALL;

SQL> REVOKE c##role1 FROM c##a_admin;

What is the result of the revoke command?

A.
It executes successfully and the c##role1 role is revoked from the c##a_admin user only in the
root container.

B.
It fails and reports an error because the container=all clause is not used.

C.
It executes successfully and the c##rocl1 role is revoked from the c##a_admin user in the root
database and all the PDBs.

D.
It fails and reports an error because the comtainer=current clause is not used.

Answer: B

"Pass Any Exam. Any Time." - www.actualtests.com 12


Oracle 1z0-067 Exam
Explanation:

SQL> REVOKE c##role1 FROM c##a_admin; REVOKE c##role1 FROM c##a_admin * ERROR at
line 1: ORA - 01951: ROLE ‘C##ROLE1’ not granted to ‘C##A_ADMIN’ SQL> REVOKE c##role1
FROM c##a_admin CONTAINER=ALL; Revoke succeeded. SQL> This CREATE USER
c##a_admin IDENTIFIED BY orcl123; will create common user event container is not specified.

QUESTION NO: 14

Examine the RMAN command:

RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;

RMAN> BACKUP DATABASE PLUS ARCHIVELOG;

Which prerequisite must be met before accomplishing the backup?

A.
The password for the encryption must be set up.

B.
Oracle wallet for the encryption must be set up.

C.
All the tablespaces in the database must be encrypted.

D.
Oracle Database Vault must be enabled.

Answer: B
Explanation:
Explanation

Configuration encryption will used by Transparent encryption. For transparent encryption, you will
need to create a wallet, and it must be open. Transparent encryption will then occur automatically
after you have issued the CONFIGURE ENCRYPTION FOR DATABASE ON or CONFIGURE
ENCRYPTION FOR TABLESPACE ON command.

CONFIGURE ENCRYPTION : You can use this command to persistently configure transparent
encryption. You cannot persistently configure dual mode or password mode encryption. SET
ENCRYPTION : You can use this command to configure dual mode or password mode encryption
at the RMAN session level.

"Pass Any Exam. Any Time." - www.actualtests.com 13


Oracle 1z0-067 Exam
References:
http://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmbckad.htm#CEGEJABH

QUESTION NO: 15

A database is running in archive log mode. The database contains locally managed tablespaces.
Examine the RMAN command:

RMAN> BACKUP

AS COMPRESSED BACKUPSET

SECTION SIZE 1024M

DATABASE;

Which statement is true about the execution of the command?

A.
The backup succeeds only if all the tablespaces are locally managed.

B.
The backup succeeds only if the RMAN default device for backup is set to disk.

C.
The backup fails because you cannot specify section size for a compressed backup.

D.
The backup succeeds and only the used blocks are backed up with a maximum backup piece size
of 1024 MB.

Answer: D
Explanation:

2018-04-01T21:58:00.73<!--[if gte mso 9]><xml>

<o:OfficeDocumentSettings>

<o:RelyOnVML/>

<o:AllowPNG/>

</o:OfficeDocumentSettings>

"Pass Any Exam. Any Time." - www.actualtests.com 14


Oracle 1z0-067 Exam
</xml><![endif]-->

2018-04-01T21:58:00.73<!--[if gte mso 9]><xml>

<w:WordDocument>

<w:View>Normal</w:View>

<w:Zoom>0</w:Zoom>

<w:TrackMoves/>

<w:TrackFormatting/>

<w:PunctuationKerning/>

<w:ValidateAgainstSchemas/>

<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

<w:IgnoreMixedContent>false</w:IgnoreMixedContent>

<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

<w:DoNotPromoteQF/>

<w:LidThemeOther>RU</w:LidThemeOther>

<w:LidThemeAsian>JA</w:LidThemeAsian>

<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>

<w:Compatibility>

<w:BreakWrappedTables/>

<w:SnapToGridInCell/>

<w:WrapTextWithPunct/>

<w:UseAsianBreakRules/>

<w:DontGrowAutofit/>

<w:SplitPgBreakAndParaMark/>

<w:EnableOpenTypeKerning/>

<w:DontFlipMirrorIndents/>

<w:OverrideTableStyleHps/>

</w:Compatibility>

"Pass Any Exam. Any Time." - www.actualtests.com 15


Oracle 1z0-067 Exam
<m:mathPr>

<m:mathFont m:val="Cambria Math"/>

<m:brkBin m:val="before"/>

<m:brkBinSub m:val="&#45;-"/>

<m:smallFrac m:val="off"/>

<m:dispDef/>

<m:lMargin m:val="0"/>

<m:rMargin m:val="0"/>

<m:defJc m:val="centerGroup"/>

<m:wrapIndent m:val="1440"/>

<m:intLim m:val="subSup"/>

<m:naryLim m:val="undOvr"/>

</m:mathPr></w:WordDocument>

</xml><![endif]-->

2018-04-01T21:58:00.76<!--[if gte mso 9]><xml>

<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"

DefSemiHidden="true" DefQFormat="false" DefPriority="99"

LatentStyleCount="276">

<w:LsdException Locked="false" Priority="0" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

<w:LsdException Locked="false" Priority="9" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>

"Pass Any Exam. Any Time." - www.actualtests.com 16


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>

<w:LsdException Locked="false" Priority="39" Name="toc 1"/>

<w:LsdException Locked="false" Priority="39" Name="toc 2"/>

<w:LsdException Locked="false" Priority="39" Name="toc 3"/>

<w:LsdException Locked="false" Priority="39" Name="toc 4"/>

<w:LsdException Locked="false" Priority="39" Name="toc 5"/>

<w:LsdException Locked="false" Priority="39" Name="toc 6"/>

<w:LsdException Locked="false" Priority="39" Name="toc 7"/>

<w:LsdException Locked="false" Priority="39" Name="toc 8"/>

<w:LsdException Locked="false" Priority="39" Name="toc 9"/>

<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>

<w:LsdException Locked="false" Priority="10" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Title"/>

<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>

<w:LsdException Locked="false" Priority="11" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>

<w:LsdException Locked="false" Priority="22" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Strong"/>

<w:LsdException Locked="false" Priority="20" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>

<w:LsdException Locked="false" Priority="59" SemiHidden="false"

UnhideWhenUsed="false" Name="Table Grid"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>

<w:LsdException Locked="false" Priority="1" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>

"Pass Any Exam. Any Time." - www.actualtests.com 17


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 18


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Colorful Grid"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 1"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 1"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 1"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>

<w:LsdException Locked="false" Priority="34" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>

<w:LsdException Locked="false" Priority="29" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Quote"/>

<w:LsdException Locked="false" Priority="30" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 19


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 1"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 1"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 2"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 2"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 2"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>

"Pass Any Exam. Any Time." - www.actualtests.com 20


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 2"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 2"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 3"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 3"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 3"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 21


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 3"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 3"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 4"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 4"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 4"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>

"Pass Any Exam. Any Time." - www.actualtests.com 22


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 4"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 4"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 5"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 5"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 5"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 23


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 5"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 5"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 6"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 6"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 6"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>

"Pass Any Exam. Any Time." - www.actualtests.com 24


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 6"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 6"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>

<w:LsdException Locked="false" Priority="19" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>

<w:LsdException Locked="false" Priority="21" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>

<w:LsdException Locked="false" Priority="31" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>

<w:LsdException Locked="false" Priority="32" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>

<w:LsdException Locked="false" Priority="33" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>

<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>

<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>

</w:LatentStyles>

"Pass Any Exam. Any Time." - www.actualtests.com 25


Oracle 1z0-067 Exam
</xml><![endif]-->

2018-04-01T21:58:00.78<!--[if gte mso 10]>

<style>

/* Style Definitions */

table.MsoNormalTable

{mso-style-name:"Table Normal";

mso-tstyle-rowband-size:0;

mso-tstyle-colband-size:0;

mso-style-noshow:yes;

mso-style-priority:99;

mso-style-parent:"";

mso-padding-alt:0cm 5.4pt 0cm 5.4pt;

mso-para-margin-top:0cm;

mso-para-margin-right:0cm;

mso-para-margin-bottom:10.0pt;

mso-para-margin-left:0cm;

line-height:115%;

mso-pagination:widow-orphan;

font-size:11.0pt;

font-family:Calibri;

mso-ascii-font-family:Calibri;

mso-ascii-theme-font:minor-latin;

mso-hansi-font-family:Calibri;

mso-hansi-theme-font:minor-latin;

mso-ansi-language:RU;}

</style>

<![endif]-->

"Pass Any Exam. Any Time." - www.actualtests.com 26


Oracle 1z0-067 Exam
2018-04-01T21:58:00.78<!--StartFragment-->

COMPRESSED enables binary compression.

RMAN compresses the data written into the backup set to reduce the overall size of the backup
set. All backups that create backup sets can create compressed backup sets. Restoring
compressed backup sets is no different from restoring uncompressed backup sets.

RMAN applies a binary compression algorithm as it writes data to backup sets. This compression
is similar to the compression provided by many media manager vendors. When backing up to a
locally attached tape device, compression provided by the media management vendor is usually
preferable to the binary compression provided by BACKUP AS COMPRESSED BACKUPSET.

Therefore, use uncompressed backup sets and turn on the compression provided by the media
management vendor when backing up to locally attached tape devices. You should not use RMAN
binary compression andmedia manager compression together.

Some CPU overhead is associated with compressing backup sets. If the target database is
running at or near its maximum load, then you may find the overhead unacceptable. In most other
circumstances, compressing backup sets saves enough disk space to be worth the CPU
overhead.

SECTION SIZE sizeSpec Specifies the size of each backup section produced during a data file
backup.

By setting this parameter, RMAN can create a multisection backup. In a multisection backup,
RMAN creates a backup piece that contains one file section, which is a contiguous range of blocks
in a file. All sections of a multisection backup are the same size. You can create a multisection
backup for a data file, but not a data file copy.

File sections enable RMAN to create multiple steps for the backup of a single large data file.

RMAN channels can process each step independently and in parallel, with each channel
producing one section of a multisection backup set.

If you specify a section size that is larger than the size of the file, then RMAN does not use
multisection backup for the file. If you specify a small section size that would produce more than
256 sections, then RMAN increases the section size to a value that results in exactly 256 sections.

Depending on where you specify this parameter in the RMAN syntax, you can specify different
section sizes for different files in the same backup job.

Note: You cannot use SECTION SIZE with MAXPIECESIZE or with INCREMENTAL LEVEL
1.2018-04-01T21:58:00.78<!--EndFragment-->

QUESTION NO: 16

"Pass Any Exam. Any Time." - www.actualtests.com 27


Oracle 1z0-067 Exam
In your database, the tbs percent used parameter is set to 60 and the tbs percent free parameter
is set to 20.

Which two storage-tiering actions might be automated when using Information Lifecycle
Management (ILM) to automate data movement?

A.
The movement of all segments to a target tablespace with a higher degree of compression, on a
different storage tier, when the source tablespace exceeds tbs percent used

B.
Setting the target tablespace to read-only after the segments are moved

C.
The movement of some segments to a target tablespace with a higher degree of compression, on
a different storage tier, when the source tablespace exceeds TBS percent used

D.
Taking the target tablespace offline after the segments are moved

E.
The movement of some blocks to a target tablespace with a lower degree of compression, on a
different storage tier, when the source tablespace exceeds tbs percent used

Answer: B,C
Explanation:

2018-04-01T21:59:00.78<!--[if gte mso 9]><xml>

<o:OfficeDocumentSettings>

<o:RelyOnVML/>

<o:AllowPNG/>

</o:OfficeDocumentSettings>

</xml><![endif]-->

2018-04-01T21:59:00.78<!--[if gte mso 9]><xml>

<w:WordDocument>

<w:View>Normal</w:View>

<w:Zoom>0</w:Zoom>

<w:TrackMoves/>

<w:TrackFormatting/>
"Pass Any Exam. Any Time." - www.actualtests.com 28
Oracle 1z0-067 Exam
<w:PunctuationKerning/>

<w:ValidateAgainstSchemas/>

<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

<w:IgnoreMixedContent>false</w:IgnoreMixedContent>

<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

<w:DoNotPromoteQF/>

<w:LidThemeOther>RU</w:LidThemeOther>

<w:LidThemeAsian>JA</w:LidThemeAsian>

<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>

<w:Compatibility>

<w:BreakWrappedTables/>

<w:SnapToGridInCell/>

<w:WrapTextWithPunct/>

<w:UseAsianBreakRules/>

<w:DontGrowAutofit/>

<w:SplitPgBreakAndParaMark/>

<w:EnableOpenTypeKerning/>

<w:DontFlipMirrorIndents/>

<w:OverrideTableStyleHps/>

</w:Compatibility>

<m:mathPr>

<m:mathFont m:val="Cambria Math"/>

<m:brkBin m:val="before"/>

<m:brkBinSub m:val="&#45;-"/>

<m:smallFrac m:val="off"/>

<m:dispDef/>

<m:lMargin m:val="0"/>

"Pass Any Exam. Any Time." - www.actualtests.com 29


Oracle 1z0-067 Exam
<m:rMargin m:val="0"/>

<m:defJc m:val="centerGroup"/>

<m:wrapIndent m:val="1440"/>

<m:intLim m:val="subSup"/>

<m:naryLim m:val="undOvr"/>

</m:mathPr></w:WordDocument>

</xml><![endif]-->

2018-04-01T21:59:00.82<!--[if gte mso 9]><xml>

<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"

DefSemiHidden="true" DefQFormat="false" DefPriority="99"

LatentStyleCount="276">

<w:LsdException Locked="false" Priority="0" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

<w:LsdException Locked="false" Priority="9" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>

<w:LsdException Locked="false" Priority="39" Name="toc 1"/>

<w:LsdException Locked="false" Priority="39" Name="toc 2"/>

<w:LsdException Locked="false" Priority="39" Name="toc 3"/>

<w:LsdException Locked="false" Priority="39" Name="toc 4"/>

"Pass Any Exam. Any Time." - www.actualtests.com 30


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="39" Name="toc 5"/>

<w:LsdException Locked="false" Priority="39" Name="toc 6"/>

<w:LsdException Locked="false" Priority="39" Name="toc 7"/>

<w:LsdException Locked="false" Priority="39" Name="toc 8"/>

<w:LsdException Locked="false" Priority="39" Name="toc 9"/>

<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>

<w:LsdException Locked="false" Priority="10" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Title"/>

<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>

<w:LsdException Locked="false" Priority="11" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>

<w:LsdException Locked="false" Priority="22" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Strong"/>

<w:LsdException Locked="false" Priority="20" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>

<w:LsdException Locked="false" Priority="59" SemiHidden="false"

UnhideWhenUsed="false" Name="Table Grid"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>

<w:LsdException Locked="false" Priority="1" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 31


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Shading 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 1"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 1"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 1"/>

"Pass Any Exam. Any Time." - www.actualtests.com 32


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>

<w:LsdException Locked="false" Priority="34" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>

<w:LsdException Locked="false" Priority="29" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Quote"/>

<w:LsdException Locked="false" Priority="30" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 1"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 1"/>

"Pass Any Exam. Any Time." - www.actualtests.com 33


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 2"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 2"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 2"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 2"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 34


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Colorful List Accent 2"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 3"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 3"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 3"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 3"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>

"Pass Any Exam. Any Time." - www.actualtests.com 35


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 3"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 4"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 4"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 4"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 4"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 36


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 4"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 5"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 5"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 5"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 5"/>

"Pass Any Exam. Any Time." - www.actualtests.com 37


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 5"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 6"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 6"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 6"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 38


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Dark List Accent 6"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 6"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>

<w:LsdException Locked="false" Priority="19" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>

<w:LsdException Locked="false" Priority="21" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>

<w:LsdException Locked="false" Priority="31" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>

<w:LsdException Locked="false" Priority="32" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>

<w:LsdException Locked="false" Priority="33" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>

<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>

<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>

</w:LatentStyles>

</xml><![endif]-->

2018-04-01T21:59:00.82<!--[if gte mso 10]>

<style>

/* Style Definitions */

table.MsoNormalTable

{mso-style-name:"Table Normal";

mso-tstyle-rowband-size:0;

"Pass Any Exam. Any Time." - www.actualtests.com 39


Oracle 1z0-067 Exam
mso-tstyle-colband-size:0;

mso-style-noshow:yes;

mso-style-priority:99;

mso-style-parent:"";

mso-padding-alt:0cm 5.4pt 0cm 5.4pt;

mso-para-margin-top:0cm;

mso-para-margin-right:0cm;

mso-para-margin-bottom:10.0pt;

mso-para-margin-left:0cm;

line-height:115%;

mso-pagination:widow-orphan;

font-size:11.0pt;

font-family:Calibri;

mso-ascii-font-family:Calibri;

mso-ascii-theme-font:minor-latin;

mso-hansi-font-family:Calibri;

mso-hansi-theme-font:minor-latin;

mso-ansi-language:RU;}

</style>

<![endif]-->

2018-04-01T21:59:00.82<!--StartFragment-->

The threshold for activating tiering policies is based on two parameters:

TBS PERCENT USED

TBS PERCENT FREE

Both values can be controlled by the DBMS_ILM_ADMIN package.

TBS PERCENT USED and TBS PERCENT FREE default to 85 and 25, respectively. Hence,
whenever the source tablespace’s usage percentage goes beyond 85 percent, any tiering policy
specified on its objects will be executed and objects will be moved to the target tablespace until
the source tablespace becomes at least 25 percent free. Note that it is possible to add a custom
"Pass Any Exam. Any Time." - www.actualtests.com 40
Oracle 1z0-067 Exam
condition to tiering policies to enable movement of data based on conditions other than how full
the tablespace is.

In addition, the READ ONLY option must be explicitly specified for the target tablespace.

2018-04-01T21:59:00.82<!--EndFragment-->

QUESTION NO: 17

You want to consolidate backup information and centrally manage backup and recovery scripts for
multiple databases running in your organization.

Which two backup solutions can be used?

A.
RMAN recovery catalog

B.
RMAN Media Management Library

C.
Enterprise Manager Cloud Control

D.
Enterprise Manager Database Express

E.
Oracle Secure Backup

Answer: A,C
Explanation:
2018-04-01T22:00:00.82<!--[if gte mso 9]><xml>

<o:OfficeDocumentSettings>

<o:RelyOnVML/>

<o:AllowPNG/>

</o:OfficeDocumentSettings>

</xml><![endif]-->

Windows User2019-03-14T10:05:00.82

"Pass Any Exam. Any Time." - www.actualtests.com 41


Oracle 1z0-067 Exam
2018-04-01T22:00:00.83<!--[if gte mso 9]><xml>

<w:WordDocument>

<w:View>Normal</w:View>

<w:Zoom>0</w:Zoom>

<w:TrackMoves/>

<w:TrackFormatting/>

<w:PunctuationKerning/>

<w:ValidateAgainstSchemas/>

<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

<w:IgnoreMixedContent>false</w:IgnoreMixedContent>

<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

<w:DoNotPromoteQF/>

<w:LidThemeOther>RU</w:LidThemeOther>

<w:LidThemeAsian>JA</w:LidThemeAsian>

<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>

<w:Compatibility>

<w:BreakWrappedTables/>

<w:SnapToGridInCell/>

<w:WrapTextWithPunct/>

<w:UseAsianBreakRules/>

<w:DontGrowAutofit/>

<w:SplitPgBreakAndParaMark/>

<w:EnableOpenTypeKerning/>

<w:DontFlipMirrorIndents/>

<w:OverrideTableStyleHps/>

</w:Compatibility>

<m:mathPr>

"Pass Any Exam. Any Time." - www.actualtests.com 42


Oracle 1z0-067 Exam
<m:mathFont m:val="Cambria Math"/>

<m:brkBin m:val="before"/>

<m:brkBinSub m:val="&#45;-"/>

<m:smallFrac m:val="off"/>

<m:dispDef/>

<m:lMargin m:val="0"/>

<m:rMargin m:val="0"/>

<m:defJc m:val="centerGroup"/>

<m:wrapIndent m:val="1440"/>

<m:intLim m:val="subSup"/>

<m:naryLim m:val="undOvr"/>

</m:mathPr></w:WordDocument>

</xml><![endif]-->

2018-04-01T22:00:00.85<!--[if gte mso 9]><xml>

<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"

DefSemiHidden="true" DefQFormat="false" DefPriority="99"

LatentStyleCount="276">

<w:LsdException Locked="false" Priority="0" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

<w:LsdException Locked="false" Priority="9" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>

"Pass Any Exam. Any Time." - www.actualtests.com 43


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>

<w:LsdException Locked="false" Priority="39" Name="toc 1"/>

<w:LsdException Locked="false" Priority="39" Name="toc 2"/>

<w:LsdException Locked="false" Priority="39" Name="toc 3"/>

<w:LsdException Locked="false" Priority="39" Name="toc 4"/>

<w:LsdException Locked="false" Priority="39" Name="toc 5"/>

<w:LsdException Locked="false" Priority="39" Name="toc 6"/>

<w:LsdException Locked="false" Priority="39" Name="toc 7"/>

<w:LsdException Locked="false" Priority="39" Name="toc 8"/>

<w:LsdException Locked="false" Priority="39" Name="toc 9"/>

<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>

<w:LsdException Locked="false" Priority="10" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Title"/>

<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>

<w:LsdException Locked="false" Priority="11" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>

<w:LsdException Locked="false" Priority="22" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Strong"/>

<w:LsdException Locked="false" Priority="20" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>

<w:LsdException Locked="false" Priority="59" SemiHidden="false"

UnhideWhenUsed="false" Name="Table Grid"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>

<w:LsdException Locked="false" Priority="1" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 44


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Light Shading"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid"/>

"Pass Any Exam. Any Time." - www.actualtests.com 45


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 1"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 1"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 1"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>

<w:LsdException Locked="false" Priority="34" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>

<w:LsdException Locked="false" Priority="29" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Quote"/>

<w:LsdException Locked="false" Priority="30" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>

"Pass Any Exam. Any Time." - www.actualtests.com 46


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 1"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 1"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 2"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 2"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 2"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 47


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 2"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 2"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 3"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 3"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 3"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>

"Pass Any Exam. Any Time." - www.actualtests.com 48


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 3"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 3"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 4"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 4"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 4"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 49


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 4"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 4"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 5"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 5"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 5"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>

"Pass Any Exam. Any Time." - www.actualtests.com 50


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 5"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 5"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 6"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 6"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 6"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 51


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 6"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 6"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>

<w:LsdException Locked="false" Priority="19" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>

<w:LsdException Locked="false" Priority="21" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>

<w:LsdException Locked="false" Priority="31" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>

<w:LsdException Locked="false" Priority="32" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>

<w:LsdException Locked="false" Priority="33" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>

<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>

<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>

</w:LatentStyles>

</xml><![endif]-->

"Pass Any Exam. Any Time." - www.actualtests.com 52


Oracle 1z0-067 Exam
2018-04-01T22:00:00.86<!--[if gte mso 10]>

<style>

/* Style Definitions */

table.MsoNormalTable

{mso-style-name:"Table Normal";

mso-tstyle-rowband-size:0;

mso-tstyle-colband-size:0;

mso-style-noshow:yes;

mso-style-priority:99;

mso-style-parent:"";

mso-padding-alt:0cm 5.4pt 0cm 5.4pt;

mso-para-margin-top:0cm;

mso-para-margin-right:0cm;

mso-para-margin-bottom:10.0pt;

mso-para-margin-left:0cm;

line-height:115%;

mso-pagination:widow-orphan;

font-size:11.0pt;

font-family:Calibri;

mso-ascii-font-family:Calibri;

mso-ascii-theme-font:minor-latin;

mso-hansi-font-family:Calibri;

mso-hansi-theme-font:minor-latin;

mso-ansi-language:RU;}

</style>

<![endif]-->

2018-04-01T22:00:00.86<!--StartFragment-->

"Pass Any Exam. Any Time." - www.actualtests.com 53


Oracle 1z0-067 Exam
Enterprise Manager allows a centralized control of database backups. It is possible to set up and
schedule RMAN backups for all the databases in a large company, use a consistent backup
strategy, and refer to all past RMAN output logs at any time, since they are stored in the
Enterprise Manager Cloud Control repository. There is no need to use a central RMAN catalog,
because information about the backups is centrally available from Enterprise Manager. And with
the group backup feature new to Enterprise Manager Cloud Control 12c, it can be even faster to
set up RMAN backups for all the databases-even if there are thousands-that are part of an
Enterprise Manager group.

References:

http://www.oracle.com/technetwork/articles/oem/havewala-rman-em12c-2104270.html

2018-04-01T22:00:00.86<!--EndFragment-->

QUESTION NO: 18

You want RMAN to make duplicate copies of data files when using the backup command.

What must you set using the RMAN configure command to achieve this?

A.
MAXSETSIZE TO 2;

B.
DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;

C.
CHANNEL DEVICE TYPE DISK FORMAT '/disk1/%U' , '/disk2/%U';

D.
DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2;

Answer: D
Explanation:

Configuring Backup Duplexing You can use the CONFIGURE ... BACKUP COPIES command to
specify how many copies of each backup piece should be created on the specified device type for
the specified type of file. This type of backup is known as a duplexed backup set. The
CONFIGURE settings for duplexing only affect backups of datafiles, control files, and archived
logs into backup sets, and do not affect image copies. NOT A The CONFIGURE MAXSETSIZE
command limits the size of backup sets created on a channel. This CONFIGURE setting applies to
any channel, whether manually allocated or configured, when the BACKUP command is used to

"Pass Any Exam. Any Time." - www.actualtests.com 54


Oracle 1z0-067 Exam
create backup sets. The default value is given in bytes and is rounded down to the lowest kilobyte
value.

Reference: http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmconfa.htm#BRADV137

QUESTION NO: 19

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?

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.

Answer: A,B,C
Reference: https://docs.oracle.com/database/121/ARPLS/d_flashb_archive.htm#ARPLS74552
"Pass Any Exam. Any Time." - www.actualtests.com 55
Oracle 1z0-067 Exam

QUESTION NO: 20

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.

Answer: B,D
Explanation:

QUESTION NO: 21

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

A.
maximum undo per consumer group

B.
maximum idle time for a session in a PDB

C.
parallel server limit

D.

"Pass Any Exam. Any Time." - www.actualtests.com 56


Oracle 1z0-067 Exam
CPU

E.
maximum number of sessions for a PDB

Answer: C,D
Explanation:

QUESTION NO: 22

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

Answer: B,D
Reference:
https://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmrepai.htm#BRADV89716

QUESTION NO: 23

You want to capture column group usage and gather extended statistics for better cardinality
estimates for the customers table in the SH schema.

Examine the following steps:

"Pass Any Exam. Any Time." - www.actualtests.com 57


Oracle 1z0-067 Exam
1. Issue the SELECTDBMS_STATS. CREATE_EXTENDED_STATS(‘SH’, 'CUSTOMERS')from
dual statement.

2.Execute the dbms_stats.seed_col_usage (null,‘SH’,500) procedure.

3.Execute the required queries on the customers table.

4.Issue the select dbms_stats.reportwcol_usage(‘SH’, 'customers') from dual statement.

Identify the correct sequence of steps.

A.
3, 2, 1, 4

B.
2, 3, 4, 1

C.
4, 1, 3, 2

D.
3, 2, 4, 1

Answer: B
Explanation:

Step 1 (2). Seed column usage

Oracle must observe a representative workload, in order to determine the appropriate column
groups. Using the new procedure DBMS_STATS.SEED_COL_USAGE, you tell Oracle how long it
should observe the workload.

Step 2: (3) You don't need to execute all of the queries in your work during this window. You can
simply run explain plan for some of your longer running queries to ensure column group
information is recorded for these queries.

Step 3. (1) Create the column groups

At this point you can get Oracle to automatically create the column groups for each of the tables
based on the usage information captured during the monitoring window. You simply have to call
the DBMS_STATS.CREATE_EXTENDED_STATS function for each table.This function requires
just two arguments, the schema name and the table name. From then on, statistics will be
maintained for each column group whenever statistics are gathered on the table.

Note:

* DBMS_STATS.REPORT_COL_USAGE reports column usage information and records all the


SQL operations the database has processed for a given object.

"Pass Any Exam. Any Time." - www.actualtests.com 58


Oracle 1z0-067 Exam
* The Oracle SQL optimizer has always been ignorant of the implied relationships between data
columns within the same table. While the optimizer has traditionally analyzed the distribution of
values within a column, he does not collect value-based relationships between columns.

* Creating extended statistics

Here are the steps to create extended statistics for related table columns
withdbms_stats.created_extended_stats:

1 - The first step is to create column histograms for the related columns.

2 – Next, we run dbms_stats.create_extended_stats to relate the columns together.

Unlike a traditional procedure that is invoked via an execute (“exec”) statement, Oracle extended
statistics are created via a select statement.

QUESTION NO: 24

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 theCDB1. container database (CDB):

SQL>CREATE DATABASE CDB1

DEFAULT TABLESPACE users

DEFAULT TEMPORARY TABLESPACE temp

UNDO TABLESPACE undotbsl

ENABLE PLUGGABLE DATABASE

SEED

SYSTEM DATAFILES SIZE125M AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED

SYS AUX DATAFILES SIZE 100M;

Which three statements are true?

A.

"Pass Any Exam. Any Time." - www.actualtests.com 59


Oracle 1z0-067 Exam
It creates a multitenant container database with a root and a seed pluggable database (PDB) that
are opened in read-write and read-only modes, respectively.

B.
The files created for both the root and seed databases use Oracle Managed Files (OMF).

C.
It creates a multitenant container database with the root and seed databases opened and one
PDB mounted.

D.
It sets the users tablespace as the default for both the root and seed databases.

E.
undotbs1 is used as the undo tablespace for both the root and seed databases.

F.
It creates a multitenant container database with the root database opened and the seed database
mounted.

Answer: A,B,E
Explanation:

The seed actually doesn’t use anything since it’s read-only, but any PDB created from the seed
will use the undotbs1 undo tablespace. Each PDB can have its own default tablespace, but cannot
change the undo tablespace.

QUESTION NO: 25

Examine the steps to configure Oracle Secure Backup (OSB) for use with RMAN:

1.Create media families for data files and archived redo log files.

2.Configure database backup storage selectors or RMAN media management parameters.

3.Create an OSB user preauthorized for RMAN operations.

4.Configure RMAN Access to the OSB SBT.

5.Disable Non-Uniform Memory Access (NUMA) awareness by setting the ob_ignore_numa


parameter to 0.

Identify the steps in the correct order.

"Pass Any Exam. Any Time." - www.actualtests.com 60


Oracle 1z0-067 Exam
A.
1, 4, 3, 2, 5

B.
1, 3, 4, 5, 2

C.
4, 3, 1, 2, 5

D.
4, 3, 5, 1, 2

Answer: C
Reference:

http://docs.oracle.com/cd/B19306_01/backup.102/b14234/obadm_odb.htm#BDCBGJBF

QUESTION NO: 26

Examine the RMAN command:

RMAN> SET ENCRYPTION IDENTIFIED BY <password> ON FOR ALL TABLESPACES; RMAN>


BACKUP DATABASE PLUS ARCHIVELOG;

Which type of encryption is used for the backup performed by using this command?

A.
password-mode encryption

B.
dual-mode encryption

C.
transparent encryption

D.
default encryption

Answer: B
Explanation:

To make dual-mode encrypted backups: Start RMAN and connect to a target database and
recovery catalog (if used). Execute the SET ENCRYPTION BY PASSWORD command, making
"Pass Any Exam. Any Time." - www.actualtests.com 61
Oracle 1z0-067 Exam
sure to omit the ONLY keyword. The following example sets the encryption password for all
tablespaces (where password is a placeholder for the actual password that you enter) in the
backup and omits ONLY to indicate dual-mode encryption: SET ENCRYPTION IDENTIFIED BY
password ON FOR ALL TABLESPACES;

References:
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmbckad.htm#CEGEJABH

QUESTION NO: 27

The following parameters are set for your Oracle 12c database instance:

OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=FALSE
OPTIMIZER_USE_SQL_PLAN_BASELINES=TRUE

You want to manage the SQL plan evolution task manually. Examine the following steps:

1. Set the evolve task parameters.

2. Create the evolve task by using the DBMS_SPM.CREATE_EVOVLE_TASK function.

3. Implement the recommendations in the task by using the


DBMS_SPM.IMPLEMENT_EVOLVE_TASK function.

4. Execute the evolve task by using the DBMS_SPM.EXECUTE_EVOLVE_TASK function.

5. Report the task outcome by using the DBMS_SPM.REPORT_EVOLVE_TASK function.

Identify the correct sequence of steps.

A.
2, 4, 5

B.
2, 1, 4, 3, 5

C.
1, 2, 3, 4, 5

D.
1, 2, 4, 5

Answer: B
"Pass Any Exam. Any Time." - www.actualtests.com 62
Oracle 1z0-067 Exam
Reference:

https://docs.oracle.com/database/121/TGSQL/tgsql_spm.htm#TGSQL94653

QUESTION NO: 28

You created a database with DBCA by using one of the Oracle supplied templates.

Which is the default permanent tablespace for all users except DBSNMP and OUTLN?

A.
USERS

B.
SYSTEM

C.
SYSAUX

D.
EXAMPLE

Answer: A
Explanation:

This table space is used to store permanent user objects and data. Like the TEMP table space,
every database should have a table space for permanent user data that is assigned to users.
Otherwise, user objects will be created in the SYSTEM table space, which is not good practice. In
the preconfigured database, USERS is assigned the default table space, and space for all objects
created by non-system users comes from this table space. For system users, the default
permanent table space remains SYSTEM.

QUESTION NO: 29

Your database is running in archivelog mode. Examine the parameters for your database instance:

LOG_ARCHIVE_DEST_l ='LOCATION=/disk1/arch MANDATORY'

"Pass Any Exam. Any Time." - www.actualtests.com 63


Oracle 1z0-067 Exam
LOG_ARCHIVE_DEST_2 ='LOCATION=/disk2/arch'

LOG_ARCHIVE_DEST_3 ='LOCATIO=/disk3/arch'

LOG_ARCHIVE_DEST _4 ='LOCATIONs/disk4/arch'

LOG_ARCHIVE _MIN_SUCCEED_DEST = 2

While the database is open, you notice that the destination set by the log_archive_dest_1
parameter is not available. All redo log groups have been used.

What happens at the next log switch?

A.
The database instance hangs and the redo log files are not overwritten.

B.
The archived redo log files are written to the fast recovery area until the mandatory destination is
made available.

C.
The database instance is shutdown immediately.

D.
The destination set by the log_archive_dest parameter is ignored and the archived redo log files
are created in the next two available locations to guarantee archive log success.

Answer: A
Explanation:
Made more logfile switch until all redos groups are full. first log switch succeds, second also
succeds then next will hang database.

QUESTION NO: 30

Identify three scenarios in which RMAN will use backup sets to perform active database
duplication.

A.
when the duplicate ... from active database command contains the section size clause

B.
when you perform active database duplication on a database with flashback disabled

"Pass Any Exam. Any Time." - www.actualtests.com 64


Oracle 1z0-067 Exam
C.
when you specify set encryption before the duplicate ... from active database command

D.
when the number of auxiliary channels allocated is equal to or greater than the number of target
channels

E.
when you perform active database duplication on a database that has read-only tablespaces

Answer: A,C,D
Explanation:

Starting with Oracle Database 12c Release 1 (12.1), RMAN can use backup sets to transfer the
source database files that need to be duplicated. The backup sets are transferred over the
network to the auxiliary database. Backup sets can be encrypted for additional security. Specify
the encryption algorithm by using the SET ENCRYPTION ALGORITHM command before the
DUPLICATE command. RMAN uses backup sets to perform active database duplication when the
connection to the target database is established using a net service name and any one of the
following conditions is satisfied: The DUPLICATE ... FROM ACTIVE DATABASE command
contains either the USING BACKUPSET, USING COMPRESSED BACKUPSET, or SECTION
SIZE clause. The number of auxiliary channels allocated is equal to or greater than the number of
target channels allocated.

References:

http://docs.oracle.com/database/121/BRADV/rcmdupdb.htm#BRADV298

QUESTION NO: 31

Which two statements are true about recovering logically corrupted tables or table partitions from
an RMAN backup?

A.
Tables or table partitions can be recovered by using an auxiliary instance only.

B.
Tables or table partitions with a foreign key cannot be recovered.

C.
Tables or table partitions can be recovered only when the database is in mount state.

D.
Tables or table partitions from the system and sysaux tablespaces cannot be recovered.

"Pass Any Exam. Any Time." - www.actualtests.com 65


Oracle 1z0-067 Exam
E.
Tables with not null constraints cannot be recovered.

Answer: A,D
Explanation:
References:

https://www.pythian.com/blog/table-recovery-with-rman-in-database-12c/

https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV695

QUESTION NO: 32

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

"Pass Any Exam. Any Time." - www.actualtests.com 66


Oracle 1z0-067 Exam
D.
2, 1, 5, 6, 7, 4, 3

Answer: C
Explanation:

QUESTION NO: 33

After implementing full Oracle Data Redaction, you change the default value for the number data
type as follows:

SQL> SELECT NUMBER_VALUE FROM REDACTION_VALUES_FOR_TYPE_FULL;


NUMBER_VALUE

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

SQL> EXEC DBMS_REDACT.UPDATE_FULL_REDACTI0N_VALUES(-1)

PL/SQL procedure successfully completed.

SQL> select number_value from redaction_values_for_type_full;

NUMBER VALUE

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

-1

After changing the value, you notice that FULL redaction continues to redact numeric data with a
zero.

What must you do to activate the new default value for numeric full redaction?

A.
Re-enable redaction policies that use FULL data redaction.

B.
Re-create redaction policies that use FULL data redaction.

C.

"Pass Any Exam. Any Time." - www.actualtests.com 67


Oracle 1z0-067 Exam
Re-connect the sessions that access objects with redaction policies defined on them.

D.
Flush the shared pool.

E.
Restart the database instance.

Answer: E
Explanation:

About Altering the Default Full Data Redaction Value

You can alter the default displayed values for full Data Redaction polices. By default, 0 is the
redacted value when Oracle Database performs full redaction (DBMS_REDACT.FULL) on a
column of the NUMBER data type. If you want to change it to another value (for example, 7), then
you can run the DBMS_REDACT.UPDATE_FULL_REDACTION_VALUES procedure to modify
this value. The modification applies to all of the Data Redaction policies in the current database
instance. After you modify a value, you must restart the database for it to take effect.

QUESTION NO: 34

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.

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.

"Pass Any Exam. Any Time." - www.actualtests.com 68


Oracle 1z0-067 Exam
F.
A database backup must be taken.

Answer: A,C
Explanation:

2018-04-01T22:00:00.90<!--[if gte mso 9]><xml>

<o:OfficeDocumentSettings>

<o:RelyOnVML/>

<o:AllowPNG/>

</o:OfficeDocumentSettings>

</xml><![endif]-->

2018-04-01T22:00:00.90<!--[if gte mso 9]><xml>

<w:WordDocument>

<w:View>Normal</w:View>

<w:Zoom>0</w:Zoom>

<w:TrackMoves/>

<w:TrackFormatting/>

<w:PunctuationKerning/>

<w:ValidateAgainstSchemas/>

<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

<w:IgnoreMixedContent>false</w:IgnoreMixedContent>

<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

<w:DoNotPromoteQF/>

<w:LidThemeOther>RU</w:LidThemeOther>

<w:LidThemeAsian>JA</w:LidThemeAsian>

<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>

<w:Compatibility>

<w:BreakWrappedTables/>

<w:SnapToGridInCell/>
"Pass Any Exam. Any Time." - www.actualtests.com 69
Oracle 1z0-067 Exam
<w:WrapTextWithPunct/>

<w:UseAsianBreakRules/>

<w:DontGrowAutofit/>

<w:SplitPgBreakAndParaMark/>

<w:EnableOpenTypeKerning/>

<w:DontFlipMirrorIndents/>

<w:OverrideTableStyleHps/>

</w:Compatibility>

<m:mathPr>

<m:mathFont m:val="Cambria Math"/>

<m:brkBin m:val="before"/>

<m:brkBinSub m:val="&#45;-"/>

<m:smallFrac m:val="off"/>

<m:dispDef/>

<m:lMargin m:val="0"/>

<m:rMargin m:val="0"/>

<m:defJc m:val="centerGroup"/>

<m:wrapIndent m:val="1440"/>

<m:intLim m:val="subSup"/>

<m:naryLim m:val="undOvr"/>

</m:mathPr></w:WordDocument>

</xml><![endif]-->

2018-04-01T22:00:00.92<!--[if gte mso 9]><xml>

<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"

DefSemiHidden="true" DefQFormat="false" DefPriority="99"

LatentStyleCount="276">

<w:LsdException Locked="false" Priority="0" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 70


Oracle 1z0-067 Exam
UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

<w:LsdException Locked="false" Priority="9" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>

<w:LsdException Locked="false" Priority="39" Name="toc 1"/>

<w:LsdException Locked="false" Priority="39" Name="toc 2"/>

<w:LsdException Locked="false" Priority="39" Name="toc 3"/>

<w:LsdException Locked="false" Priority="39" Name="toc 4"/>

<w:LsdException Locked="false" Priority="39" Name="toc 5"/>

<w:LsdException Locked="false" Priority="39" Name="toc 6"/>

<w:LsdException Locked="false" Priority="39" Name="toc 7"/>

<w:LsdException Locked="false" Priority="39" Name="toc 8"/>

<w:LsdException Locked="false" Priority="39" Name="toc 9"/>

<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>

<w:LsdException Locked="false" Priority="10" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Title"/>

<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>

<w:LsdException Locked="false" Priority="11" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>

<w:LsdException Locked="false" Priority="22" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 71


Oracle 1z0-067 Exam
UnhideWhenUsed="false" QFormat="true" Name="Strong"/>

<w:LsdException Locked="false" Priority="20" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>

<w:LsdException Locked="false" Priority="59" SemiHidden="false"

UnhideWhenUsed="false" Name="Table Grid"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>

<w:LsdException Locked="false" Priority="1" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 72


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 1"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 1"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 1"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>

<w:LsdException Locked="false" Priority="34" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>

<w:LsdException Locked="false" Priority="29" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Quote"/>

<w:LsdException Locked="false" Priority="30" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 73


Oracle 1z0-067 Exam
UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 1"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 1"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 2"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 2"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 2"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>

"Pass Any Exam. Any Time." - www.actualtests.com 74


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 2"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 2"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 3"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 3"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 3"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 75


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 3"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 3"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 4"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 4"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 4"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>

"Pass Any Exam. Any Time." - www.actualtests.com 76


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 4"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 4"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 5"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 5"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 5"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 77


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 5"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 5"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 6"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 6"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 6"/>

"Pass Any Exam. Any Time." - www.actualtests.com 78


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 6"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 6"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>

<w:LsdException Locked="false" Priority="19" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>

<w:LsdException Locked="false" Priority="21" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>

<w:LsdException Locked="false" Priority="31" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 79


Oracle 1z0-067 Exam
UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>

<w:LsdException Locked="false" Priority="32" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>

<w:LsdException Locked="false" Priority="33" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>

<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>

<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>

</w:LatentStyles>

</xml><![endif]-->

2018-04-01T22:00:00.93<!--[if gte mso 10]>

<style>

/* Style Definitions */

table.MsoNormalTable

{mso-style-name:"Table Normal";

mso-tstyle-rowband-size:0;

mso-tstyle-colband-size:0;

mso-style-noshow:yes;

mso-style-priority:99;

mso-style-parent:"";

mso-padding-alt:0cm 5.4pt 0cm 5.4pt;

mso-para-margin-top:0cm;

mso-para-margin-right:0cm;

mso-para-margin-bottom:10.0pt;

mso-para-margin-left:0cm;

line-height:115%;

mso-pagination:widow-orphan;

font-size:11.0pt;

"Pass Any Exam. Any Time." - www.actualtests.com 80


Oracle 1z0-067 Exam
font-family:Calibri;

mso-ascii-font-family:Calibri;

mso-ascii-theme-font:minor-latin;

mso-hansi-font-family:Calibri;

mso-hansi-theme-font:minor-latin;

mso-ansi-language:RU;}

</style>

<![endif]-->

2018-04-01T22:00:00.93<!--StartFragment-->

SQL> select flashback_on from v$database;

FLASHBACK_ON

——————

NO

SQL> CREATE RESTORE POINT dbrsp1 GUARANTEE FLASHBACK DATABASE;

Restore point created.

SQL> archive log list;

Database log mode Archive Mode

Automatic archival Enabled

Archive destination USE_DB_RECOVERY_FILE_DEST

Oldest online log sequence 113

Next log sequence to archive 115

Current log sequence 115

SQL>

References:

http://docs.oracle.com/cd/B19306_01/backup.102/b14192/rpfbdb002.htm

2018-04-01T22:00:00.93<!--EndFragment-->

"Pass Any Exam. Any Time." - www.actualtests.com 81


Oracle 1z0-067 Exam
QUESTION NO: 35

2018-04-01T12:03:00.93<!--[if gte mso 9]><xml>

<o:OfficeDocumentSettings>

<o:RelyOnVML/>

<o:AllowPNG/>

</o:OfficeDocumentSettings>

</xml><![endif]-->

2018-04-01T12:03:00.93<!--[if gte mso 9]><xml>

<w:WordDocument>

<w:View>Normal</w:View>

<w:Zoom>0</w:Zoom>

<w:TrackMoves/>

<w:TrackFormatting/>

<w:PunctuationKerning/>

<w:ValidateAgainstSchemas/>

<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

<w:IgnoreMixedContent>false</w:IgnoreMixedContent>

<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

<w:DoNotPromoteQF/>

<w:LidThemeOther>RU</w:LidThemeOther>

<w:LidThemeAsian>JA</w:LidThemeAsian>

<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>

<w:Compatibility>

<w:BreakWrappedTables/>

<w:SnapToGridInCell/>

<w:WrapTextWithPunct/>

<w:UseAsianBreakRules/>

"Pass Any Exam. Any Time." - www.actualtests.com 82


Oracle 1z0-067 Exam
<w:DontGrowAutofit/>

<w:SplitPgBreakAndParaMark/>

<w:EnableOpenTypeKerning/>

<w:DontFlipMirrorIndents/>

<w:OverrideTableStyleHps/>

</w:Compatibility>

<m:mathPr>

<m:mathFont m:val="Cambria Math"/>

<m:brkBin m:val="before"/>

<m:brkBinSub m:val="&#45;-"/>

<m:smallFrac m:val="off"/>

<m:dispDef/>

<m:lMargin m:val="0"/>

<m:rMargin m:val="0"/>

<m:defJc m:val="centerGroup"/>

<m:wrapIndent m:val="1440"/>

<m:intLim m:val="subSup"/>

<m:naryLim m:val="undOvr"/>

</m:mathPr></w:WordDocument>

</xml><![endif]-->

2018-04-01T12:03:00.97<!--[if gte mso 9]><xml>

<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"

DefSemiHidden="true" DefQFormat="false" DefPriority="99"

LatentStyleCount="276">

<w:LsdException Locked="false" Priority="0" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

<w:LsdException Locked="false" Priority="9" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 83


Oracle 1z0-067 Exam
UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>

<w:LsdException Locked="false" Priority="39" Name="toc 1"/>

<w:LsdException Locked="false" Priority="39" Name="toc 2"/>

<w:LsdException Locked="false" Priority="39" Name="toc 3"/>

<w:LsdException Locked="false" Priority="39" Name="toc 4"/>

<w:LsdException Locked="false" Priority="39" Name="toc 5"/>

<w:LsdException Locked="false" Priority="39" Name="toc 6"/>

<w:LsdException Locked="false" Priority="39" Name="toc 7"/>

<w:LsdException Locked="false" Priority="39" Name="toc 8"/>

<w:LsdException Locked="false" Priority="39" Name="toc 9"/>

<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>

<w:LsdException Locked="false" Priority="10" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Title"/>

<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>

<w:LsdException Locked="false" Priority="11" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>

<w:LsdException Locked="false" Priority="22" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Strong"/>

<w:LsdException Locked="false" Priority="20" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 84


Oracle 1z0-067 Exam
UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>

<w:LsdException Locked="false" Priority="59" SemiHidden="false"

UnhideWhenUsed="false" Name="Table Grid"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>

<w:LsdException Locked="false" Priority="1" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 85


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Dark List"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 1"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 1"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 1"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>

<w:LsdException Locked="false" Priority="34" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>

<w:LsdException Locked="false" Priority="29" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Quote"/>

<w:LsdException Locked="false" Priority="30" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 86


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 1"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 1"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 2"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 2"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 2"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>

"Pass Any Exam. Any Time." - www.actualtests.com 87


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 2"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 2"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 3"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 3"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 3"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 88


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 3"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 3"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 4"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 4"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 4"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>

"Pass Any Exam. Any Time." - www.actualtests.com 89


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 4"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 4"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 5"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 5"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 5"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 90


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 5"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 5"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 6"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 6"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 6"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>

"Pass Any Exam. Any Time." - www.actualtests.com 91


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 6"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 6"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>

<w:LsdException Locked="false" Priority="19" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>

<w:LsdException Locked="false" Priority="21" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>

<w:LsdException Locked="false" Priority="31" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>

<w:LsdException Locked="false" Priority="32" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 92


Oracle 1z0-067 Exam
UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>

<w:LsdException Locked="false" Priority="33" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>

<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>

<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>

</w:LatentStyles>

</xml><![endif]-->

2018-04-01T12:03:00.97<!--[if gte mso 10]>

<style>

/* Style Definitions */

table.MsoNormalTable

{mso-style-name:"Table Normal";

mso-tstyle-rowband-size:0;

mso-tstyle-colband-size:0;

mso-style-noshow:yes;

mso-style-priority:99;

mso-style-parent:"";

mso-padding-alt:0cm 5.4pt 0cm 5.4pt;

mso-para-margin-top:0cm;

mso-para-margin-right:0cm;

mso-para-margin-bottom:10.0pt;

mso-para-margin-left:0cm;

line-height:115%;

mso-pagination:widow-orphan;

font-size:11.0pt;

font-family:Calibri;

mso-ascii-font-family:Calibri;

"Pass Any Exam. Any Time." - www.actualtests.com 93


Oracle 1z0-067 Exam
mso-ascii-theme-font:minor-latin;

mso-hansi-font-family:Calibri;

mso-hansi-theme-font:minor-latin;

mso-ansi-language:RU;}

</style>

<![endif]-->

2018-04-01T12:03:00.97<!--StartFragment-->

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?

A.
Supplemental logging is not enabled for the database.

B.
The undo data that existed for versions of rows before the change to the table structure is
invalidated.

C.
2018-04-01T12:05:00.98<!--[if gte mso 9]><xml>

<o:OfficeDocumentSettings>

<o:RelyOnVML/>
"Pass Any Exam. Any Time." - www.actualtests.com 94
Oracle 1z0-067 Exam
<o:AllowPNG/>

</o:OfficeDocumentSettings>

</xml><![endif]-->

2018-04-01T12:05:00.98<!--[if gte mso 9]><xml>

<w:WordDocument>

<w:View>Normal</w:View>

<w:Zoom>0</w:Zoom>

<w:TrackMoves/>

<w:TrackFormatting/>

<w:PunctuationKerning/>

<w:ValidateAgainstSchemas/>

<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

<w:IgnoreMixedContent>false</w:IgnoreMixedContent>

<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

<w:DoNotPromoteQF/>

<w:LidThemeOther>RU</w:LidThemeOther>

<w:LidThemeAsian>JA</w:LidThemeAsian>

<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>

<w:Compatibility>

<w:BreakWrappedTables/>

<w:SnapToGridInCell/>

<w:WrapTextWithPunct/>

<w:UseAsianBreakRules/>

<w:DontGrowAutofit/>

<w:SplitPgBreakAndParaMark/>

<w:EnableOpenTypeKerning/>

<w:DontFlipMirrorIndents/>

"Pass Any Exam. Any Time." - www.actualtests.com 95


Oracle 1z0-067 Exam
<w:OverrideTableStyleHps/>

</w:Compatibility>

<m:mathPr>

<m:mathFont m:val="Cambria Math"/>

<m:brkBin m:val="before"/>

<m:brkBinSub m:val="&#45;-"/>

<m:smallFrac m:val="off"/>

<m:dispDef/>

<m:lMargin m:val="0"/>

<m:rMargin m:val="0"/>

<m:defJc m:val="centerGroup"/>

<m:wrapIndent m:val="1440"/>

<m:intLim m:val="subSup"/>

<m:naryLim m:val="undOvr"/>

</m:mathPr></w:WordDocument>

</xml><![endif]-->

2018-04-01T12:05:00<!--[if gte mso 9]><xml>

<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"

DefSemiHidden="true" DefQFormat="false" DefPriority="99"

LatentStyleCount="276">

<w:LsdException Locked="false" Priority="0" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

<w:LsdException Locked="false" Priority="9" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>

"Pass Any Exam. Any Time." - www.actualtests.com 96


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>

<w:LsdException Locked="false" Priority="39" Name="toc 1"/>

<w:LsdException Locked="false" Priority="39" Name="toc 2"/>

<w:LsdException Locked="false" Priority="39" Name="toc 3"/>

<w:LsdException Locked="false" Priority="39" Name="toc 4"/>

<w:LsdException Locked="false" Priority="39" Name="toc 5"/>

<w:LsdException Locked="false" Priority="39" Name="toc 6"/>

<w:LsdException Locked="false" Priority="39" Name="toc 7"/>

<w:LsdException Locked="false" Priority="39" Name="toc 8"/>

<w:LsdException Locked="false" Priority="39" Name="toc 9"/>

<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>

<w:LsdException Locked="false" Priority="10" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Title"/>

<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>

<w:LsdException Locked="false" Priority="11" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>

<w:LsdException Locked="false" Priority="22" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Strong"/>

<w:LsdException Locked="false" Priority="20" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>

<w:LsdException Locked="false" Priority="59" SemiHidden="false"

UnhideWhenUsed="false" Name="Table Grid"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>

"Pass Any Exam. Any Time." - www.actualtests.com 97


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="1" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 98


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Colorful List"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 1"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 1"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 1"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>

<w:LsdException Locked="false" Priority="34" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>

<w:LsdException Locked="false" Priority="29" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Quote"/>

<w:LsdException Locked="false" Priority="30" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 99


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 1"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 1"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 2"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 2"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 2"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>

"Pass Any Exam. Any Time." - www.actualtests.com 100


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 2"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 2"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 3"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 3"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 3"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 101


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 3"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 3"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 4"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 4"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 4"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>

"Pass Any Exam. Any Time." - www.actualtests.com 102


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 4"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 4"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 5"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 5"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 5"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 103


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 5"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 5"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 6"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 6"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 6"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>

"Pass Any Exam. Any Time." - www.actualtests.com 104


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 6"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 6"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>

<w:LsdException Locked="false" Priority="19" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>

<w:LsdException Locked="false" Priority="21" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>

<w:LsdException Locked="false" Priority="31" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>

<w:LsdException Locked="false" Priority="32" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>

<w:LsdException Locked="false" Priority="33" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>

<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>

"Pass Any Exam. Any Time." - www.actualtests.com 105


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>

</w:LatentStyles>

</xml><![endif]-->

2018-04-01T12:05:00.02<!--[if gte mso 10]>

<style>

/* Style Definitions */

table.MsoNormalTable

{mso-style-name:"Table Normal";

mso-tstyle-rowband-size:0;

mso-tstyle-colband-size:0;

mso-style-noshow:yes;

mso-style-priority:99;

mso-style-parent:"";

mso-padding-alt:0cm 5.4pt 0cm 5.4pt;

mso-para-margin-top:0cm;

mso-para-margin-right:0cm;

mso-para-margin-bottom:10.0pt;

mso-para-margin-left:0cm;

line-height:115%;

mso-pagination:widow-orphan;

font-size:11.0pt;

font-family:Calibri;

mso-ascii-font-family:Calibri;

mso-ascii-theme-font:minor-latin;

mso-hansi-font-family:Calibri;

mso-hansi-theme-font:minor-latin;

mso-ansi-language:RU;}

"Pass Any Exam. Any Time." - www.actualtests.com 106


Oracle 1z0-067 Exam
</style>

<![endif]-->

2018-04-01T12:05:00.02<!--StartFragment-->

The DB_FLASHBACK_RETENTION_TARGET parameter is set to a lower value and the undo


data pertaining to the first transaction is flushed out.

D.
Undo retention guarantee is not enabled.

E.
Flashback Data Archive is full after the first update statement.

Answer: C
Explanation:

QUESTION NO: 36

Which two methods can be used to add an Oracle 11g database to a multitenant container
database (CDB) as a pluggable database (PDB)?

A.
Use the DBMS_pdb package to plug the Oracle 11g database into the existing CDB as a PDB.

B.
Use the create database ... enable pluggable database statement to create a PDB by copying data
files from pd3Sseed and use data pump to load data from the Oracle 11g database into the newly
created PDB.

C.
Pre-create a PDB in CDB and use data pump to load data from the complete database export of
the Oracle 11g database into the newly created PDB.

D.
Pre-create a PDB in CDB and use the network_link and parallel parameters with data pump import
to import data from the Oracle 11g database to the newly created PDB.

E.
Upgrade the Oracle 11g database to a 12c non-CDB and use the dbms_pdb.describe procedure
to plug the database as a new PDB into the CDB.

Answer: D,E
"Pass Any Exam. Any Time." - www.actualtests.com 107
Oracle 1z0-067 Exam
Explanation:

QUESTION NO: 37

In which three scenarios is media recovery required?

A.
when a tablespace is accidentally dropped from a database

B.
when archived redo log files are lost

C.
when data files are lost

D.
when one of the online redo log members is corrupted

E.
when all control files are lost

Answer: A,B,E
Explanation:
References: https://docs.oracle.com/cd/A81042_01/DOC/server.816/a76993/recoscen.htm

QUESTION NO: 38

In the SPFILE, UNDO TABLESPACE is Set to UNDO TBS.

You rename the undotbs undo tablespace:

ALTER TABLESPACE undotbs RENAME TO undotbs_old;

Which statement is true?

A.
The tablespace will be renamed but the data file headers will not be updated.
"Pass Any Exam. Any Time." - www.actualtests.com 108
Oracle 1z0-067 Exam
B.
The statement will fail because you cannot rename an undo tablespace.

C.
The tablespace will be renamed and all the changes will be logged in the alert log.

D.
The tablespace will be renamed and a message written to the alert log indicating that you should
change the corresponding initialization parameter.

E.
You must set the undo_tablespace parameter to some other tablespace name before renaming
undotbs.

Answer: C
Reference: 2018-04-01T22:02:00.02<!--[if gte mso 9]><xml>

<o:OfficeDocumentSettings>

<o:RelyOnVML/>

<o:AllowPNG/>

</o:OfficeDocumentSettings>

</xml><![endif]-->

2018-04-01T22:02:00.02<!--[if gte mso 9]><xml>

<w:WordDocument>

<w:View>Normal</w:View>

<w:Zoom>0</w:Zoom>

<w:TrackMoves/>

<w:TrackFormatting/>

<w:PunctuationKerning/>

<w:ValidateAgainstSchemas/>

<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>

<w:IgnoreMixedContent>false</w:IgnoreMixedContent>

<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>

<w:DoNotPromoteQF/>

<w:LidThemeOther>RU</w:LidThemeOther>

"Pass Any Exam. Any Time." - www.actualtests.com 109


Oracle 1z0-067 Exam
<w:LidThemeAsian>JA</w:LidThemeAsian>

<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>

<w:Compatibility>

<w:BreakWrappedTables/>

<w:SnapToGridInCell/>

<w:WrapTextWithPunct/>

<w:UseAsianBreakRules/>

<w:DontGrowAutofit/>

<w:SplitPgBreakAndParaMark/>

<w:EnableOpenTypeKerning/>

<w:DontFlipMirrorIndents/>

<w:OverrideTableStyleHps/>

</w:Compatibility>

<m:mathPr>

<m:mathFont m:val="Cambria Math"/>

<m:brkBin m:val="before"/>

<m:brkBinSub m:val="&#45;-"/>

<m:smallFrac m:val="off"/>

<m:dispDef/>

<m:lMargin m:val="0"/>

<m:rMargin m:val="0"/>

<m:defJc m:val="centerGroup"/>

<m:wrapIndent m:val="1440"/>

<m:intLim m:val="subSup"/>

<m:naryLim m:val="undOvr"/>

</m:mathPr></w:WordDocument>

</xml><![endif]-->

"Pass Any Exam. Any Time." - www.actualtests.com 110


Oracle 1z0-067 Exam
2018-04-01T22:02:00.05<!--[if gte mso 9]><xml>

<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"

DefSemiHidden="true" DefQFormat="false" DefPriority="99"

LatentStyleCount="276">

<w:LsdException Locked="false" Priority="0" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

<w:LsdException Locked="false" Priority="9" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>

<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>

<w:LsdException Locked="false" Priority="39" Name="toc 1"/>

<w:LsdException Locked="false" Priority="39" Name="toc 2"/>

<w:LsdException Locked="false" Priority="39" Name="toc 3"/>

<w:LsdException Locked="false" Priority="39" Name="toc 4"/>

<w:LsdException Locked="false" Priority="39" Name="toc 5"/>

<w:LsdException Locked="false" Priority="39" Name="toc 6"/>

<w:LsdException Locked="false" Priority="39" Name="toc 7"/>

<w:LsdException Locked="false" Priority="39" Name="toc 8"/>

<w:LsdException Locked="false" Priority="39" Name="toc 9"/>

<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>

<w:LsdException Locked="false" Priority="10" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 111


Oracle 1z0-067 Exam
UnhideWhenUsed="false" QFormat="true" Name="Title"/>

<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>

<w:LsdException Locked="false" Priority="11" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>

<w:LsdException Locked="false" Priority="22" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Strong"/>

<w:LsdException Locked="false" Priority="20" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>

<w:LsdException Locked="false" Priority="59" SemiHidden="false"

UnhideWhenUsed="false" Name="Table Grid"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>

<w:LsdException Locked="false" Priority="1" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2"/>

"Pass Any Exam. Any Time." - www.actualtests.com 112


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 1"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 1"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 1"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>

<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>

"Pass Any Exam. Any Time." - www.actualtests.com 113


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="34" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>

<w:LsdException Locked="false" Priority="29" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Quote"/>

<w:LsdException Locked="false" Priority="30" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 1"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 1"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 2"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 2"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 114


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Light Grid Accent 2"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 2"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 2"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 3"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 3"/>

"Pass Any Exam. Any Time." - www.actualtests.com 115


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 3"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 3"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 3"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 4"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 116


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Light List Accent 4"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 4"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 4"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 4"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Shading Accent 5"/>

"Pass Any Exam. Any Time." - www.actualtests.com 117


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 5"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 5"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 5"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 5"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>

<w:LsdException Locked="false" Priority="60" SemiHidden="false"

"Pass Any Exam. Any Time." - www.actualtests.com 118


Oracle 1z0-067 Exam
UnhideWhenUsed="false" Name="Light Shading Accent 6"/>

<w:LsdException Locked="false" Priority="61" SemiHidden="false"

UnhideWhenUsed="false" Name="Light List Accent 6"/>

<w:LsdException Locked="false" Priority="62" SemiHidden="false"

UnhideWhenUsed="false" Name="Light Grid Accent 6"/>

<w:LsdException Locked="false" Priority="63" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>

<w:LsdException Locked="false" Priority="64" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>

<w:LsdException Locked="false" Priority="65" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>

<w:LsdException Locked="false" Priority="66" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>

<w:LsdException Locked="false" Priority="67" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>

<w:LsdException Locked="false" Priority="68" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>

<w:LsdException Locked="false" Priority="69" SemiHidden="false"

UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>

<w:LsdException Locked="false" Priority="70" SemiHidden="false"

UnhideWhenUsed="false" Name="Dark List Accent 6"/>

<w:LsdException Locked="false" Priority="71" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>

<w:LsdException Locked="false" Priority="72" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful List Accent 6"/>

<w:LsdException Locked="false" Priority="73" SemiHidden="false"

UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>

"Pass Any Exam. Any Time." - www.actualtests.com 119


Oracle 1z0-067 Exam
<w:LsdException Locked="false" Priority="19" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>

<w:LsdException Locked="false" Priority="21" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>

<w:LsdException Locked="false" Priority="31" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>

<w:LsdException Locked="false" Priority="32" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>

<w:LsdException Locked="false" Priority="33" SemiHidden="false"

UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>

<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>

<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>

</w:LatentStyles>

</xml><![endif]-->

2018-04-01T22:02:00.05<!--[if gte mso 10]>

<style>

/* Style Definitions */

table.MsoNormalTable

{mso-style-name:"Table Normal";

mso-tstyle-rowband-size:0;

mso-tstyle-colband-size:0;

mso-style-noshow:yes;

mso-style-priority:99;

mso-style-parent:"";

mso-padding-alt:0cm 5.4pt 0cm 5.4pt;

mso-para-margin-top:0cm;

mso-para-margin-right:0cm;

"Pass Any Exam. Any Time." - www.actualtests.com 120


Oracle 1z0-067 Exam
mso-para-margin-bottom:10.0pt;

mso-para-margin-left:0cm;

line-height:115%;

mso-pagination:widow-orphan;

font-size:11.0pt;

font-family:Calibri;

mso-ascii-font-family:Calibri;

mso-ascii-theme-font:minor-latin;

mso-hansi-font-family:Calibri;

mso-hansi-theme-font:minor-latin;

mso-ansi-language:RU;}

</style>

<![endif]-->

2018-04-01T22:02:00.05<!--StartFragment-->

https://docs.oracle.com/cd/B28359_01/server.111/b28310/tspaces008.htm

QUESTION NO: 39

Which two statements are true about dropping a pluggable database (PDB)?

A.
A PDB must be in mount state or it must be unplugged.

B.
The data files associated with a PDB are automatically removed from disk.

C.
A dropped and unplugged PDB can be plugged back into the same multitenant container database
(CDB) or other CDBs.

D.
A PDB must be in closed state.

"Pass Any Exam. Any Time." - www.actualtests.com 121


Oracle 1z0-067 Exam
E.
The backups associated with a PDB are removed.

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

Answer: A,C
Reference: http://docs.oracle.com/database/121/ADMIN/cdb_plug.htm#ADMIN13658

QUESTION NO: 40

On your Oracle 12c database, you invoke SQL*Loader to load data into the employees table in the
hr schema by issuing the command:

S>sqlldrhr/hr@pdb table=employees

Which two statements are true about the command?

A.
It succeeds with default settings if the employees table exists in the hr schema.

B.
It fails because no SQL*Loader data file location is specified.

C.
It fails if the hr user does not have the create any directory privilege.

D.
It fails because no SQL*Loader control file location is specified.

E.
It succeeds and creates the employees table in the HR schema.

Answer: A,C
Explanation:

sqlldr scott/tiger@pdb1 TABLE=EMP2 DATE_FORMAT=\”DD-MON-YYYY HH24:MI:SS\”


References:

https://oracle-base.com/articles/12c/sql-loader-enhancements-12cr1

"Pass Any Exam. Any Time." - www.actualtests.com 122


Oracle 1z0-067 Exam

QUESTION NO: 41

Which three RMAN persistent settings can be set for a database?

A.
backup retention policy

B.
default backup device type

C.
default section size for backups

D.
default destinations for backups

E.
multiple backup device types for a single backup

Answer: A,B,D
Explanation:

To simplify ongoing use of RMAN, you can set several persistent configuration settings for each
target database. These settings control many aspects of RMAN behavior. For example, you can
configure the backup retention policy, default destinations for backups, default backup device type,
and so on. You can use the SHOW and CONFIGURE commands to view and change RMAN
configurations.

References: http://docs.oracle.com/cd/B19306_01/backup.102/b14192/setup004.htm#i1019739

QUESTION NO: 42

Your production database is running in archivelog mode. You use RMAN with a recovery catalog
to back up your database to media and the database is uniquely identified in the recovery catalog.

You want to create a test database from the production database and allow the production
database to remain open during the duplicate process. You restore the database backups to a
new host with the same directory structure as the production database and want to use the
recovery catalog for future backups after the database is successfully restored to the new host.

"Pass Any Exam. Any Time." - www.actualtests.com 123


Oracle 1z0-067 Exam
How would you achieve this?

A.
by using the RMAN switch command to set the new location for the data files

B.
by using the RMAN duplicate command with no filename check to recover the database to the
new host

C.
by using the RMAN duplicate command with dbid and set nekname for tablespace to recover the
database to the new host

D.
by creating a new database in the new host, and then using the RMAN recover command

Answer: B
Explanation:
References:
https://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmdupdb.htm#CHDGFABD

QUESTION NO: 43

Identify two scenarios in which the RMAN crosscheck command can be used.

A.
when checking for backups that are not required as per the retention policy

B.
when updating the RMAN repository if any of the archived redo log files have been deleted without
using RMAN to do the deletes

C.
when updating outdated information about backups that disappeared from disk or media or
became corrupted and inaccessible

D.
when synchronizing backups, which were not performed by using RMAN, with the RMAN
repository

E.
when listing backups that are required for recovery operations

"Pass Any Exam. Any Time." - www.actualtests.com 124


Oracle 1z0-067 Exam
Answer: B,C
Explanation:

QUESTION NO: 44

A database is running in archivelog mode. You want to back up a 10 TB data file belonging to the
users tablespace. The backup of the data file is too slow.

What type of backup do you recommend to improve the performance of the backup?

A.
image copy backup by using RMAN

B.
multisection image copy backup by using RMAN

C.
multisection parallel backup by using RMAN

D.
cold backup after taking the tablespace offline

E.
cold backup after placing the tablespace in backup mode

Answer: C
Explanation:

QUESTION NO: 45

Automatic Undo Management is enabled for your database. You want a user to retrieve metadata
and historical data for a given transaction or for transactions in a given time interval.

Which three are prerequisites to fulfill this requirement?

A.
Minimal supplemental logging must be enabled.

"Pass Any Exam. Any Time." - www.actualtests.com 125


Oracle 1z0-067 Exam
B.
The database must be running in archivelog mode.

C.
Flashback Data Archive must be created and the flashback archive administer system privilege
must be granted to the user.

D.
The flashback any table privilege must be granted to the user.

E.
The select any transaction privilege must be granted to the user.

F.
The recycle bin parameter must be set to on.

Answer: A,B,E
Explanation:
To configure your database for the Flashback Transaction feature, you or your database
administrator must: With the database mounted but not open, enable ARCHIVELOG: ALTER
DATABASE ARCHIVELOG; Open at least one archive log: ALTER SYSTEM ARCHIVE LOG
CURRENT; If not done, enable minimal and primary key supplemental logging: ALTER
DATABASE ADD SUPPLEMENTAL LOG DATA; ALTER DATABASE ADD SUPPLEMENTAL
LOG DATA (PRIMARY KEY) COLUMNS; Granting Necessary Privileges For Oracle Flashback
Transaction Query Grant the SELECT ANY TRANSACTION privilege. For Oracle Flashback
Query and Oracle Flashback Version Query To allow access to specific objects during queries,
grant FLASHBACK and SELECT privileges on those objects. To allow queries on all tables, grant
the FLASHBACK ANY TABLE privilege.

References:

http://docs.oracle.com/cd/E11882_01/appdev.112/e41502/adfns_flashback.htm#ADFNS612

QUESTION NO: 46

Examine these Data Pump commands to export and import objects from and to the same
database.

The dba has not yet created users hr1 and oe1.

$expdp system/manager

schemas = hr.oe

"Pass Any Exam. Any Time." - www.actualtests.com 126


Oracle 1z0-067 Exam
directory = EXP_DIR

dumpfile = export.dat

include = table

$ impdpsysten/manager

schemas = hr1,oe1

directory = EXP_DIR

dumpfile = export.dat

remap_schena=hr:hrl, oe:oe1

What will happen when running these commands?

A.
expdp will fail because no path has been defined for the dumpfile.

B.
expdp will succeed but impdp will fail because the users do not exist.

C.
inpdp will create two users called hr1 and oe1 and import all objects to the new schemas.

D.
impdp will create two users called hr1 and oe1 and import only the tables owned by hr and oe
schemas to ht1 and oe1 schemas, respectively.

Answer: B
Explanation:

ORA-39165: Schema not found error will be resulted

QUESTION NO: 47

Which two statements are true about a multitenant architecture?

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

"Pass Any Exam. Any Time." - www.actualtests.com 127


Oracle 1z0-067 Exam
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.

Answer: C,D
Explanation:

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.

QUESTION NO: 48

Examine the command to create a pluggable database (PDB):

SQL> CREATE PLUGGABLE DATABASE pdb2 FROM pdb1

FILE_NAME-_CONVERT = ('/disk1/oracle/pdb1/', '/disk2/oracle/pdb2/’) PATH_PREFIX =


'/disk2/oracle/pdb2';

Which two statements are true?

A.
The pluggable database pdb2 is created by cloning pdb1 and is in mount state.

B.
Details about the metadata describing pdb2 are stored in an XML file in the '/disk2/oracle/pdb2/'
directory.

C.
The tablespace specifications of pdb2 are the same as pdb1.

D.
All database objects belonging to common users in PD3I are cloned in PD32.

"Pass Any Exam. Any Time." - www.actualtests.com 128


Oracle 1z0-067 Exam
E.
pdb2 is created with its own private undo and temp tablespaces.

Answer: A,C
Explanation:
References: https://docs.oracle.com/database/121/ADMIN/cdb_plug.htm#ADMIN13586

QUESTION NO: 49

Which three tasks can be automatically performed by the Automatic Data Optimization feature of
Information Lifecycle Management (ILM)?

A.
tracking the most recent read time for a table segment in a user tablespace

B.
tracking the most recent write time for a table segment in a user tablespace

C.
tracking insert time by row for table rows

D.
tracking the most recent write time for each block in a table segment

E.
tracking the most recent read time for a table segment in the sysauxtablespace

F.
tracking the most recent write time for a table segment in the sysauxtablespace

Answer: A,B,D
Explanation:

Tracking of segment-level reads and writes At the block level, Heat Map tracks only the most
recent modification time stamp.

QUESTION NO: 50

Which two are direct benefits of the multiprocess, multithreaded architecture of Oracle Database
"Pass Any Exam. Any Time." - www.actualtests.com 129
Oracle 1z0-067 Exam
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

Answer: B,E
Explanation:

QUESTION NO: 51

Examine the steps/operations performed during the RMAN backup operation by using Oracle
Secure Backup (OSB):

1.Start the RMAN client by using the RMAN target / command.

2.Start the RMAN client by using the OSB user.

3.RMAN creates the backup pieces.

4.Run the RMAN backup command with the sbt channels.

5.OSB creates a backup job and assigns a unique identifier.

6.OSB creates a backup job request through the OSB sbt library.

7.OSB stores metadata about RMAN backup pieces in the OSB catalog.

8.OSB starts the backup operation.

9. OSB updates the RMAN catalog.

Identify the required steps/operations performed in correct order.

"Pass Any Exam. Any Time." - www.actualtests.com 130


Oracle 1z0-067 Exam
A.
1, 4, 6, 5, 8, 3, 9

B.
1, 6, 4, 5, 8, 3, 9

C.
2, 4, 6, 5, 8, 3, 7

D.
2, 4, 5, 8, 3, 7, 9

Answer: C
Explanation:

The Oracle Secure Backup catalog is stored and managed completely separately from the RMAN
recovery catalog. Oracle Secure Backup stores each backup piece and corresponding metadata
about the piece.

References:

https://docs.oracle.com/cd/E26569_01/doc.104/e21476/osb_rman_backup.htm#OBADM190

QUESTION NO: 52

You want to back up a database such that only formatted blocks are backed up. Which statement
is true about this backup operation?

A.
The backup must be performed in mount state.

B.
The tablespace must be taken offline.

C.
All files must be backed up as backup sets.

D.
The database must be backed up as an image copy.

Answer: A
Explanation:

If you run multiple AUDIT statements on the same unified audit policy but specify different
"Pass Any Exam. Any Time." - www.actualtests.com 131
Oracle 1z0-067 Exam
EXCEPT users, then Oracle Database uses the last exception user list, not any of the users from
the preceding lists. This means the effect of the earlier AUDIT POLICY ... EXCEPT statements are
overridden by the latest AUDIT POLICY ... EXCEPT statement

References:

https://docs.oracle.com/database/121/DBSEG/audit_config.htm#DBSEG459

QUESTION NO: 53

You wish to enable an audit policy for all database users, except sys, system, and scott. You issue
the following statements:

SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYS;

SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYSTEM;

SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SCOTT;

For which database users is the audit policy now active?

A.
all users except sys

B.
all users except scott

C.
all users except sys and scott

D.
all users except sys, system, and scott

Answer: B
Explanation:

QUESTION NO: 54

Your database instance is started using an SPFILE. You are connected to cdb$root, as a DBA.
"Pass Any Exam. Any Time." - www.actualtests.com 132
Oracle 1z0-067 Exam
You issue:

SQL> ALTER SYSTEM SET STATISTICS_LEVEL=ALL SCOPE=BOTH;

Which two statements are true about the statistics level parameter?

A.
It is immediately set to all in the SPFILE and the CDB instance.

B.
It is immediately set to all in only those pluggable databases (PDBs) where the value is set to
typical.

C.
It is immediately set to all only for cd3Sroot.

D.
It is immediately set to all in all PDBs where the statistics_level parameter is not set.

E.
It is set to all for all PDBs only in the SPFILE.

Answer: A,D
Explanation:

When the STATISTICS_LEVEL parameter is modified by ALTER SYSTEM, all advisories or


statistics are dynamically turned on or off, depending on the new value of STATISTICS_LEVEL.
When modified by ALTER SESSION, the following advisories or statistics are turned on or off in
the local session only. Their system-wide state is not changed.

QUESTION NO: 55

You are administering a multitenant container database (CDB).

Identify two ways to access a pluggable database (PDB) that is open in read-only mode.

A.
by using the connect statement as a local user having only the set container privilege

B.
by using easy connect

"Pass Any Exam. Any Time." - www.actualtests.com 133


Oracle 1z0-067 Exam
C.
by using external authentication

D.
as a common user with the set container privilege

E.
by executing the alter session set container command as a local user

Answer: B,D
Reference: https://docs.oracle.com/database/121/ADMIN/cdb_pdb_admin.htm#ADMIN13861

QUESTION NO: 56

In which situation can you use Flashback Database?

A.
when undoing a shrink data file operation

B.
when retrieving a dropped tablespace

C.
when returning to a point in time before the restoration or re-creation of a control file

D.
when returning to a point in time before the most recent open resetlogs operation

Answer: D
Explanation:

TO BEFORE RESETLOGS Returns the database to its state including all changes up to the SCN
of the most recent OPEN RESETLOGS. Note: FLASHBACK DATABASE can only return the
database to a point before the most recent OPEN RESETLOGS operation if your database has
been upgraded to Oracle Database 10g Release 2 or later.

References:

http://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta023.htm#RCMRF194

"Pass Any Exam. Any Time." - www.actualtests.com 134


Oracle 1z0-067 Exam
QUESTION NO: 57

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?

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.

Answer: B
Explanation:
References: https://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup004.htm

QUESTION NO: 58

Which three conditions must be true for unused block compression to be used automatically while
performing backups by using RMAN?

A.
The compatible initialization parameter is set to 10.2 or higher.
"Pass Any Exam. Any Time." - www.actualtests.com 135
Oracle 1z0-067 Exam
B.
There are no guaranteed restore points defined for the database.

C.
The default device for the backup must be set to disk.

D.
The tablespaces are locally managed.

E.
The fast recovery area is less than 50 percent free.

Answer: A,B,D
Explanation:

About Unused Block Compression When employing unused block compression, RMAN skips
reading, and backing up, any database blocks that are not currently allocated to some database
object. This is regardless of whether those blocks had previously been allocated. So if a database
table is dropped, RMAN will not back up the space that was occupied by that table until new
objects are created in that space. Unused block compression is used automatically when the
following conditions are true: -The COMPATIBLE initialization parameter is set to 10.2 or higher. -
There are currently no guaranteed restore points defined for the database. -The data file is locally
managed. -The data file is being backed up to a backup set as part of a full backup or a level 0
incremental backup. -The backup set is created on disk, or Oracle Secure Backup is the media
manager.

References:

http://docs.oracle.com/database/121/BRADV/rcmcncpt.htm#BRADV89481

QUESTION NO: 59

Your database supports a Decision Support System (DSS) workload that involves the execution of
complex queries. Currently, the database is running with peak workload. You want to analyze
some of the most resource-intensive statements cached in the library cache.

What must you run to receive recommendations on the efficient use of indexes and materialized
views to improve query performance?

A.
SQL Performance Analyzer

B.

"Pass Any Exam. Any Time." - www.actualtests.com 136


Oracle 1z0-067 Exam
SQL Access Advisor

C.
SQL Tuning Advisor

D.
Automatic Workload Repository (AWR) report

E.
Automatic Database Diagnostic Monitor (ADDM)

Answer: B
Explanation:
References:
http://docs.oracle.com/cd/B28359_01/server.111/b28275/tdppt_sqltune.htm#TDPPT160

QUESTION NO: 60

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.

"Pass Any Exam. Any Time." - www.actualtests.com 137


Oracle 1z0-067 Exam
Answer: C,E
Explanation:

https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm

QUESTION NO: 61

In your multitenant container database (CDB) that contains pluggable databases (PDBs), the hr
user executes the following commands to create and grant privileges on a procedure:

CREATEORREPLACEPROCEDUREcreate_test_v(v_emp_idNUMBER,v_enameVARCHAR2,v_S
ALARYNUMBER,v_dept_idNUMBER)

BEGIN

INSERT INTO hr.test VALUES (v_emp_id, v_ename, v salary, v_dept_id);

END;

GRANT EXECUTE ON CREATE_TEST TO John, jim, smith, king;

How can you prevent users having the execute privilege on the create_test_v procedure from
inserting values into tables on which they do not have any privileges?

A.
Create the create_test procedure with definer's rights.

B.
Grant the execute privilege to users with grant option on the create_test procedure.

C.
Create the create_test procedure with invoker's rights.

D.
Create the create_test procedure as part of a package and grant users the execute privilege on
the package.

Answer: C
Explanation:

You can control access to privileges that are necessary to run user-created procedures by using
"Pass Any Exam. Any Time." - www.actualtests.com 138
Oracle 1z0-067 Exam
definer’s rights, which execute with the privileges of the owner, or with invoker’s rights, which
execute with the privileges of the user running the procedure.

QUESTION NO: 62

You must unload data from the orders, order_items, and products database tables to four files
using the External Tables.

CREATE TABLE orders_ext

(order_id, order_date, product_id, product_name,quantity)

ORGANIZATION EXTERNAL

TYPE ORACLE_DATAPUMP

DEFAULT DIRECTORY ext.dir

LOCATION (‘ordersl.dmp','orders2.dmp’,’orders3.dmp’,’lorders4.dmp')

PARALLEL

AS

SELECT o.order_id,o.order_date,p.product_id,p.product_name,i.quantity

FROM orders o,productsp,order_itemsi

WHERE o.orderjd = i.order_id and i.product_id = p.product_id;

You execute the command shown in the Exhibit, but only two files are created. Which parameter
must be changed so that four files are created?

A.
TYPE

B.
LOCATION

C.
PARALLEL

"Pass Any Exam. Any Time." - www.actualtests.com 139


Oracle 1z0-067 Exam
D.
DEFAULT DIRECTORY

E.
ORGANIZATION EXTERNAL

Answer: C
Reference: https://docs.oracle.com/cd/B19306_01/server.102/b14215/et_concepts.htm#i1007483

QUESTION NO: 63

Users report this error message when inserting rows into the orders table:

ERROR atline1:

ORA-01654f:unable to extend index USERS.ORDERS_IND by 8in tablespace INDEXES

You determine that the indexes tablespace is out of space and there is no free space on the
filesystem used by the Oracle database.

Which two must you do to fix this problem without affecting currently executing queries?

A.
drop and re-create the index

B.
coalesce the orders„ind index

C.
coalesce the indexes tablespace

D.
perform an on line table rebuild using dbns_redefir.ition.

E.
rebuild the index online moving it to another tablespace that has enough free space for the index

Answer: B,E
Reference: https://docs.oracle.com/cd/B28359_01/server.111/b28310/indexes004.htm#i1006864

"Pass Any Exam. Any Time." - www.actualtests.com 140


Oracle 1z0-067 Exam

QUESTION NO: 64

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.

"Pass Any Exam. Any Time." - www.actualtests.com 141


Oracle 1z0-067 Exam
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.

Answer: B,C
Explanation:

The following example creates a parent table orders which is range-partitioned on order_date. The
reference-partitioned child table order_items is created with four partitions, Q1_2005, Q2_2005,
Q3_2005, and Q4_2005, where each partition contains the order_items rows corresponding to
orders in the respective parent partition. Partitions of a reference-partitioned table will collocate
with the corresponding partition of the parent table, if no explicit tablespace is specified for the
reference-partitioned table’s partition. The partitions of a reference-partitioned table can be
named. If a partition is not explicitly named, then it will inherit its name from the corresponding
partition in the parent table.

References:

http://docs.oracle.com/cd/B28359_01/server.111/b32024/part_admin.htm#BAJDDEEC

QUESTION NO: 65

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.

"Pass Any Exam. Any Time." - www.actualtests.com 142


Oracle 1z0-067 Exam
Flashing back the database

F.
Executing DML statements on objects stored in the datafile being moved

Answer: A,C,E,F
Explanation:

“The good news is that Oracle 12cR1 now offers the ability to move entire datafiles between
different storage locations without ever having to take the datafiles offline. The datafiles being
moved remain completely accessible to applications in almost all situations, including querying
against or performing DML and DDL operations against existing objects, creating new objects, and
even rebuilding indexes online. Online Move Datafile (OMD) also makes it possible to migrate a
datafile between non-ASM and ASM storage (or vice-versa) while maintaining transparent
application access to that datafile’s underlying database objects. OMD is completely compatible
with online block media recovery, the automatic extension of a datafile, the modification of a
tablespace between READ WRITE and READ ONLY mode, and it even permits backup
operations to continue against any datafiles that are being moved via this feature.”

References:

http://muhammad-asif-dba.blogspot.com.br/2013/11/oracle-12c-database-online-move-
datafile.html

QUESTION NO: 66

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?


"Pass Any Exam. Any Time." - www.actualtests.com 143
Oracle 1z0-067 Exam
A.
The block change tracking data is used only from the next incremental backup.

B.
The incremental level 1 backup fails because a block change tracking file Is created after the level
0 backup.

C.
The incremental level 1 backup does not use change tracking data for accomplishing the backup.

D.
The block change tracking file scans all blocks and creates a bitmap for the blocks backed up in
the level 0 backup.

E.
The block change tracking data is used for the next incremental level 1 backup only after the next
level 0 backup.

Answer: C,E
Explanation:

QUESTION NO: 67

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?

A.
The event parameter was not set.

B.
The sql_trace parameter is set to false.

C.
Enterprise Manager was not used.

D.
The statistics_level parameter is set to basic.

"Pass Any Exam. Any Time." - www.actualtests.com 144


Oracle 1z0-067 Exam
E.
The t:kid_statistics parameter is set to false.

Answer: D
Explanation:

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: 68

You are administering a multitenant container database (CDB) cdb1 that is running in archivelog
mode and contains pluggable databases (PDBs), pdb_1 and pdb_2.

While opening pdb_1, you get an error:

SQL> alter pluggable database pdb_1 open;

ORA-01157: cannot identify/lock data file 11-see DBWR trace file

ORA-01110:data file 11:'/u01/app/oracle/oradata/cdb1/pdb_1/example01.dbf'

To repair the failure, you open an RMAN session for the target database CDB$ROOT. You
execute the following as the first command:

RMAN>REPAIR FAILURE;

Which statement describes the consequence of the command?

A.
The command performs the recovery and closes the failure.

B.
The command produces an error because RMAN is not connected to the target database pdb_1.

C.
The command produces an error because the advise failure command was not executed before
"Pass Any Exam. Any Time." - www.actualtests.com 145
Oracle 1z0-067 Exam
the REPAIR FAILURE command.

D.
The command executes successfully, performs recovery, and opens PDB_1.

Answer: C
Explanation:

Usage Notes Repairs are consolidated whenever possible so that a single repair can fix multiple
failures. Be advised that REPAIR FAILURE requires you to explicitly run ADVISE FAILURE in the
current session to successfully repair each of the identified failures. You typically iterate through a
REPAIR session with the following commands: -REPAIR FAILURE; -LIST FAILURE; -ADVISE
FAILURE; -REPAIR FAILURE;

References:

http://docs.oracle.com/database/121/RCMRF/rcmsynta2004.htm#RCMRF199

QUESTION NO: 69

What can be automatically implemented after the SQL Tuning Advisor is run as part of the
Automated Maintenance Task?

A.
statistics recommendations

B.
SQL profile recommendations

C.
SQL statement restructure recommendations

D.
creation of materialized views to improve query performance

Answer: B
Explanation:

Once automatic SQL tuning begins, which by default runs for at most one hour during a
maintenance window, the following steps are performed: ... During the tuning process, all
recommendation types are considered and reported, but only SQL profiles can be implemented
automatically.

References:
"Pass Any Exam. Any Time." - www.actualtests.com 146
Oracle 1z0-067 Exam
https://docs.oracle.com/cd/B28359_01/server.111/b28274/sql_tune.htm#CHDJDFGE

QUESTION NO: 70

You use RMAN with a recovery catalog to back up your database. The backups and the archived
redo log files are backed up to media daily. Because of a media failure, the entire database along
with the recovery catalog database is lost.

Examine the steps required to recover the database:

1.Restore an autobackup of the server parameter file.

2.Restore the control file.

3. Start up the database instance in nomount state.

4.Mount the database.

5.Restore the data files.

6.Open the database with the resetlogs option.

7.Recover the data files.

8.Set DBID for the database.

Identify the required steps in the correct order.

A.
1, 8, 3, 2, 4, 5, 7, 6

B.
8, 1, 3, 2, 4, 5, 7, 6

C.
1, 3, 2, 4, 8, 5, 6, 7

D.
8, 3, 2, 4, 5, 7, 6

E.
8, 1, 3, 2, 4, 5, 6

Answer: D
"Pass Any Exam. Any Time." - www.actualtests.com 147
Oracle 1z0-067 Exam
Explanation:

QUESTION NO: 71

Which three statements are true about the startup and shutdown of multitenant container
databases (CDBs) and pluggable databases (PDBs)?

A.
A PDB opened in restricted mode allows only local users to connect.

B.
When a CDB is open in restricted mode, PDBs must also be opened in restricted mode.

C.
When a CDB is in mount state, PDBs are automatically placed in mount state.

D.
All PDBs must be shut down before shutting down a CDB instance.

E.
When a CDB instance is started, PDBs can be placed in open state by using database triggers or
by executing the alter pluggable database command.

Answer: B,C,E
Reference: https://oracle-base.com/articles/12c/multitenant-startup-and-shutdown-cdb-and-pdb-
12cr1

QUESTION NO: 72

A telecom company wishes to generate monthly bills to include details of customer calls, listed in
order of time of call.

Which table organization allows for generating the bills with minimum degree of row sorting?

A.
a hash cluster

B.

"Pass Any Exam. Any Time." - www.actualtests.com 148


Oracle 1z0-067 Exam
an index cluster

C.
a partitioned table

D.
a sorted hash cluster

E.
a heap table with a rowid column

Answer: D
Explanation:

The table is not static, but instead is continually growing. If a table grows without limit, the space
required over the life of the table (its cluster) cannot be predetermined.

QUESTION NO: 73

Examine the following steps of privilege analysis for checking and revoking excessive, unused
privileges granted to users:

1. Create a policy to capture the privileges used by a user for privilege analysis.

2. Generate a report with the data captured for a specified privilege capture.

3. Start analyzing the data captured by the policy.

4. Revoke the unused privileges.

5. Compare the used and unused privileges' lists.

6. Stop analyzing the data.

Identify the correct sequence of steps.

A.
1, 3, 5, 6, 2, 4

B.
1, 3, 6, 2, 5, 4

C.
1, 3, 2, 5, 6, 4
"Pass Any Exam. Any Time." - www.actualtests.com 149
Oracle 1z0-067 Exam
D.
1, 3, 5, 2, 6, 4

Answer: B
Explanation:

1. Create a policy to capture the privilege used by a user for privilege analysis.

3. Start analyzing the data captured by the policy.

6. Stop analyzing the data.

2. Generate a report with the data captured for a specified privilege capture.

5. Compare the used and unused privileges’ lists.

4. Revoke the unused privileges.

QUESTION NO: 74

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?

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.

Answer: C
Reference:
"Pass Any Exam. Any Time." - www.actualtests.com 150
Oracle 1z0-067 Exam
http://docs.oracle.com/database/121/BRADV/rcmcnctg.htm#BRADV005

QUESTION NO: 75

You notice that the performance of your production 24/7 Oracle 12c database has significantly
degraded. Sometimes you are not able to connect to the instance because it hangs. You do not
want to restart the database instance.

How can you detect the cause of the degraded performance?

A.
Enable Memory Access Mode, which reads performance data from SGA.

B.
Use emergency monitoring to fetch data directly from SGA for analysis.

C.
Run Automatic Database Diagnostic Monitor (ADDM) to fetch information from the latest
Automatic Workload Repository (AWR) snapshots.

D.
Use Active Session History (ASH) data and hang analysis in regular performance monitoring,

E.
Run ADDM in diagnostic mode.

Answer: B
Reference: https://oracle-base.com/articles/12c/emergency-monitoring-em12c

QUESTION NO: 76

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
"Pass Any Exam. Any Time." - www.actualtests.com 151
Oracle 1z0-067 Exam
You then restart the instance and get an error:

STARTUP

ORA-01031:insufficientprivileges

Why does the startup command return the error shown?

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

Answer: C
Explanation:

The first pitfall is, when you try to configure your database for such use. You need a connection
which is authenticated trough the password file. Otherwise you will get are error similar to this.

References:

https://petesdbablog.wordpress.com/2013/07/09/12c-new-feature-multi-process-multi-threaded-
oracle/

QUESTION NO: 77

Your multitenant container database (CDB) cdb1, which has no startup triggers and contains
multiple pluggable databases (PDBs), is started up by using the command:

"Pass Any Exam. Any Time." - www.actualtests.com 152


Oracle 1z0-067 Exam
SQL>STARTUP

Which two statements are true about the successful execution of the command?

A.
All redo log files are opened.

B.
The root, the seed, and all the PDBs are opened in read-write mode.

C.
All the PDBs are opened in read-write mode.

D.
All the PDBs are in closed state.

E.
Only the root database is opened in read-write mode.

Answer: A,E
Explanation:

The 12.1.0.2 patchset has introduced the ability to preserve the startup state of PDBs, so you
probably shouldn’t be implementing a trigger in the manner discussed in this section. Prior to
12.1.0.2, when the CDB is started, all PDBs remain in mounted mode. There is no default
mechanism to automatically start them when the CDB is started. The way to achieve this is to use
a system trigger on the CDB to start some or all of the PDBs.

QUESTION NO: 78

Examine the resources consumed by a database instance whose current Resource Manager plan
is displayed.

SQL> SELECT name, active_sessions, queue_length,

consumed_cpu_time, cpu_waits, cpu_wait_time

FROM v$rsrc_consumer_group;

"Pass Any Exam. Any Time." - www.actualtests.com 153


Oracle 1z0-067 Exam

Which two statements are true?

A.
An attempt to start a new session by a user belonging to DSS_QUERIES fails with an error.

B.
An attempt to start a new session by a user belonging to OTHE_GROUPS fails with an error.

C.
The CPU_WAIT_TIME column indicates the total time that sessions in the consumer group waited
for the CPU due to resource management.

D.
The CPU_WAIT_TIME column indicates the total time that sessions in the consumer group waited
for the CPU due to I/O waits and latch or enqueue contention.

E.
A user belonging to the DSS__QUERIES resource consumer group can create a new session but
the session will be queued.

Answer: C,E
Explanation:

QUESTION NO: 79

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?

"Pass Any Exam. Any Time." - www.actualtests.com 154


Oracle 1z0-067 Exam
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.

Answer: C,E
Explanation:

C: Setting the CONTROL_MANAGEMENT_PACK_ACCESS initialization parameter to


DIAGNOSTIC+TUNING (default) enables monitoring of database operations. Real-Time SQL
Monitoring is a feature of the Oracle Database Tuning Pack.

Note:

* The DBMS_SQL_MONITOR package provides information about Real-time SQL Monitoring and
Real-time Database Operation Monitoring.

*(not B) BEGIN_OPERATION Function starts a composite database operation in the current


session.

/ (E) FORCE_TRACKING - forces the composite database operation to be tracked when the
operation starts. You can also use the string variable 'Y'.

/ (not A) NO_FORCE_TRACKING - the operation will be tracked only when it has consumed at
least 5 seconds of CPU or I/O time. You can also use the string variable 'N'.

QUESTION NO: 80

Examine the command:

$expdp SYSTEM FULL=YES DUMPFILE=dpump_dir1:full1%U.dmp, dpump_dir2:full2% U.dmp,

"Pass Any Exam. Any Time." - www.actualtests.com 155


Oracle 1z0-067 Exam
dpump_dir3:full3%U.dmp FILESIZE=400M PARALLEL=3 JOB_NAME=expfull

Which statement is true about the execution of the command?

A.
It fails because the log file parameter is not specified.

B.
It fails because no absolute path is specified for the log file and dump file.

C.
It succeeds and exports the full database, simultaneously creating three copies of dump files at
three different locations.

D.
It succeeds and exports the full database, simultaneously creating three dump files at three
different locations, but the total number of dump files can exceed three.

Answer: D
Explanation:

It can create more than 3 files because you say that each file has a maximum of 400 MB. For
example in my export that had 1,2 gb it created 4 files. %u makes 01, 02, 03 and so on.

QUESTION NO: 81

You notice that the performance of your production 24x7 Oracle 12c database has significantly
degraded. Sometimes, you are not able to connect to the database instance because it hangs.

How can you detect the cause of the degraded performance?

A.
by performing emergency monitoring using Real-Time Automatic Database Diagnostic Monitor
(ADDM) to fetch data directly from SGA for analysis

B.
by running ADDM to fetch information from the latest Automatic Workload Repository (AWR)
snapshots

C.
by using Active Session History (ASH) data and performing hang analysis

"Pass Any Exam. Any Time." - www.actualtests.com 156


Oracle 1z0-067 Exam
D.
by running ADDM in diagnostic mode

Answer: B
Explanation:

QUESTION NO: 82

Automatic Shared Memory Management (ASMm) is enabled for your database instance, but
parameters for the managed components are not defined.

You execute this command:

SQL> ALTER SYSTEM SET DB_CACHE_SIZE = 100M;

Which statement is true?

A.
The minimum size for the standard buffer cache is 100 MB.

B.
The maximum size for the standard buffer cache is 100 MB.

C.
The minimum space guaranteed in the buffer cache for any server process is 100 MB.

D.
The maximum space in the buffer cache that can be released for dynamic distribution is 100 MB.

E.
The minimum size for all buffer caches is 100 MB.

Answer: A
Explanation:

If SGA_TARGET is set: If the parameter is not specified, then the default is 0 (internally
determined by the Oracle Database). If the parameter is specified, then the user-specified value
indicates a minimum value for the memory pool.

"Pass Any Exam. Any Time." - www.actualtests.com 157


Oracle 1z0-067 Exam
QUESTION NO: 83

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?

A.
ALTER TA3LESPACE adtbs RESI2E 20G;

B.
ALTER TA3LESPACE adtbs ADD DATAFILE;

C.
ALTER TABLESPACE adtbs AUTOEXTEND ON;

D.
ALTER TA3LESPACE adtbs ADD DATAFILE '/proddb/data/adtbsl.dbf' SIZE 1QG;

E.
ALTER TA3LESPACE adtbs MODIFY DATAFILE '/proddb/data/adtbs.dbf AUTOEXTEND ON;

Answer: A,C
Explanation:

References:

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

QUESTION NO: 84

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

A.
You cannot export data from a remote database.

"Pass Any Exam. Any Time." - www.actualtests.com 158


Oracle 1z0-067 Exam
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.

Answer: B,C
Explanation:

However, in Oracle 11g there is a new parameter, reuse_dumpfiles, which overwrites any created
dump file in a specified folder. This parameter accepts two values: Y and N. Default is N. If the
parameter was set to Y, then Data Pump overwrites the files that already exist.

Reference: http://www.dba-oracle.com/T_rman_167_expdp_reuse_dumpfiles_parameter.htm

QUESTION NO: 85

You have installed two 64G flash devices to support the Database Smart Flash Cache feature on
your database server that is running on Oracle Linux.

You have set the db_smart_flash_file parameter:

DB_FLASH_CACHE_FILE= ‘ /dev/f lash_device_1‘,‘ /dev/f lash_device_2‘

How should the D3_flash_cache_size be configured to use both devices?

A.
Set DB_FLASH_CACHE_SIZE=64G.

B.
Set D3_FLASH_CACHE_SIZE=64G, 64G.

C.
Set D3_FLASK_CACKE_SI2E=i28G.

D.
db_flash_cache_SI2E is automatically configured by the instance at startup.

Answer: B
"Pass Any Exam. Any Time." - www.actualtests.com 159
Oracle 1z0-067 Exam
Explanation:

* Smart Flash Cache concept is not new in Oracle 12C - DB Smart Flash Cache in Oracle 11g.

In this release Oracle has made changes related to both initialization parameters used by DB
Smart Flash cache. Now you can define many files|devices and its sizes for “Database Smart
Flash Cache” area. In previous releases only one file|device could be defined.

DB_FLASH_CACHE_FILE = /dev/sda, /dev/sdb, /dev/sdc

DB_FLASH_CACHE_SIZE = 32G, 32G, 64G

So above settings defines 3 devices which will be in use by “DB Smart Flash Cache”

/dev/sda – size 32G

/dev/sdb – size 32G

/dev/sdc – size 64G

New view V$FLASHFILESTAT – it’s used to determine the cumulative latency and read counts of
each file|device and compute the average latency

Reference: https://oracle-base.com/articles/12c/database-smart-flash-cache-12cr1

QUESTION NO: 86

You are required to migrate your 11.2.0.3 database to an Oracle 12c database.

Examine the list of steps that might be used to accomplish this task:

1.Place all user-defined tablespaces in read-only mode on the source database.

2.Use the RMAN convert command to convert data files to the target platform's endian format, if
required.

3.Perform a full transportable export on the source database with the parameters

VERSI0N=I2, TRANSPORTABLE=ALWAYS, and FULL=Y.

4. Transport the data files for all the user-defined tablespaces.

5. Transport the export dump file to the target database.

"Pass Any Exam. Any Time." - www.actualtests.com 160


Oracle 1z0-067 Exam
6. Perform an import on the target database by using the full, network_link, and
transportable_datafiles parameters.

7. Perform an import on the target database by using the full and transportable_datafiles
parameters.

Identify the required steps in the correct order.

A.
1, 3, 5, 4, 2, and 7

B.
1, 2, 4, 6, 5, 3, and 7

C.
1, 2,4, and 7

D.
2, 4, 5, 6, and 7

Answer: A
Reference: http://www.oracle.com/technetwork/database/upgrade/upgrading-oracle-database-wp-
12c-1896123.pdf

QUESTION NO: 87

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

Examine the command executed to back up pdb2_1:

RMAN> BACKUP DATABASE PLUS ARCHIVELOG;

Which statement is true about the execution of this command?

A.
It fails because archive log files cannot be backed up using a connection to a PDB.

B.
It succeeds but only the data files belonging to the PDB2_1 pluggable database are backed up.
"Pass Any Exam. Any Time." - www.actualtests.com 161
Oracle 1z0-067 Exam
C.
It succeeds and all data files belonging to PDB2_1 are backed up along with the archive log files.

D.
It fails because the pluggable clause is missing.

Answer: B
Reference: http://docs.oracle.com/database/121/BRADV/rcmcnctg.htm#CEGCCEIE

QUESTION NO: 88

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’,c
omraent=>'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.

"Pass Any Exam. Any Time." - www.actualtests.com 162


Oracle 1z0-067 Exam
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.

Answer: D
Reference: http://apunhiran.blogspot.com/2011/01/how-to-setup-resource-manager-to_14.html

QUESTION NO: 89

Your database is running in noarchivelog mode. One of the data files belonging to the system
tablespace is corrupted. You notice that all online redo logs have been overwritten since the last
backup.

Which method would you use to recover the data file?

A.
Shut down the instance if not already shut down, restore all data files belonging to the system
tablespace from the last backup, and restart the instance.

B.
Shut down the instance if not already shut down, restore the corrupted data file belonging to the
system tablespace from the last backup, and restart the instance.

C.
Shut down the instance if not already shut down, restore all data files for the entire database from
the last backup, and restart the instance.

D.
Mount the database, restore all data files belonging to the system tablespace from the last backup,
and open the database.

Answer: C
Reference: https://docs.oracle.com/database/121/BRADV/rcmadvre.htm#BRADV89841

"Pass Any Exam. Any Time." - www.actualtests.com 163


Oracle 1z0-067 Exam
QUESTION NO: 90

You execute the RMAN commands:

RMAN> BACKUP VALIDATE DATABASE;

RMAN> RECOVER CORRUPTION LIST;

Which task is performed by these commands?

A.
Corrupted blocks, if any, are repaired in the backup created.

B.
Only those data files that have corrupted blocks are backed up.

C.
Corrupted blocks in the data files are checked and repaired before performing the database
backup.

D.
The database is checked for physically corrupt blocks and any corrupted blocks are repaired.

Answer: D
Reference: http://www.dba-oracle.com/t_rman_36_validate_backup.htm

QUESTION NO: 91

You are connected to a pluggable database (PDB) as a common user with the sysdba privilege.
The PDB is open and you issue the shutdown immediate command.

What is the outcome?

A.
The PDB is closed.

B.
The PDB is placed in mount state.

C.
The command executes only if the common user is granted the set container privilege for the

"Pass Any Exam. Any Time." - www.actualtests.com 164


Oracle 1z0-067 Exam
PDB.

D.
The command results in an error because the PDB can be shut down only by a local user.

Answer: B
Explanation:

The PDB is placed in mount state. SQL> shutdown immediate; Pluggable Database closed. SQL>
select status from v$instance; STATUS ———— MOUNTED SQL> There is no closed Status in a
PDB. PDB can have Mount/Read Write/Read Only.

QUESTION NO: 92

Which three statements are true about the SQL*Loader utility?

A.
It can be used to load data from multiple external files into multiple tables.

B.
It can be used to extract and reorganize data from external files, and then load it into a table.

C.
It can be used to load data from external files using direct path only.

D.
It can be used to create tables using data that is stored in external files.

E.
It can be used to generate unique sequential values in specified columns while loading data.

Answer: A,B,E
Explanation:

QUESTION NO: 93

While performing database backup to tape via the media manager interface, you notice that tape
streaming is not happening because RMAN is not sending data blocks fast enough to the tape
drive.
"Pass Any Exam. Any Time." - www.actualtests.com 165
Oracle 1z0-067 Exam
Which two actions would you take for tape streaming to happen during the backup?

A.
Configure backup optimization.

B.
Configure the channel to increase maxopenfiles.

C.
Configure a backup policy by using incremental backups.

D.
Configure the channel to increase capacity with the rate parameter.

E.
Configure the channel to adjust the tape buffer size by using the 3LKSIZE option.

F.
Configure large_pool, if not done already. Alternatively, you can increase the size of

G.
LARGE_POOL.

Answer: B,E
Explanation:

Allocation of Tape Buffers If you back up to or restore from an SBT device, then by default the
database allocates four buffers for each channel for the tape writers. The size of the tape I/O
buffers is platform-dependent. You can change this value with the PARMS and BLKSIZE
parameters of the ALLOCATE CHANNEL or CONFIGURE CHANNEL command. You can
improve backup performance by adjusting the level of multiplexing, which is number of input files
simultaneously read and then written into the same RMAN backup piece. The level of multiplexing
is the minimum of the MAXOPENFILES setting on the channel and the number of input files
placed in each backup set. The following table makes recommendations for adjusting the level of
multiplexing.

Reference: http://docs.oracle.com/database/121/BRADV/rcmtunin.htm#BRADV90072

QUESTION NO: 94

You are administering a multitenant container database (CDB) cdb1.

Examine the command and its output:

"Pass Any Exam. Any Time." - www.actualtests.com 166


Oracle 1z0-067 Exam
SQL>show parameterfile

NAMETYPEVALUE

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

db_create_file_deststring

db_file_name_convertstring

db_filesinteger200

You verify that sufficient disk space is available and that no file currently exists in the
‘/u0l/app/oracle/oradata/cdb1/salesdb' location.

You plan to create a new pluggable database (PDB) by using the command:

SQL>CREATEPLUGGABLEDATABASESALESPDB

ADMINUSERsalesadmIDENTIFIED 3Y password

ROLES=(dba)

DEFAULTTABLESPACEsales

DATAFILE' /u01/app/oracle/oradata/cdb1/salesdb/sales01 .dbf’SIZE 250M AUTOEXTEND ON

FILE_NAME_CONVERT=(‘/u01/app/oracle/oradata/cdb1/pdbseed/',

'/u01/app/oracle/oradata/cdb1/salesdb/')

STORAGE(MAXSIZE2G)

PATK_PREFIX='/u01/app/oracle/oradata/cdb1/SALESPDB';

Which statement is true?

A.
SALESPDB is created and is in mount state.

B.
PDB creation fails because the D3_file_name_convert parameter is not set in the CDB.

C.
SALESPDB is created and is in read/write mode.

D.
PDB creation fails because a default temporary tablespace is not defined for SALESPDB.

"Pass Any Exam. Any Time." - www.actualtests.com 167


Oracle 1z0-067 Exam
Answer: A
Explanation:

We need seed tablespace to create new plugable db.

/u01/app/oracle/oradata/orcl/pdbseed/sysaux01.dbf
/u01/app/oracle/oradata/orcl/pdbseed/system01.dbf

By default. Seed has two tbs.

QUESTION NO: 95

You want to migrate your Oracle 11g database as a pluggable database (PDB) in a multitenant
container database (CDB).

The following are the possible steps to accomplish this task:

1. Place all the user-defined tablespace in read-only mode on the source database.

2. Upgrade the source database to a 12c version.

3. Create a new PDB in the target container database.

4. Perform a full transportable export on the source database with the VERSION parameter set to
12 using the expdp utility.

5. Copy the associated data files and export the dump file to the desired location in the target
database.

6. Invoke the Data Pump import utility on the new PDB database as a user with the
DATAPUMP_IMP_FULL_DATABASE role and specify the full transportable import options.

7. Synchronize the PDB on the target container database by using the DBMS_PDS.SYNC_ODB
function.

Identify the correct order of the required steps.

A.
2, 1, 3, 4, 5, 6

B.
1, 3, 4, 5, 6, 7

C.
1, 4, 3, 5, 6, 7
"Pass Any Exam. Any Time." - www.actualtests.com 168
Oracle 1z0-067 Exam
D.
2, 1, 3, 4, 5, 6, 7

E.
1, 5, 6, 4, 3, 2

Answer: C
Explanation:

1. Create a directory in source database to store the export dump files. 2. Set the user and
application tablespace in the source database as READ ONLY 3. Export the source database
using expdp with parameters version=12.0, transportable=always and full=y 4. Copy the dumpfile
and datafiles for tablespaces containing user /application data. 5. Create a new PDB in the
destination CDB using create pluggable database command. 6. Create a directory in the
destination PDB pointing to the folder containing the dump file or create a directory for dump file
and move the dump file there. 7. Create an entry in tnsnames.ora for the new PDB. 8. Import in to
the target using impdp with parameters FULL=Y and TRANSPORT_DATAFILES parameters.
Make sure, the account is having IMP_FULL_DATABASE. 9. Restore the tablespaces to READ-
WRITE in source database.

References:

http://sandeepnandhadba.blogspot.pt/2014/05/migrating-from-11203-non-cdb-to-12c-pdb.html

QUESTION NO: 96

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?

A.
capturing the most resource-intensive SQL statements in a SQL Tuning Set on the production
system and using the SQL Performance Analyzer on the test system

B.
capturing the workload on the production system and replaying the workload for one PDB at a time
on the test system

C.
"Pass Any Exam. Any Time." - www.actualtests.com 169
Oracle 1z0-067 Exam
capturing the workload on the production system and using Consolidated Database Replay to
replay the workload of all production systems simultaneously for all PDBs

D.
capturing the most resource-intensive SQL statements in a SQL Tuning Set on the production
system and using the SQL Tuning Advisor on the test system

Answer: C
Reference: https://docs.oracle.com/database/121/RATUG/GUID-29988B63-F974-46EF-9AAD-
3D04AF774337.htm#RATUG4122

QUESTION NO: 97

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.

Answer: C,D,E
Explanation:

QUESTION NO: 98

Examine the backup requirement for your company:

1) Every Sunday, a backup of all used data file blocks is performed.

"Pass Any Exam. Any Time." - www.actualtests.com 170


Oracle 1z0-067 Exam
2) Every Wednesday and Friday, a backup of all the changed blocks since last Sunday's backup is
performed.

3) On all the other days, a backup of only the changed blocks since the last day's backup is
performed.

Which backup strategy satisfies the requirements?

A.
level 0 backup on Sunday, cumulative incremental backup on Wednesday and Friday, and
differential incremental level 1 backup on all the other days

B.
level 0 backup on Sunday, differential incremental backup on Wednesday and Friday, and
cumulative incremental level 1 backup on all the other days

C.
full database backup on Sunday, level 0 backup on Wednesday and Friday, and cumulative
incremental level 1 backup on all the other days

D.
full database backup on Sunday, level 0 backup on Wednesday and Friday, and differential
incremental level 1 backup on all the other days

Answer: A
Explanation:

Multilevel Incremental Backups RMAN can create multilevel incremental backups. Each
incremental level is denoted by a value of 0 or 1. A level 0 incremental backup, which is the base
for subsequent incremental backups, copies all blocks containing data. You can create a level 0
database backup as backup sets or image copies. The only difference between a level 0
incremental backup and a full backup is that a full backup is never included in an incremental
strategy. Thus, an incremental level 0 backup is a full backup that happens to be the parent of
incremental backups whose level is greater than 0. A level 1 incremental backup can be either of
the following types: A differential incremental backup, which backs up all blocks changed after the
most recent incremental backup at level 1 or 0. A cumulative incremental backup, which backs up
all blocks changed after the most recent incremental backup at level 0. Incremental backups are
differential by default.

QUESTION NO: 99

Your database is running in archivelog mode. Examine the initialization parameters you plan to set
for your database instance.
"Pass Any Exam. Any Time." - www.actualtests.com 171
Oracle 1z0-067 Exam
LOG_ARCHIVE_DEST_1 = 'LOCATION=/disk1/arch'

LOG_ARCHIVE_DEST_2 = 'L0CATI0N=/disk2/arch'

LOG_ARCHIVE_DEST_3 = 'LOCATION=/disk3/arch'

L0G_ARCHIVE_DEST_4 = 'L0CATI0N=/disk4/arch MANDATORY'

Identify the statement that correctly describes these settings.

A.
An online redo log file is not allowed to be overwritten if the archived log file cannot be created in
any of the log_archive_dest_.n destinations.

B.
Optional destinations cannot use the fast recovery area.

C.
An online redo log file is not allowed to be overwritten if the archived log file cannot be created in
the location specified for log_archive_dest_4.

D.
These settings work only if log__archive_min_succeed_dest is set to a value of 4.

Answer: C
Explanation:

SQL> show parameter log_archive_min_succeed_dest NAME TYPE VALUE


———————————————–—————————— log_archive_min_succeed_dest integer
1 SQL>

References:

https://docs.oracle.com/database/121/ADMIN/archredo.htm#ADMIN11346

QUESTION NO: 100

Which three statements correctly describe the relationship amongst jobs, programs, and
schedules within the Oracle Job Scheduler?

A.
A job is specified as part of a program definition.

B.
"Pass Any Exam. Any Time." - www.actualtests.com 172
Oracle 1z0-067 Exam
A program can be used in the definition of multiple jobs.

C.
A program and job can be specified as part of a schedule definition.

D.
A program and schedule can be specified as part of a job definition.

E.
A program and window can be specified as part of a job definition.

Answer: B,D,E
Explanation:
References:

http://docs.oracle.com/database/121/ADMIN/schedover.htm#ADMIN13371

QUESTION NO: 101

Which two statements describe the relationship between a window, a resource plan, and a job
class?

A.
A window specifies a resource plan that will be activated when that window becomes active.

B.
A window specifies a job class that will be activated when that window becomes active.

C.
A job class specifies a window that will be open when that job class becomes active.

D.
A window in association with a resource plan controls a job class allocation.

E.
A window in association with a job class controls a resource allocation.

Answer: A,E
Explanation:

Windows work with job classes to control resource allocation. Each window specifies the resource
plan to activate when the window opens (becomes active), and each job class specifies a resource
consumer group or specifies a database service, which can map to a consumer group. A job that
runs within a window, therefore, has resources allocated to it according to the consumer group of
"Pass Any Exam. Any Time." - www.actualtests.com 173
Oracle 1z0-067 Exam
its job class and the resource plan of the window.

Reference: http://docs.oracle.com/database/121/ADMIN/schedover.htm#ADMIN12366

QUESTION NO: 102

Which two are prerequisites for creating a backup-based duplicate database?

A.
connecting to the target database and a recovery catalog to execute the duplicate command

B.
creating a password file for an auxiliary instance

C.
connecting to an auxiliary instance

D.
matching the database identifier (DBID) of the source database and the duplicate database

E.
creating an SPFILE for the target database

Answer: B,C
Explanation:
References:
http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta020.htm#CHDEDFFH

QUESTION NO: 103

Which three statements are true about Oracle Secure Backup (OSB)?

A.
It can encrypt client data written to tape.

B.
It can be used to take image copy backups to tape.

C.

"Pass Any Exam. Any Time." - www.actualtests.com 174


Oracle 1z0-067 Exam
It can be used to manage tape backup and restore operations for multiple databases.

D.
It can be used along with an RMAN recovery catalog for maintaining records of backups in a tape
library.

E.
It can be used to perform file system backups at the file, directory, file system, or raw partition
level.

Answer: A,C,E
Explanation:

File system backups may be performed at the file, directory, file system or raw partition level with
full, incremental and offsite backup scheduling. As backup needs grow requiring more tape drives
and centralized backup management of multiple servers, Oracle Secure Backup XE can be easily
upgraded to the Oracle Secure Backup edition.

References:

http://www.oracle.com/technetwork/products/secure-backup/learnmore/osb-xe-10-130649.pdf

QUESTION NO: 104

LDAP_DIRECTORY_SYSAUTH is set to YES.

Users requiring DBAs access have been granted the sysdba enterprise role in Oracle Internet
Directory(OID).

SSL has been configure for the database and OLD and the password file has been configured for
the database.

User scott with sysdba privilege tries to connect remotely using this command:

$sqlplusscott/tiger@DB0l As sysdba where DB01 is the net service name.

Which authentication method will be attempted first?

A.
authentication by password file

"Pass Any Exam. Any Time." - www.actualtests.com 175


Oracle 1z0-067 Exam
B.
authentication by using certificates over SSL

C.
authentication by using the Oracle Internet Directory

D.
authentication by using the local OS of the database server

Answer: A
Explanation:

If the database is configured to use a password file for remote authentication, Oracle Database
checks the password file first.

References:

http://docs.oracle.com/cd/E25054_01/network.1111/e16543/authentication.htm

QUESTION NO: 105

Your database is running in archivelog mode and regular nightly backups are taken. Due to a
media failure, the current online redo log group, which has one member, is lost and the instance is
aborted.

Examine the steps to recover the online redo log group and move it to a new location.

1.Restore the corrupted redo log group.

2.Restore the database from the most recent database backup.

3.Perform an incomplete recovery.

4.Relocate the member of the damaged online redo log group to a new location.

5.Open the database with the resetlogs option.

6. Issue a checkpoint and clear the log.

Identify the required steps in the correct order.

A.
1, 3, 4, 5

"Pass Any Exam. Any Time." - www.actualtests.com 176


Oracle 1z0-067 Exam
B.
6, 3, 4, 5

C.
2, 3, 4, 5

D.
6, 4, 3, 5

Answer: C
Explanation:

If the group is Current Then it is the log that the database is currently writing to And you should
Attempt to clear the log; if impossible, then you must restore a backup and perform incomplete
recovery up to the most recent available redo log.

Reference: http://docs.oracle.com/cd/B19306_01/backup.102/b14191/recoscen.htm#i1006437

QUESTION NO: 106

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.
"Pass Any Exam. Any Time." - www.actualtests.com 177
Oracle 1z0-067 Exam
The statement is ignored because there is no SPFILE for a PDB.

Answer: B
Explanation:

This ALTER SYSTEM statement sets the STATISTICS_LEVEL initialization parameter to ALL for
the current PDB: ALTER SYSTEM SET STATISTICS_LEVEL = ALL SCOPE = MEMORY;

Reference: http://docs.oracle.com/database/121/ADMIN/cdb_pdb_admin.htm#ADMIN14018

QUESTION NO: 107

Examine the command to back up the ASM metadata:

ASMCMD>md_backup /backup/ASM_backup

In which three situations can you use the backup?

A.
when one or more disks in an ASM disk group are lost

B.
when the data file on an ASM disk group gets corrupted

C.
when one of the disks in a disk group is accidentally unplugged

D.
when one or more file directory paths are accidentally deleted from an ASM disk group

E.
when all the ASM disk groups for the ASM instance are lost

Answer: A,D,E
Explanation:

The md_backup command creates a backup file containing metadata for one or more disk groups.
i By default all the mounted disk groups are included in the backup file which is saved in the
current working directory.

The md_backup command creates a backup file containing metadata for one or more disk groups.

References: http://www.hhutzler.de/blog/asm-backup-and-restore-dg-metadata/
"Pass Any Exam. Any Time." - www.actualtests.com 178
Oracle 1z0-067 Exam
http://docs.oracle.com/cd/E11882_01/server.112/e18951/asm_util004.htm#OSTMG94578

QUESTION NO: 108

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.

A.
4, 8, 11, 5

B.
1, 3, 8, 11, 9
"Pass Any Exam. Any Time." - www.actualtests.com 179
Oracle 1z0-067 Exam
C.
1, 2, 6, 3, 7, 10, 9

D.
1, 3, 7, 10, 9

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

Answer: C
Explanation:

QUESTION NO: 109

Examine the commands:

SQL> ALTER SESSION SET RECYCLBIN = ON;

Session altered.

SQL> DROP TABLE emp; --(First EMP table)

Total dropped.

SQL> CREATE TABLE emp (id NUMBER CONSTRAINT emp_id_idx PRIMARY KEY, name
VARCHAR2 (15), salary NUMBER(7,2) );

Table created.

You then execute multiple INSERT statements to insert rows into EMP table and drop the table
again:

SQL> DROP TABLE emp; -- (Second EMP table)

Table dropped.

SQL> FLASHBACK TABLE emp TO BEFORE DROP;

Which statement is true about the FLASHBACK command?

A.
It recovers the structure, data, and indexes of the first emp table.
"Pass Any Exam. Any Time." - www.actualtests.com 180
Oracle 1z0-067 Exam
B.
It recovers only the structure of the second emp table.

C.
It returns an error because two tables with the same name exist in the recycle bin.

D.
It recovers the structure, data, and indexes of the second emp table.

Answer: D
Explanation:

QUESTION NO: 110

Which three statements are true about the keystore storage framework for transparent data
encryption?

A.
It facilitates and helps to enforce keystore backup requirements.

B.
It handles encrypted data without modifying applications.

C.
It enables a keystore to be stored only in a file on a file system.

D.
It enables separation of duties between the database administrator and the security administrator.

E.
It transparently decrypts data for the database users and applications that access this data.

F.
It helps to track encryption keys and implement requirements such as keystore password rotation
and master encryption key reset or re-key operations.

Answer: A,D,F
Explanation:
References: http://oradb-
srv.wlv.ac.uk/E16655_01/network.121/e17729/asotrans.htm#CHDEABCA (benefits of the keystore
storage framework)

"Pass Any Exam. Any Time." - www.actualtests.com 181


Oracle 1z0-067 Exam

QUESTION NO: 111

You want to reduce fragmentation and reclaim unused space for the sales table but not its
dependent objects. During this operation, you want to ensure the following:

i.Long-running queries are not affected.

ii.No extra space is used.

iii.Data manipulation language (DML) operations on the table succeed at all times throughout the
process.

iv.Unused space is reclaimed both above and below the high water mark.

Which alter TABLE option would you recommend?

A.
DEALLOCATE UNUSED

B.
SHRINK SPACE CASCADE

C.
SHRINK SPACE COMPACT

D.
ROW STORE COMPRESS BASIC

Answer: C
Explanation:

The COMPACT clause lets you divide the shrink segment operation into two phases. When you
specify COMPACT, Oracle Database defragments the segment space and compacts the table
rows but postpones the resetting of the high water mark and the deallocation of the space until a
future time. This option is useful if you have long-running queries that might span the operation
and attempt to read from blocks that have been reclaimed. The defragmentation and compaction
results are saved to disk, so the data movement does not have to be redone during the second
phase. You can reissue the SHRINK SPACE clause without the COMPACT clause during off-peak
hours to complete the second phase.

References:

https://docs.oracle.com/cd/B28359_01/server.111/b28310/schema003.htm

"Pass Any Exam. Any Time." - www.actualtests.com 182


Oracle 1z0-067 Exam

QUESTION NO: 112

You have a production Oracle 12c database running on a host.

You want to install and create databases across multiple new machines that do not have any
Oracle database software installed. You also want the new databases to have the same directory
structure and components as your existing 12c database.

The steps in random order:

1.Create directory structures similar to the production database on all new machines.

2.Create a response file for Oracle Universal Installer (OUI) with the same configurations as the
production database.

3.Create a database clone template for the database.

4.Run the Database Configuration Assistant (DBCA) to create the database.

5.Run OUI in graphical mode on each machine.

6.Run OUI in silent mode using the OUI response file.

Identify the required steps in the correct sequence to achieve the requirement with minimal human
intervention.

A.
2, 1, 6, and 4

B.
2, 3, and 6

C.
3, 1, 5, and 6

D.
2, 3, 1, and 6

E.
1, 5, and 4

Answer: D
Reference: http://docs.oracle.com/cd/B19306_01/install.102/b15660/app_nonint.htm

"Pass Any Exam. Any Time." - www.actualtests.com 183


Oracle 1z0-067 Exam

QUESTION NO: 113

For which two requirements would you use the Database Resource Manager?

A.
limiting the CPU used per database call

B.
specifying the maximum number of concurrent sessions allowed for a user

C.
specifying the amount of private space a session can allocate in the shared pool of the SGA

D.
limiting the degree of parallelism of operations performed by a user or group of users

E.
specifying an idle time limit that applies to sessions that are idle and blocking other sessions

Answer: D,E
Explanation:

Limit the degree of parallelism of any operation performed by members of a group of users. Limit
the amount of time that a session can be idle. This can be further defined to mean only sessions
that are blocking other sessions.

QUESTION NO: 114

Your multitenant container database (CDB) contains multiple pluggable databases (PDBs). You
execute the command to create a common user:

SQL> CREATE USER c##a_admin

IDENTIFIED BY password

DEFAULT TABLESPACE users

QUOTA I00M ON users

TEMPORARY TABLESPACE temp;

"Pass Any Exam. Any Time." - www.actualtests.com 184


Oracle 1z0-067 Exam
Which statement is true about the execution of the command?

A.
The common user is created in the CDB and all the PDBs, and uses the users and temp
tablespaces of the CDB to store schema objects.

B.
The command succeeds only if all the PDBs have the users and temp tablespaces.

C.
The command gives an error because the container=all clause is missing.

D.
The command succeeds and sets the default permanent tablespace of a PDB as the default
tablespace for the c##a_admin user if the users tablespace does not exist in that PDB.

Answer: B
Explanation:

When creating a common user, any tablespace, tablespace group or profile specified in the
CREATE command must exist in every PDB. If none of these are specified, the default
TABLESPACE, TEMPORARY TABLESPACE, and PROFILE for the PDB will be used.

QUESTION NO: 115

Which two statements are true about the Automatic Diagnostic Repository (ADR)?

A.
The ADR base is shared across multiple instances.

B.
The ADR base keeps all diagnostic information in binary format.

C.
The ADR can be used to store statspack snapshots to diagnose database performance issues.

D.
The ADR can be used for problem diagnosis even when the database instance is down.

E.
The ADR is used to store Automatic Workload Repository (AWR) snapshots.

Answer: A,D
"Pass Any Exam. Any Time." - www.actualtests.com 185
Oracle 1z0-067 Exam
Reference: https://oracle-base.com/articles/11g/automatic-diagnostics-repository-11gr1

QUESTION NO: 116

user_data is a nonencryptedtablespace containing tables with data.

You must encrypt ail data in this tablespace.

Which three methods can do this?

A.
Use Data Pump.

B.
Use ALTERTABLE. . .MOVE

C.
Use CREATE TABLE AS SELECT

D.
Use alter tablespace to encrypt the tablespace after enabling row movement on all its

E.
Use altertablespace to encrypt the tablespace.

Answer: A,B,C
Explanation:

Finally, note that you can only create encrypted tablespaces; you cannot modify existing
tablespaces to encrypt them. So, when you need existing data in encrypted tablespaces, the best
solution is to first create encrypted tablespaces and then move the objects from the unencrypted
tablespaces to them.

Reference: http://www.oracle.com/technetwork/testcontent/o19tte-086996.html

QUESTION NO: 117

Which two statements are true about a common user?

"Pass Any Exam. Any Time." - www.actualtests.com 186


Oracle 1z0-067 Exam
A.
A common user connected to a pluggable database (PDB) can exercise privileges across other
PDBs.

B.
A common user with the create user privilege can create other common users, as well as local
users.

C.
A common user can be granted only a common role.

D.
A common user can have a local schema in a PDB.

E.
A common user always uses the global temporary tablespace that is defined at the CDB level as
the default temporary tablespace.

Answer: B,D
Reference:

http://www.oracle.com/technetwork/issue-archive/2014/14-nov/o64ocp12c-2349447.html

QUESTION NO: 118

You are administering a database that supports a 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.

Which action must you take for recovery?

A.
Restore the data file, recover it by using the recover datafilenoredo command, and use the
resetlogs option to open the database.

B.
Restore the control file and all the data files, recover them by using the recover database noredo
command, and use the resetlogs option to open the database.

C.
"Pass Any Exam. Any Time." - www.actualtests.com 187
Oracle 1z0-067 Exam
Restore all the data files, recover them by using the recover database command, and open the
database.

D.
Restore all the data files, recover them by using the recover database noredo command, and use
the resetlogs option to open the database.

Answer: B
Explanation:

See Example 3-6 Recovering a NOARCHIVELOG Database STARTUP FORCE NOMOUNT;


RESTORE CONTROLFILE; # restore control file from consistent backup ALTER DATAB ASE
MOUNT; RESTORE DATABASE; # restore data files from consistent backup RECOVER
DATABASE NOREDO; # specify NOREDO because online redo logs are lost ALTER DATABASE
OPEN RESETLOGS;

References: https://docs.oracle.com/database/121/RCMRF/rcmsynta2001.htm#RCMRF140

QUESTION NO: 119

Which three statements are true about Oracle Restart?

A.
It can be configured to automatically attempt to restart various components after a hardware or
software failure.

B.
While starting any components, it automatically attempts to start all dependencies first and in
proper order.

C.
It can be configured to automatically restart a database in case of normal shutdown of the
database instance.

D.
It can be used to only start Oracle components.

E.
It runs periodic check operations to monitor the health of Oracle components.

Answer: A,B,E
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 188


Oracle 1z0-067 Exam
A is correct: Oracle Restart improves the availability of your Oracle database. When you install
Oracle Restart, various Oracle components can be automatically restarted after a hardware or
software failure or whenever your database host computer restarts E is correct: Oracle Restart
runs periodic check operations to monitor the health of these components. If a check operation
fails for a component, the component is shut down and restarted. B is also true About Startup
Dependencies Oracle Restart ensures that Oracle components are started in the proper order, in
accordance with component dependencies. For example, if database files are stored in Oracle
ASM disk groups, then before starting the database instance, Oracle Restart ensures that the
Oracle ASM instance is started and the required disk groups are mounted. Likewise, if a
component must be shut down, Oracle Restart ensures that dependent components are cleanly
shut down first. Oracle Restart also manages the weak dependency between database instances
and the Oracle Net listener (the listener): When a database instance is started, Oracle Restart
attempts to start the listener. If the listener startup fails, then the database is still started. If the
listener later fails, Oracle Restart does not shut down and restart any database instances.

References: http://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm

QUESTION NO: 120

Examine the parameters for your database instance:

NAME TYPE VALUE

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

optimizer_adaptive_reporting_onlyboolean FALSE

optimizer_capture_sql_plan_baselinesboolean FALSE

optimizer_dynamic_samplinginteger 2

optimizer_features_enablestring 12.1.0.1

Which three statements are true about the process of automatic optimization by using statistics
feedback?

A.
The optimizer automatically changes a plan during subsequent execution of a SQL statement if
there is a huge difference in optimizer estimates and execution statistics.

B.
The optimizer can re optimize a query only once using cardinality feedback.

C.
"Pass Any Exam. Any Time." - www.actualtests.com 189
Oracle 1z0-067 Exam
The optimizer enables monitoring for cardinality feedback after the first execution of a query.

D.
The optimizer does not monitor cardinality feedback if dynamic sampling and multicolumn
statistics are enabled.

E.
After the optimizer identifies a query as a re-optimization candidate, statistics collected by the
collectors are submitted to the optimizer.

Answer: A,C,D
Explanation:

C: During the first execution of a SQL statement, an execution plan is generated as usual.

D: if multi-column statistics are not present for the relevant combination of columns, the optimizer
can fall back on cardinality feedback.

(not B)* Cardinality feedback. This feature, enabled by default in 11.2, is intended to improve plans
for repeated executions.

optimizer_dynamic_sampling

optimizer_features_enable

Dynamic sampling or multi-column statistics allow the optimizer to more accurately estimate
selectivity of conjunctive predicates.

Note:

* OPTIMIZER_DYNAMIC_SAMPLING controls the level of dynamic sampling performed by the


optimizer.

Range of values. 0 to 10

Cardinality feedback was introduced in Oracle Database 11gR2. The purpose of this feature is to
automatically improve plans for queries that are executed repeatedly, for which the optimizer does
not estimate cardinalities in the plan properly. The optimizer may misestimate cardinalities for a
variety of reasons, such as missing or inaccurate statistics, or complex predicates. Whatever the
reason for the misestimate, cardinality feedback may be able to help.

QUESTION NO: 121

"Pass Any Exam. Any Time." - www.actualtests.com 190


Oracle 1z0-067 Exam
RMAN is connected to the target database PROD1 and an auxiliary instance in NOMOUNT state.
Examine the command to create a duplicate database:

RMAN> DUPLICATE TARGET DATABASE TO dup1

FROM ACTIVE DATABASE

NOFILENAMECHECK

PASSWORD FILE

SPFILE;

Which two statements are true about the execution of the DUPLICATE command?

A.
All archive redo log files are automatically copied to the duplicate database.

B.
The duplicate database has the same directory structure as the source database.

C.
The duplicate database is created by using the backups created during the execution of the
DUPLICATE command.

D.
The password file and SPFILE for the duplicate database DUP1 are created in their respective
default locations.

E.
The duplicate database is created without using RMAN backups and PROD1 is allowed to remain
open during duplication.

Answer: A,E
Explanation:

QUESTION NO: 122

A user issues a query on the sales table and receives the following error:

ERROR at line 1:

ORA-01565: error in identifying file '/u0l/app/oracle/oradata/ORCL/temp01.dbf'


"Pass Any Exam. Any Time." - www.actualtests.com 191
Oracle 1z0-067 Exam
ORA-27037: unable to obtain file status

Which two actions would you take to recover the temporary tablespace?

A.
Drop the temp01.dbf file, and then re-create the temp file.

B.
Add a new temp file to the temporary tablespace and drop the temp01.dbf file.

C.
Shut down the database instance, start up the database instance in mount state, create a new
temporary tablespace, and then open the database.

D.
Take the temporary tablespace offline, recover the missing temp file, and then bring the temporary
tablespace online.

E.
Create a new temporary tablespace and assign it as the default to the user.

Answer: B,E
Explanation:

QUESTION NO: 123

Your database supports an online transaction processing (OLTP) workload in which one of the
applications creates a temporary table for a session and performs transactions on it. This
consumes a lot of undo tablespace and is affecting undo retention.

Which two actions would you take to solve this problem?

A.
Enable temporary undo for the database.

B.
Enable undo retention guarantee.

C.
Increase the size of the redo log buffer.

D.

"Pass Any Exam. Any Time." - www.actualtests.com 192


Oracle 1z0-067 Exam
Enable Automatic Memory Management (AMM).

E.
Increase the size of the temporary tablespace.

Answer: A,E
Reference: http://docs.oracle.com/database/121/ADMIN/undo.htm#CEGJGIAE

QUESTION NO: 124

Which two statements are true about service creation for pluggable databases (PDBs)?

A.
When a PDB is created, a service is automatically started in the instance with the same name as
the PDB.

B.
The default service that is automatically created by a database at the time of PDB creation can be
dropped, provided a new additional service is created.

C.
A database managed by Oracle Restart can have additional services created or existing services
modified by using the srvctl utility for each PDB.

D.
Only a common user can create additional services for a PDB.

E.
When a PDB is created, a service with the same name as the PDB is created in the PDB.

Answer: A,C
Explanation:

QUESTION NO: 125

You want to move your existing recovery catalog to another database.

Examine the steps:


"Pass Any Exam. Any Time." - www.actualtests.com 193
Oracle 1z0-067 Exam
1) Export the catalog data by using the Data Pump Export utility in the source database.

2) Create a recovery catalog user and grant the necessary privileges in the target database.

3) Create a recovery catalog by using the create catalog command.

4) Import the catalog data into the new recovery catalog by using the Data Pump Import utility in
the target database.

5) Import the source recovery catalog schema by using the import catalog command.

6) Connect to the destination database.

7) Connect as catalog to the destination recovery catalog schema.

Identify the option with the correct sequence for moving the recovery catalog.

A.
1, 6, 4

B.
2, 3, 7, 5

C.
1, 2, 6, 4

D.
1, 2, 3, 6, 5

Answer: B
Explanation:

QUESTION NO: 126

Examine the command and its output:

SQL> DROP TABLE EMPLOYEE;

SQL> SELECT object_name AS recycle_name, original_name, type FROM recyclebin;

RECYCLE_NAMEORIGINAL_NAMETYPE

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

"Pass Any Exam. Any Time." - www.actualtests.com 194


Oracle 1z0-067 Exam
binsgk31sj/3akk5hg3j21kl5j3d==$0EMPLOYEE TABLE

You then successfully execute the command:

SQL> FLASHBACK TABLE "BINSgk31sj/3akk5hg3j21kl5j3d==$0" TO BEFORE DROP;

Which two statements are true?

A.
It flashes back the employee table and all the constraints associated with the table.

B.
It automatically flashes back all the indexes on the employes table.

C.
It automatically flashes back any triggers defined on the table.

D.
It flashes back only the structure of the table and not the data.

E.
It flashes back the data from the recycle bin and the existing data in the original table is
permanently lost.

Answer: B,C
Explanation:

A table and all of its dependent objects (indexes, LOB segments, nested tables, triggers,
constraints and so on) go into the recycle bin together, when you drop the table. Likewise, when
you perform Flashback Drop, the objects are generally all retrieved together. Trigger automatically
flashbacked.

References:

http://docs.oracle.com/cd/B19306_01/backup.102/b14192/flashptr004.htm#i1020594

QUESTION NO: 127

You want the execution of large database operations to suspend, and then resume, in the event of
space allocation failures.

You set the value of the initialization parameter resumable_timeout to 3600.

"Pass Any Exam. Any Time." - www.actualtests.com 195


Oracle 1z0-067 Exam
Which two statements are true?

A.
A resumable statement can be suspended and resumed only once during execution.

B.
Data Manipulation Language (DML) operations are resumable, provided that they are not
embedded in a PL/SQL block.

C.
A suspended statement will report an error if no corrective action has taken place during a timeout
period.

D.
Before a statement executes in resumable mode, the alter session enable resumable statement
must be issued in its session.

E.
Suspending a statement automatically results in suspending a transaction and releasing all the
resources held by the transaction.

Answer: C,D
Reference:

http://docs.oracle.com/cd/B28359_01/server.111/b28310/schema002.htm

QUESTION NO: 128

Your database is running in archive log mode and Automatic Undo Management is enabled.

Which two tasks should you perform before enabling Flashback Database?

A.
Enable minimal supplemental logging.

B.
Ensure that the db_flashback_retention_target parameter is set to a point in time (in minutes) to
which the database can be flashed back.

C.
Enable the recyclebin.

D.

"Pass Any Exam. Any Time." - www.actualtests.com 196


Oracle 1z0-067 Exam
Enable undo retention guarantee.

E.
Enable Fast Recovery Area.

Answer: B,E
Explanation:

Section: About Flashback Database

Flashback Database uses its own logging mechanism, creating flashback logs and storing them in
the fast recovery area. You can only use Flashback Database if flashback logs are available. To
take advantage of this feature, you must set up your database in advance to create flashback logs.

References: https://docs.oracle.com/database/121/BRADV/flashdb.htm#BRADV582

QUESTION NO: 129

Consider the following scenario for your database:

-Backup optimization is enabled in RMAN.

-The recovery window is set to seven days in RMAN.

-The most recent backup to disk for the tools tablespace was taken on March 1, 2015.

-The tools tablespace is read-only since March 2, 2015.

On March 15, 2015, you issue the RMAN command to back up the database via the Media
Manager Interface.

Which statement is true about the backup of the tools tablespace?

A.
The RMAN backup fails because the tools tablespace is read-only.

B.
RMAN skips the backup of the tools tablespace because backup optimization is enabled.

C.
RMAN creates a backup of the tools tablespace because backup optimization is applicable only
for the backups written to media.

"Pass Any Exam. Any Time." - www.actualtests.com 197


Oracle 1z0-067 Exam
D.
RMAN creates a backup of the tools tablespace because no backup of the tablespace exists
within the seven-day recovery window.

Answer: D
Explanation:

QUESTION NO: 130

You set the following parameters in the parameter file and restart the database instance:

MEMORY_MAX_TARGET=0

MEMORY__TARGET=500M

PGA_AGGREGATE_TARGET=90M

SGA_TARGET=270M

Which two statements are true?

A.
The memory_max_target parameter is automatically set to 500 MB.

B.
The pga_aggregate_target and sga_target parameters are automatically set to zero.

C.
The value of the memory_max_target parameter remains zero for the database instance.

D.
The lower limits of the pga_aggregate_target and sga_target parameters are set to 90 MB and
270 MB respectively.

E.
The instance does not start up because Automatic Memory Management (AMM) is enabled but
pga_aggregate_target and sga_target parameters are set to nonzero values.

Answer: A,D
Reference:

http://docs.oracle.com/cd/B28359_01/server.111/b28310/memory003.htm#ADMIN11200 (See the


second note on the page)

"Pass Any Exam. Any Time." - www.actualtests.com 198


Oracle 1z0-067 Exam

QUESTION NO: 131

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?

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.

Answer: C
Reference: http://docs.oracle.com/cd/A97630_01/server.920/a96533/instreco.htm

QUESTION NO: 132

Which three statements are true about persistent lightweight jobs?

A.
"Pass Any Exam. Any Time." - www.actualtests.com 199
Oracle 1z0-067 Exam
A user cannot set privileges on them.

B.
They generate large amounts of metadata.

C.
They may be created as fully self-contained jobs.

D.
They must reference an existing Scheduler Program.

E.
The are useful when users need to create a large number of jobs quickly.

Answer: A,D,E
Explanation:

Unlike regular jobs, they are not schema objects. Because lightweight jobs are not schema
objects, you cannot grant privileges on them. A lightweight job inherits privileges from its specified
program. Thus, any user who has a certain set of privileges on the program has corresponding
privileges on the lightweight job. Use lightweight jobs when you have many short-duration jobs that
run frequently. Under certain circumstances, using lightweight jobs can deliver a small
performance gain. A lightweight job must reference a program object (program) to specify a job
action. The program must be already enabled when the lightweight job is created, and the
program type must be either ‘PLSQL_BLOCK’ or ‘STORED_PROCEDURE’.

References:

http://docs.oracle.com/database/121/ADMIN/schedover.htm#ADMIN12668

QUESTION NO: 133

You restore and recover your database to a new host by using an existing RMAN open database
backup.

Which step must you perform next?

A.
Execute catproc.sqi to recompile invalid PL/SQL modules.

B.
Open the database with the resetlogs option.

C.
"Pass Any Exam. Any Time." - www.actualtests.com 200
Oracle 1z0-067 Exam
Set a new database identifier (DBID) for the newly restored database.

D.
Use the RMAN set newname and switch commands to switch to new files.

Answer: B
Reference:

https://docs.oracle.com/cd/B10501_01/server.920/a96566/rcmrecov.htm#1007514

QUESTION NO: 134

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.

Answer: A,B
Explanation:

In unified auditing, the unified audit trail captures audit information from a variety of sources. Audit
records (including SYS audit records) from unified audit policies and AUDIT settings Fine-grained
audit records from the DBMS_FGA PL/SQL package Oracle Database Real Application Security
audit records Oracle Recovery Manager audit records Oracle Database Vault audit records Oracle
Label Security audit records Oracle Data Mining records Oracle Data Pump Oracle SQL*Loader
Direct Load

Enable theunified auditing executable. UNIX: Run the following command: make -f ins_rdbms.mk
"Pass Any Exam. Any Time." - www.actualtests.com 201
Oracle 1z0-067 Exam
uniaud_on ioracle ORACLE_HOME=$ORACLE_HOME

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

References: https://docs.oracle.com/database/121/DBSEG/auditing.htm#DBSEG343

https://docs.oracle.com/database/121/DBSEG/auditing.htm#DBSEG1024

https://docs.oracle.com/database/121/TDPSG/GUID-BF747771-01D1-4BFB-8489-
08988E1181F6.htm#TDPSG55281

QUESTION NO: 135

Your database is running in archivelog mode. You are taking a backup of your database by using
RMAN with a recovery catalog. Because of a media failure, one of the data files and all the control
files are lost.

Examine the steps to recover the database:

1. Restore the control files by using the RMAN restore controlfile command.

2. Mount the database.

3. Restore the data files by using the RMAN restore database command.

4. Open the database with the resetlogs option.

5. Recover the data files by using the RMAN recover using backup controlfile command.

6. Start the database instance in nomount state.

7. Connect to the target database by using a recovery catalog.

8. Open the database.

9. Restore the data file.

10. Recover the data file.

Identify the required steps in the correct order.

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

B.

"Pass Any Exam. Any Time." - www.actualtests.com 202


Oracle 1z0-067 Exam
7, 2, 1, 3, 5, 8

C.
7, 6, 1, 2, 9, 10, 8

D.
7, 6, 1, 2, 9, 10, 4

Answer: D
Explanation:

“If all copies of the current control file are lost or damaged, then you must restore and mount a
backup control file. You must then run the RECOVER command, even if no datafiles have been
restored, and open the database with the RESETLOGS option.”

Reference:

https://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmadvre.htm#i1006245

QUESTION NO: 136

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

"Pass Any Exam. Any Time." - www.actualtests.com 203


Oracle 1z0-067 Exam
G.
ASM disk groups with ASM disks consisting of LUNs on Pillar Axiom Storage arrays

Answer: A,E,G
Explanation:

HCC requires the use of Oracle Storage – Exadata (A), Pillar Axiom (G) or Sun ZFS Storage
Appliance (ZFSSA).

Note:

* Hybrid Columnar Compression, initially only available on Exadata, has been extended to support
Pillar Axiom and Sun ZFS Storage Appliance (ZFSSA) storage when used with Oracle Database
Enterprise Edition 11.2.0.3 and above

* Oracle offers the ability to manage NFS using a feature called Oracle Direct NFS (dNFS). Oracle
Direct NFS implements NFS V3 protocol within the Oracle database kernel itself. Oracle Direct
NFS client overcomes many of the challenges associated with using NFS with the Oracle
Database with simple configuration, better performance than traditional NFS clients, and offers
consistent configuration across platforms.

QUESTION NO: 137

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

Answer: B
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 204


Oracle 1z0-067 Exam
Comparing Current System Performance to a Baseline Period You may have noticed a
performance change on a production system and would like to know why, or you may have
implemented a change to a production system and want to know the effect of the change, such as
increased concurrency waits. The Compare Period ADDM compares the performance of the
database server in two time periods, and returns a report describing the performance changes and
the root origin of the changes. The Advisor can analyze any Oracle RDBMS version 10.2.0.4 or
later monitored by Cloud Control. The following procedure explains how to initiate a report from
the Compare Period ADDM.

QUESTION NO: 138

Which parameter must be set to which value to implement automatic PGA memory management?

A.
Set memory_target to zero.

B.
Set STATISTICS_LEVEL to BASIC.

C.
Set pga_aggregate_target to a nonzero value.

D.
Set pga_aggregate_target and sga_target to the same value.

E.
Set sgajtarget to zero.

Answer: C
Explanation:

When automatic memory management is not enabled, the default method for the instance PGA is
automatic PGA memory management

Reference:

http://docs.oracle.com/cd/B28359_01/server.111/b28318/memory.htm

QUESTION NO: 139

"Pass Any Exam. Any Time." - www.actualtests.com 205


Oracle 1z0-067 Exam
Examine the following set of RMAN commands:

RMAN> CONFIGURE CHANNEL dc1 DEVICE TYPE DISK FORMAT ' /u02/backup/%U' ; RMAN>
RUN

ALLOCATE CHANNEL ch1 DEVICE TYPE DISK;

EXECUTE SCRIPT arc_backup;

Which statement is true about the RMAN RUN block execution?

A.
The script is executed and both DC1 and CH1 channels are used for script execution.

B.
The execution of the script fails because multiple channels cannot exist simultaneously.

C.
The persistent configuration parameter, DC1, is overridden because a new channel is allocated in
the RMAN RUN block.

D.
The new channel, CH1, is ignored because a channel has been configured already.

Answer: C
Reference: https://docs.oracle.com/cd/B12037_01/server.101/b10770/rcmsynta4.htm

QUESTION NO: 140

You create two Resource Manager plans, one for night time workloads, the other for day time.

How would you make the plans switch automatically?

A.
Use job classes.

B.
Use scheduler windows.

"Pass Any Exam. Any Time." - www.actualtests.com 206


Oracle 1z0-067 Exam
C.
Use the mapping rule for the consumer groups.

D.
Set the switch_time plan directive for both plans.

E.
Use scheduler schedules.

Answer: B
Explanation:

The resource manager is only activated when a default resource plan is assigned. Only one
resource plan can be active at any given time. Resource plan switches can be automated using
scheduler windows or performed manually by setting the resource_manager_plan parameter using
the alter system command as shown below.

Reference:

http://www.dba-oracle.com/job_scheduling/resource_manager_plan.htm

QUESTION NO: 141

Which three statements are true about Consolidated Database Replay?

A.
The workload capture and replay systems must have the same operating system (OS).

B.
Multiple workload captures from multiple databases can be replayed simultaneously on all
pluggable databases (PDBs) in a multitenant container database (CDB).

C.
A subset of the captured workload can be replayed.

D.
The number of captured workloads must be the same as the number of PDBs in a multitenant
CDB.

E.
Multiple replay schedules can be defined for a consolidated replay and during replay initialization,
you can select from any of the existing replay schedules.

Answer: B,C,E
"Pass Any Exam. Any Time." - www.actualtests.com 207
Oracle 1z0-067 Exam
Explanation:

These capture files are platform independent and can be transported to another system.

You can use Consolidated Database Replay to combine the captured workloads from the three
applications and replay them concurrently on PDBs.

References: https://docs.oracle.com/database/121/RATUG/GUID-36DE5567-5A64-493B-A154-
6581C678FC8A.htm#RATUG105

https://docs.oracle.com/database/121/RATUG/GUID-42958859-005D-4B93-9DD3-
79807968EA9E.htm#RATUG4199

https://docs.oracle.com/database/121/RATUG/GUID-C4DC0795-74B2-456D-AA0A-
B4F7F45C81F8.htm

https://docs.oracle.com/database/121/RATUG/GUID-B1AEA82F-60E5-43CE-BB12-
C6D72232886A.htm

QUESTION NO: 142

Which two statements are true about Flashback Version Query?

A.
The result of a query can be used as part of a DML statement.

B.
It can be used to create views.

C.
It can be used only if Flashback Data Archive is enabled for a table.

D.
It retrieves all versions of rows that exist in a time interval, including the start time and end time.

E.
It can be used to retrieve the SQL that is required to undo a row change and the user responsible
for the change.

Answer: D,E
Reference:

https://docs.oracle.com/cd/E11882_01/appdev.112/e41502/adfns_flashback.htm#ADFNS01004

"Pass Any Exam. Any Time." - www.actualtests.com 208


Oracle 1z0-067 Exam

QUESTION NO: 143

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

A.
The PDB must be open in read only mode.

B.
The PDB must be dosed.

C.
The unplugged PDB becomes a non-CDB.

D.
The unplugged PDB can be plugged into the same multitenant container database (CDB)

E.
The unplugged PDB can be plugged into another CDB.

F.
The PDB data files are automatically removed from disk.

Answer: B,D,E
Explanation:

B, not A: The PDB must be closed before unplugging it.

D: An unplugged PDB contains data dictionary tables, and some of the columns in these encode
information in an endianness-sensitive way. There is no supported way to handle the conversion
of such columns automatically. This means, quite simply, that an unplugged PDB cannot be
moved across an endianness difference.

E (not F): To exploit the new unplug/plug paradigm for patching the Oracle version most
effectively, the source and destination CDBs should share a filesystem so that the PDB’s datafiles
can remain in place.

References:

QUESTION NO: 144

"Pass Any Exam. Any Time." - www.actualtests.com 209


Oracle 1z0-067 Exam
You are administering a multitenant container database (CDB) that contains multiple pluggable
databases (PDBs). You are connected to cdb$root as the sys user. You execute the commands:

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

SQL> CREATE ROLE C##CONNECT;

SQL> GRANT CREATE SESSION, CREATE TABLE, SELECT ANY TABLE TO C##CONNECT;

SQL> GRANT C##CONNECT to C##ADMIN CONTAINER=ALL;

Which statement is true about the c##connect role?

A.
It is created only in cdb$root and cannot be granted to the c##admin user with the container=all
clause.

B.
It is granted to the c##admin user only in the CDB.

C.
It is granted to the c##admin user in all PDBs and can be granted only to a local user in a PDB.

D.
It is granted to the c##admin user in all PDBs and can be granted object and system privileges for
a PDB.

Answer: D
Explanation:

“CONTAINER Clause The CONTAINER clause applies when you are connected to a CDB.
However, it is not necessary to specify the CONTAINER clause because its default values are the
only allowed values. To create a common role, you must be connected to the root. You can
optionally specify CONTAINER = ALL, which is the default when you are connected to the root. To
create a local role, you must be connected to a PDB. You can optionally specify CONTAINER =
CURRENT, which is the default when you are connected to a PDB.”

References: https://docs.oracle.com/database/121/SQLRF/statements_6014.htm#SQLRF01311

QUESTION NO: 145

Examine the RMAN command:

"Pass Any Exam. Any Time." - www.actualtests.com 210


Oracle 1z0-067 Exam
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.

Answer: D
Explanation:

QUESTION NO: 146

Which three conditions must be met before you create a Virtual Private Catalog (VPC)?

A.
A base recovery catalog should exist.

B.
The owner of VPC cannot own recovery catalog.

C.
At least one target database should be registered in the recovery catalog.

D.
The register database privilege should be granted to the virtual catalog owner.

E.
The recovery_catalog_owner role should be granted to the virtual catalog owner.

"Pass Any Exam. Any Time." - www.actualtests.com 211


Oracle 1z0-067 Exam
Answer: A,D,E
Explanation:
References: http://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta013.htm

QUESTION NO: 147

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.

Answer: C,D
Explanation:
References:
http://docs.oracle.com/cd/E11882_01/appdev.112/e18294/adlob_smart.htm#ADLOB46

QUESTION NO: 148

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.
"Pass Any Exam. Any Time." - www.actualtests.com 212
Oracle 1z0-067 Exam
Compressed backups cannot have section size defined during a backup operation

E.
It works only for locally managed tablespaces.

Answer: B,C,E
Explanation:

“RMAN also skips other datafile blocks that do not currently contain data, if all of the following
conditions apply: The COMPATIBLE initialization parameter is set to 10.2 There are currently no
guaranteed restore points defined for the database The datafile is locally managed The datafile is
being backed up to a backup set as part of a full backup or a level 0 incremental backup The
backup set is being created on disk.

References:
https://docs.oracle.com/cd/B19306_01/backup.102/b14194/rcmsynta009.htm#i1015382

QUESTION NO: 149

Which three statements are true about the database instance startup after an instance failure?

A.
The RECO process recovers the uncommitted transactions at the next instance startup.

B.
Online redo log files and archived redo log files are required to complete the rollback stage of
instance recovery.

C.
Uncommitted changes are rolled back to ensure transactional consistency.

D.
The SMON process automatically performs the database recovery.

E.
Media recovery is required to complete the database recovery.

F.
Changes committed before the failure, which were not written to the data files, are re-applied.

Answer: C,D,F
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 213


Oracle 1z0-067 Exam

QUESTION NO: 150

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?

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.

Answer: B,C
Explanation:

QUESTION NO: 151

View the SPFILE parameter settings in the Exhibit.

"Pass Any Exam. Any Time." - www.actualtests.com 214


Oracle 1z0-067 Exam

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

Answer: B
Explanation:

SQL> startup nomount ORA-01078: failure in processing system parameters ORA-00824: cannot
set SGA_TARGET or MEMORY_TARGET due to existing internal settings ORA-00848:
STATISTICS_LEVEL cannot be set to BASIC with SGA_TARGET or MEMORY_TARGET SQL>

"Pass Any Exam. Any Time." - www.actualtests.com 215


Oracle 1z0-067 Exam

QUESTION NO: 152

Which three requirements must be met before a tablespace can be transported across different
platforms?

A.
Both the source and target databases must use the same character set.

B.
The platforms of both the source and target databases must have the same endian format.

C.
The compatible parameter value must be the same in the source and target databases.

D.
The minimum compatibility level for both the source and target databases must be 10.0.0.

E.
The tablespace to be transported must be in read-only mode.

Answer: A,D,E
Reference: http://docs.oracle.com/cd/B28359_01/server.111/b28310/tspaces013.htm

QUESTION NO: 153

Examine the output:

SQL > ARCHIVE LOGLIST

Database log mode Archive Mode

Automatic archival Enabled

Archive Destination USE_DB_RECOVERY_FILE_DEST

Oldest online log sequence 376

Next log sequence to archive 378

Current log sequence 378

"Pass Any Exam. Any Time." - www.actualtests.com 216


Oracle 1z0-067 Exam
Which three types of files are automatically placed in the fast recovery area?

A.
Flashback data archives (FDA)

B.
Archived redo log files

C.
Control file autobackups

D.
Server parameter file (SPFILE)

E.
Recovery Manager (RMAN) backup pieces

Answer: B,C,E
Explanation:
References: http://docs.oracle.com/cd/E11882_01/backup.112/e10642/glossary.htm#BRADV526

QUESTION NO: 154

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

A.
If no PDB plan is enabled for a pluggable database, then all sessions for that PDB are treated to
an equal degree of the resource share of that PDB.

B.
In a PDB plan, subplans may be used with up to eight consumer groups.

C.
If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer
groups across all PDBs in the CDB.

D.
If no PDB plan is enabled for a pluggable database, then the PDB share in the CDB plan is
dynamically calculated.

E.
If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer
groups based on the shares provided to the PDB in the CDB plan and the shares provided to the
"Pass Any Exam. Any Time." - www.actualtests.com 217
Oracle 1z0-067 Exam
consumer groups in the PDB plan.

Answer: A,E
Explanation:

A: Setting a PDB resource plan is optional. If not specified, all sessions within the PDB are treated
equally.

In a non-CDB database, workloads within a database are managed with resource plans.

In a PDB, workloads are also managed with resource plans, also called PDB resource plans.

The functionality is similar except for the following differences:

Non-CDB Database

Multi-level resource plans

Up to 32 consumer groups

Subplans

PDB Database

Single-level resource plans only

Up to 8 consumer groups

(Not B) No subplans

QUESTION NO: 155

In a database supporting an OLTP workload, tables are frequently updated on both key and non-
keycolumns.

Reports are also generated by joining multiple tables.

Which table organization or type would provide the best performance for this hybrid workload?

A.
heap table with a primary key index

B.
external table

"Pass Any Exam. Any Time." - www.actualtests.com 218


Oracle 1z0-067 Exam
C.
hash clustered table

D.
global temporary table

E.
index clustered table

Answer: E
Explanation:

Do not cluster tables if the application joins them only occasionally or modifies their common
column values frequently. Modifying a row’s cluster key value takes longer than modifying the
value in an unclustered table, because Oracle might need to migrate the modified row to another
block to maintain the cluster.

Reference:

http://docs.oracle.com/cd/B28359_01/server.111/b28274/data_acc.htm#i7690

QUESTION NO: 156

In your database, there are tablespaces that were read-only when the last backup was taken.
These tablespaces have not been made read/write since then. You want to perform an incomplete
recovery on the database by using a backup control file.

What precaution must you take for the read-only tablespaces before performing an incomplete
recovery?

A.
All the read-only tablespaces should be taken offline.

B.
All the read-only tablespaces should be restored separately.

C.
All the read-only tablespaces should be renamed to have the MISSINGnnnn format.

D.
All the read-only tablespaces should be made online with logging disabled.

Answer: A
"Pass Any Exam. Any Time." - www.actualtests.com 219
Oracle 1z0-067 Exam
Explanation:

Take data files from read-only tablespaces offline before doing recovery with a backup control file,
and then bring the files online at the end of media recovery.

References:

http://docs.oracle.com/cd/E11882_01/backup.112/e10642/osadvsce.htm#BRADV227

QUESTION NO: 157

Examine the RMAN commands executed in your database:

RMAN>CONFIGURE DEFAULT DEVICE TYPE TO disk;

RMAN>CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO BACKUPSET;

RKAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;

You issue the command:

RMAN> BACKUP DATABASE;

Which two statements are true about the command?

A.
It performs a log switch.

B.
It creates compressed backup sets by using binary compression by default.

C.
It backs up only the used blocks in data files.

D.
It backs up data files, the control file, and the server parameter file.

E.
It creates a backup of only the control file whenever the database undergoes a structural change.

Answer: C,D
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 220


Oracle 1z0-067 Exam
C: RMAN backup sets automatically use unused block compression.

D: If CONFIGURE CONTROLFILE AUTOBACKUP is ON (by default it is OFF), then RMAN


automatically backs up the control file and server parameter file after every backup and after
database structural changes.

Not E: spfile is also backed up.

References:
http://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta007.htm#i1015382

http://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup003.htm#i1009642

QUESTION NO: 158

Which statement is true about the loss or damage of a temp file that belongs to the temporary
tablespace of a pluggable database (PDB)?

A.
The PDB is closed and the temp file is re-created automatically when the PDB is opened.

B.
The PDB is closed and requires media recovery at the PDB level.

C.
The PDB does not close and the temp file is re-created automatically whenever the container
database (CDB) is opened.

D.
The PDB does not close and starts by using the default temporary tablespace defined for the
CDB.

Answer: C
Explanation:

If a temp file belonging to a PDB temporary tablespace is lost or damaged, and the user issuing
the statement uses it, an error during the execution of SQL statements that require that temporary
space for sorting occurs. ... The PDB can open with a missing temporary file. If any of the
temporary files do not exist when the PDB is opened, they are automatically re-created. They are
also automatically recreated at CDB startup.

"Pass Any Exam. Any Time." - www.actualtests.com 221


Oracle 1z0-067 Exam
QUESTION NO: 159

You execute the commands on a multitenant container database CDB1 that has multiple
pluggable databases:

$ . oraenv

ORACLE-_SID = [oracle] ? cdb1

The oracle base for ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1 is


/u01/app/oracle

$ rman target /

Recovery Manager : Release 12.1.0.0.2 - production on Fri Ju1 19 05:18:33: 2013

Coppyright (c) 1982, 2013, oracle and/or its affiliates. All rights reserved.

Connected to target database:CDB1 (DBID=782249327)

RMAN>SELECT name FROMv$tablespace;

Which statement is true about the execution of the last command?

A.
It succeeds and displays all the tablespaces that belong to the root database.

B.
It fails and returns an error because a connection is not made by using the sysdba privilege.

C.
It succeeds and displays all the tablespaces that belong to the root and pluggable databases.

D.
It fails and returns an error because SQL commands cannot be executed at the RMAN prompt.

Answer: C
Explanation:

QUESTION NO: 160


"Pass Any Exam. Any Time." - www.actualtests.com 222
Oracle 1z0-067 Exam
Which Oracle Database component is audited by default if the Unified Auditing option is enabled?

A.
Oracle Data Pump

B.
Oracle Recovery Manager (RMAN)

C.
Oracle Label Security

D.
Oracle Database Vault

E.
Oracle Real Application Security

Answer: B
Explanation:

Unlike other Oracle Database components, you do not create a unified audit policy for Oracle
Recovery Manager events. The UNIFIED_AUDIT_TRAIL data dictionary view has a set of fields,
whose names begin with RMAN_, that automatically record Recovery Manager-related events.

References:

https://docs.oracle.com/database/121/DBSEG/audit_config.htm#CHDDHEIA

QUESTION NO: 161

Which two statements are true about tablespaces in multitenant container databases (CDBs)?

A.
Default permanent tablespaces can be shared across pluggable databases (PDBs).

B.
The current container must be set to root to create or modify the default temporary tablespace or
tablespace group for a CDB.

C.
Each PDB can have its own default temporary tablespace.

D.
The default permanent tablespace for a PDB can be changed only by a local user with the

"Pass Any Exam. Any Time." - www.actualtests.com 223


Oracle 1z0-067 Exam
required permissions.

E.
The amount of space that each PDB can use in a shared temporary tablespace must be set at the
CDB level.

Answer: B,C
Explanation:

References:

https://oracle-base.com/articles/12c/multitenant-manage-tablespaces-in-a-cdb-and-pdb-
12cr1#temporary-tablespaces

QUESTION NO: 162

When is the UNDO_RETENTION parameter value ignored by a transaction?

A.
when the data file of the undo tablespace is autoextensible

B.
when there are multiple undotablespaces available in a database

C.
when the undo tablespace is of a fixed size and retention guarantee is not enabled

D.
when Flashback Database is enabled

Answer: C
Explanation:
References:

http://docs.oracle.com/cd/B19306_01/server.102/b14231/undo.htm (undo retention, see the


bullets)

QUESTION NO: 163

"Pass Any Exam. Any Time." - www.actualtests.com 224


Oracle 1z0-067 Exam
Which two options can be configured for an existing database by using the Database
Configuration Assistant (DBCA)?

A.
Database Resident Connection Pooling

B.
Oracle Suggested Backup Strategy

C.
Database Vault in ORACLE_HOME

D.
Nondefaultblocksizetablespaces

E.
Configure Label Security

Answer: C,E
Explanation:

QUESTION NO: 164

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?

A.
DATE

B.
TIMESTAMP

C.
INTERVAL YEAR TO MONTH

D.
INTERVAL DAY TO SECOND

E.
TIMESTAMP WITH LOCAL TIME ZONE

Answer: B,E
Reference:
"Pass Any Exam. Any Time." - www.actualtests.com 225
Oracle 1z0-067 Exam
http://docs.oracle.com/database/121/NLSPG/ch3globenv.htm#i1007084

QUESTION NO: 165

Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?

A.
By default, EM express is available for a database after database creation.

B.
You can use EM express to manage multiple databases running on the same server.

C.
You can perform basic administrative tasks for pluggable databases by using the EM express
interface.

D.
You cannot start up or shut down a database instance by using create and configure pluggable
databases by using EM express.

E.
You can create and configure pluggable databases by using EM express.

Answer: A
Explanation:

EM Express is built inside the database.

Note:

Oracle Enterprise Manager Database Express (EM Express) is a web-based database


management tool that is built inside the Oracle Database. It supports key performance
management and basic database administration functions. From an architectural perspective, EM
Express has no mid-tier or middleware components, ensuring that its overhead on the database
server is negligible.

QUESTION NO: 166

You issue the RMAN commands:


"Pass Any Exam. Any Time." - www.actualtests.com 226
Oracle 1z0-067 Exam
RMAN> CONFIGURE DEFAULT DEVICE TYPE TO disk;

RMAN> CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COPY;

RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;

RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;

Which three tasks are performed by the BACKUP DATABASE command?

A.
switching the online redo log file

B.
backing up all data files as image copies and archive log files, and deleting those archive log files

C.
backing up only the used blocks in the data files

D.
backing up all used and unused blocks in the data files

E.
backing up all archived log files and marking them as obsolete

Answer: A,B,D
Reference:

https://docs.oracle.com/database/121/BRADV/rcmbckba.htm#BRADV89516

QUESTION NO: 167

As part of a manual upgrade process, after installing the software for Oracle Database 12c and
preparing the new Oracle home, you shut down the existing single-instance database.

Which step should you perform next to start the upgrade of the database?

A.
Start up the database instance by using the new location of the server parameter file and run the
catuppst.sqi script to generate informational messages and log files during the upgrade.

B.
Start up the database instance by using the new location of the server parameter file and run the
cact1.pl script from the new Oracle home to use parallel upgrade options that reduce down time.
"Pass Any Exam. Any Time." - www.actualtests.com 227
Oracle 1z0-067 Exam
C.
Start up the database instance by using the STARTUP UPGRADE command and gather fixed
object statistics to minimize the time needed for recompilation.

D.
Start up the database instance by using the STARTUP UPGRADE command, which opens the
existing database, and then performs additional upgrade operations.

Answer: D
Reference:

http://docs.oracle.com/database/121/UPGRD/upgrade.htm#CHDBHAHE

QUESTION NO: 168

Examine the command to duplicate a database:

RMAN> DUPLICATE TARGET DATABASE TO cdb

PLUGGABLE DATABASE pdb1, pdb5;

Which two statements are true about the DUPLICATE command?

A.
The SPFILE is copied along with the data files of the pluggable databases (PDBs).

B.
The root and the seed database in the container database (CDB) are also duplicated.

C.
A backup of pdb1 and pd5 must exist before executing the command.

D.
The duplicate command first creates a backup, and then duplicates the PDBs by using the
backup.

E.
An auxiliary instance must be started with the initialization parameter
ENABLE_PLUGGABLE_DATABASE set to TRUE.

Answer: B,E

"Pass Any Exam. Any Time." - www.actualtests.com 228


Oracle 1z0-067 Exam
Explanation:

Do backups of the source database exist? The principal advantage of active database duplication
is that it does not require source database backups. Active duplication copies mounted or online
database files over a network to the auxiliary instance. One disadvantage of this technique is the
negative performance effect on the network. Another disadvantage is that the source database is
running processes required to transfer the files to the auxiliary host, thereby affecting the source
database and production workload. If the source database backups exist, and if the effect on the
network is unacceptable, then backup-based duplication may be a better option. You can copy
backups to temporary storage and transfer them manually to the destination host. If duplication is
made with a connection to the target or the recovery catalog, then the backup files on the
destination host must have the same file specification as they had on the source host. Otherwise,
this is not a requirement.

QUESTION NO: 169

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

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

Answer: A,D,E
Explanation:

A: In certain situations, you may want to exclude selected columns or tables from scanning or
conversion steps of the migration process.

D: Exceed column limit

The cell data will not fit into a column after conversion.

"Pass Any Exam. Any Time." - www.actualtests.com 229


Oracle 1z0-067 Exam
E: Need conversion

The cell data needs to be converted, because its binary representation in the target character set
is different than the representation in the current character set, but neither length limit issues nor
invalid representation issues have been found.

QUESTION NO: 170

Identify three reasons for using a recovery catalog with Recovery Manager (RMAN).

A.
to store backup information of multiple databases in one place

B.
to restrict the amount of space that is used by backups

C.
to maintain a backup for an indefinite period of time by using the KEEP FOREVER clause

D.
to store RMAN scripts that are available to any RMAN client that can connect to target databases
registered in the recovery catalog

E.
to automatically delete obsolete backups after a specified period of time

Answer: A,C,D
Explanation:

QUESTION NO: 171

Which two statements are true regarding Oracle Data Pump?

A.
EXPDP and IMPDP are the client components of Oracle Data Pump.

B.
DBMS_DATAPUMP PL/SQL packages can be used independently of the Data Pump clients.

"Pass Any Exam. Any Time." - www.actualtests.com 230


Oracle 1z0-067 Exam
C.
Oracle Data Pump export and import operations can be performed only by users with the SYSDBA
privilege.

D.
Oracle Data Pump imports can be done from the export files generated in the Original Export
Utility.

E.
EXPDP and IMPDP use the procedures provided by DBMS_METADATA to execute export and
import commands.

Answer: A,B
Explanation:
References: http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_overview.htm

QUESTION NO: 172

The CATDB12C database contains an Oracle Database 12c catalog schema owned by the rc12c
user.

The CATDB11 database contains an Oracle Database 11g catalog schema owned by the rc11
user.

A database with dbid=1423241 is registered in the catdb11 catalog. Both the recovery catalog
databases are open.

In the CATDB12c database, you execute the commands:

$rman

RKAN> CONNECT CATALOG rc12c/pass12c@catdb12c

RKAN> IMPORT CATALOG rc11/pwdcat11@catdb11 DBID=1423241;

What is the outcome of the import?

A.
It fails because the target database and recovery catalog database are of different versions.

B.
It succeeds and all global scripts in the RC11 catalog that have the same name as existing global
scripts in the RCI2C catalog are automatically renamed.

"Pass Any Exam. Any Time." - www.actualtests.com 231


Oracle 1z0-067 Exam
C.
It succeeds but the database is not automatically registered in the RC12C catalog.

D.
It fails because RMAN is not connected to the target database with DBID=1423241

Answer: B
Explanation:

QUESTION NO: 173

RMAN is configured to create backupset backups for your database. You issue the command to
back up the database:

RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;

Which two statements are true about the backup performed by the command? (Choose two.)

A.
It backs up all the data files and deletes obsolete backups after the backup is complete

B.
It backs up all the archived log files and deletes the ones that were just backed up

C.
Only the used blocks in the data files are backed up

D.
It backs up all archived redo log files and online log files and deletes the archived log files after the
backup is complete

E.
It backs up only those archived log files that are not backed up at least once

Answer: B,C
Explanation:

QUESTION NO: 174

You issue the command:


"Pass Any Exam. Any Time." - www.actualtests.com 232
Oracle 1z0-067 Exam
SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;

Which statement is true about the command?

A.
It creates a copy of the control file and stores it in the location specified in the diagnostic_dest
initialization parameter.

B.
It creates a file that contains the SQL statement, which is required to re-create the control file.

C.
It updates the alert log file with the location and contents of the control file.

D.
It creates a binary backup of the control file.

Answer: B
Explanation:
“TO TRACE” creates a file with the SQL, not a copy of the control file.

QUESTION NO: 175

You create a default Flashback Data Archive FLA1and enable it for the EMPLOYEES table in the
HR schema.

After a few days, you want to alter the EMPLOYEES table by executing the command:

SQL> ALTER TABLE EMPLOYEES ADD PHONE NUMBER(12);

Which statement is true about the execution of the command?

A.
It gives an error because DDL statements cannot be executed on a table that is enabled for
Flashback Data Archive.

B.
It executes successfully and all metadata related to the EMPLOYEES table before altering the
table definition is purged from Flashback Data Archive.

C.
It executes successfully and continues to store metadata related to the EMPLOYEES table.

"Pass Any Exam. Any Time." - www.actualtests.com 233


Oracle 1z0-067 Exam
D.
It executes successfully but Flashback Data Archive is disabled for the EMPLOYEES table.

Answer: C
Explanation:

Flashback data archives retain historical data across data definition language (DDL) changes to
the database as long as the DDL change does not affect the structure of the table. The one
exception to this rule is that flashback data archives do retain historical data when a column is
added to the table.

References:

https://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_5009.htm

QUESTION NO: 176

Examine the commands executed in CDB$ROOT of your multitenant container database (CDB)
that has multiple pluggable databases (PDB):

SQL> CREATE ROLE c ##role1 CONTAINER-ALL;

SQL> GRANT CREATE SESSION, CREATE TABLE TO c##role1 CONTAINER'ALL;

SQL>CREATE USER c##admin IDENTIFIED BY orcl123;

SQL>GRANT c##role1 TO c##admin CONTAINER=ALL;

SQL> GRANT SELECT ON DBA_USERS to c##role1 CONTAINER*ALL;

Which statement is true about granting the select privilege on the DBA_users view to the
c##ROLE1role?

A.
The command fails and gives an error because object privileges cannot be granted to a common
user.

B.
The command fails because container is not set to current.

C.
The command succeeds and the common user c##admin can create a session and query the
DBA_users view in CDB$ROOT and all the PDBs.

"Pass Any Exam. Any Time." - www.actualtests.com 234


Oracle 1z0-067 Exam
D.
The command succeeds and the common user c##admin can create a session in CDB$ROOT
and all the PDBs, but can only query the dba_users view in CDB$ROOT

E.
The command succeeds and the common user c##admin can create a session and query the
DBA users view only in CDB$ROOT

Answer: C
Explanation:

QUESTION NO: 177

Which two statements are true about setting the FAST_START_MTTR_TARGET parameter to a
nonzero value? (Choose two.)

A.
The value of the LOG_CHECKPOINT_INTERVAL parameter overrides the value of the
FAST_START_MTTR_TARGET parameter.

B.
The MTTR advisor is enabled only if the value is greater than the default value.

C.
Automatic checkpoint tuning is enabled.

D.
The time taken to recover an instance after a crash is always exactly the same as the value set for
the FAST_START_MTTR_TARGET parameter.

Answer: A,B
Reference:

https://docs.oracle.com/cd/A97630_01/server.920/a96533/instreco.htm

QUESTION NO: 178

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

"Pass Any Exam. Any Time." - www.actualtests.com 235


Oracle 1z0-067 Exam
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.

Answer: B,E
Reference:
https://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmblock.htm#BRADV89785

QUESTION NO: 179

Which two statements are true about RMAN duplexed backups? (Choose two.)

A.
For performing duplexed backups, the parallelism for the device must be set equal to the number
of copies.

B.
It is only supported for backups to tape via media management interface.

C.
It is not supported for image copies.

D.
Duplex backups can be performed on either disk or media, but cannot be performed on media and
disk simultaneously.

E.
Duplex backups can contain only data files and control files.

"Pass Any Exam. Any Time." - www.actualtests.com 236


Oracle 1z0-067 Exam
Answer: C,D
Reference: https://docs.oracle.com/cd/E15586_01/backup.1111/e10642/rcmbckad.htm

QUESTION NO: 180

Which two statements are true about roles in multitenant container databases (CDBs)?

A.
Local roles can be granted to local and common users.

B.
A common role can be granted only to a common user.

C.
A common user can create a local role by default in any pluggable database (PDB) that is plugged
in to a CDB.

D.
A common role can be granted only system privileges.

E.
The root container can have both local and common roles.

F.
A local role can be assigned to a common role in a PDB.

Answer: D,F
Explanation:

QUESTION NO: 181

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.

"Pass Any Exam. Any Time." - www.actualtests.com 237


Oracle 1z0-067 Exam
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.

Answer: C
Reference:
https://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmbckad.htm#BRADV89541

QUESTION NO: 182

Which two statements are true about making RMAN image copies of a database?

Choose two.

A.
They can be made only when the database is running in ARCHIVELOG mode.

B.
They consist of all used and unused blocks in the data files.

C.
They can be made only when the database is in MOUNT state.

D.
They can only be written to disk.

E.
They can be made only when the database is running in NOARCHIVELOG mode.

Answer: B,D
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 238


Oracle 1z0-067 Exam

QUESTION NO: 183

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

SQL> GRANT create tablespace to C##A_ADMIN;

Which statement is true? (Choose the best answer.)

A.
The command fails because the CONTAINER clause is not used.

B.
The command executes successfully, enabling the C##A_ADMIN user to create a tablespace only
in the root database.

C.
The command executes successfully, enabling the C##A_ADMIN user to create tablespaces in
the root database, as well as in the plugging databases (PDBs).

D.
The command fails because system privileges cannot be granted to a common user.

Answer: B
Explanation:

QUESTION NO: 184

You execute the commands to configure settings in RMAN:

RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 1;

RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt;

RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE sbt TO 2;

RMAN> CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE sbt TO 2;

RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DRVICE TYPE DISK TO 2;

"Pass Any Exam. Any Time." - www.actualtests.com 239


Oracle 1z0-067 Exam
Then you issue the following command to take a backup:

RMAN> BACKUP DATABASE PLUS ARCHIVELOG;

Which statement is true about the execution of these commands?

Choose the best answer.

A.
It backs up the data files and archived logs to media, making two copies of each data file and
archived logs.

B.
It backs up two copies each of the data files to disk and media, and two copies of archived logs to
media.

C.
The backup terminates because the backup destination for disk is not specified in the BACKUP
command.

D.
It backs up the data files and archived logs, making one copy of each data file and archived log on
disk and media.

Answer: B
Explanation:

QUESTION NO: 185

You are administering a multitenant container database (CDB) CDB1 with two pluggable
databases (PDBs), PDB1 and PDB2. You execute the following commands on CBD$ROOT as the
SYS user:

SQL> CREATE USER c##scott IDENTIFIED BY scottorcl1;

SQL> GRANT CREATE SESSION TO c##scott;

Which statement is true about the C##SCOTT user?

Choose the best answer.

"Pass Any Exam. Any Time." - www.actualtests.com 240


Oracle 1z0-067 Exam
A.
It is created in all the PDBs with CREATE SESSION privilege.

B.
It is created in all the PDBs but has CREATE SESSION privilege only in CDB$ROOT.

C.
It is created and has the CREATE SESSION privilege only in a PDB that is open.

D.
It is created only in CDB$ROOT and has the CREATE SESSION privilege.

Answer: D
Explanation:

QUESTION NO: 186

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.

Answer: C

"Pass Any Exam. Any Time." - www.actualtests.com 241


Oracle 1z0-067 Exam
Explanation:

QUESTION NO: 187

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.

Answer: B
Explanation:

QUESTION NO: 188

You want to migrate your Oracle 11g database as a pluggable database (PDB) in a multitenant
container database (CDB).

Examine the steps required to perform the migration:

1. Use Data Pump export to perform a full transportable export on the source database with the
export parameter VERSION=12.

2. Place all tablespaces in read-only mode on the source database.


"Pass Any Exam. Any Time." - www.actualtests.com 242
Oracle 1z0-067 Exam
3. Upgrade the source database to Oracle Database 12c.

4. Copy the dump file and data files to the desired location in the target database.

5. Create a new PDB in the target CDB.

6. Synchronize the PDB on the target CDB.

7. Use Data Pump import on the new PDB by using the full transportable import options.

Identify the required steps in the correct order.

Choose the best answer.

A.
1, 5, 4, 7, and 6

B.
3, 2, 5, 1, 4, and 7

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

D.
2, 1, 3, 5, 7, and 6

Answer: C
Explanation:

QUESTION NO: 189

Your database instance is abnormally terminated because of a power outage. At the next startup,
from which point in the redo log does the recovery start?

Choose the best answer.

A.
from the most recent incremental checkpoint

B.
from the beginning of the current redo log file to the checkpoint position

C.
from the last committed transaction

"Pass Any Exam. Any Time." - www.actualtests.com 243


Oracle 1z0-067 Exam
D.
from the beginning of the current redo log file until the instance failure

E.
from the last complete checkpoint position

Answer: E
Reference: https://docs.oracle.com/cd/B28359_01/server.111/b28318/startup.htm#CNCPT005

QUESTION NO: 190

Which two statements are true about encrypted backups performed by using RMAN?

Choose two.

A.
Encrypted backups can only be written to disk.

B.
Image copy backups can be created by using password encryption.

C.
A database uses the same encryption key for every encrypted backup.

D.
Transparent encryption of backups uses an encryption wallet.

E.
A password encryption of backups uses the password while creating and restoring backups.

Answer: D,E
Reference:
https://web.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14191/rcmbackp006.htm

QUESTION NO: 191

A redaction policy was added to the SAL column of the SCOTT.EMP table:

"Pass Any Exam. Any Time." - www.actualtests.com 244


Oracle 1z0-067 Exam
BEGIN

DBMS_REDACT.ADD_POLICY(

OBJECT_SCHEMA => ‘SCOTT’,

OBJECT_NAME => ‘EMP’,

POLICY_NAME => ‘SCOTT_EMP’,

COLUMN_NAME => ‘SAL’,

EXPRESSION => ‘SYS_CONTEXT (‘‘SYS_SESSION_ROLES’’, ‘‘MGR’’) = ‘‘FALSE’’’);

END;

All users have their default set of system privileges.

For which three situations will data not be redacted? (Choose three.)

A.
SCOTT sessions, because he is the owner of the table

B.
SCOTT sessions, only if the MGR role is granted to SCOTT

C.
SCOTT sessions, only if the MGR role is set in the session

D.
SYS sessions, regardless of the roles that are set in the session

E.
SYSTEM sessions, regardless of the roles that are set in the session

Answer: B,C,D
Explanation:

QUESTION NO: 192

You create a new database by using the CREATE DATABASE command in SQL*Plus, with the
ENABLE PLUGGABLE DATABASE clause specified.

"Pass Any Exam. Any Time." - www.actualtests.com 245


Oracle 1z0-067 Exam
Which statement is true about the database that is created? (Choose the best answer.)

A.
It is created as a non-CDB that becomes a CDB after the first PDB is plugged in.

B.
It is created as a container database (CDB) with CDB$ROOT, PDB$SEED, and a pluggable
database (PDB).

C.
It is created as a PDB that must be plugged into an existing CDB.

D.
It is created as a CDB with the CDB$ROOT and PDB$SEED databases.

Answer: D
Explanation:

QUESTION NO: 193

The CATDB12c database contains an Oracle Database version 12c catalog schema owned by the
RC12C user.

The RCAT11 database contains an Oracle Database version 11g catalog schema owned by the
RC11 user in which several databases are registered. Both the databases are open.

You execute the RMAN commands:

RMAN> CONNECT CATALOG rc12c/pass12c@catdb12c

RMAN> IMPORT CATALOG rc11/pwdcat11@ract11

Which two tasks are performed as part of the import? (Choose two.)

A.
All databases registered in the RC11 catalog are registered in the RC12C catalog.

B.
Databases from the RC12C catalog are implicitly unregistered if the RC11 catalog has registered
databases with same name.

C.
Local and global stored scripts that have the same name as existing scripts in the RC12C catalog
"Pass Any Exam. Any Time." - www.actualtests.com 246
Oracle 1z0-067 Exam
are automatically renamed.

D.
Imported databases are unregistered from the RC11 catalog.

E.
Recovery catalog is resynchronized with the control files of the registered databases.

Answer: A,D
Explanation:

QUESTION NO: 194

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

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

Answer: A

"Pass Any Exam. Any Time." - www.actualtests.com 247


Oracle 1z0-067 Exam
Explanation:

QUESTION NO: 195

Your multitenant container database (CDB) CDB1 has two pluggable databases, PDB1 and PDB2.
The local net service name CDB1 connects to the root database, and the service names PDB1
and PDB2 connect to the pluggable databases (PDBs), PDB1 and PDB2, respectively.

Examine the commands to change the value of the PDB modifiable initialization parameter:

$> sqlplus sys/oracle_4U@pdb1 AS SYSDBA

SQL> ALTER SYSTEM SET optimizer_use_sql_plan_baselines=FALSE SCOPE=BOTH;

SQL> CONN sys/oracle_4U@pdb2 AS SYSDBA

SQL> ALTER SYSTEM SET optimizer_use_sql_plan_baselines=TRUE SCOPE=BOTH;

SQL> CONN sys/oracle_4U@pdb1 AS SYSDBA

SQL> ALTER SYSTEM SET optimizer_use_sql_plan_baselines=TRUE SCOPE=BOTH;

Which statement is true about the OPTIMIZER_USER_SQL_PLAN_BASELINES parameter?


(Choose the best answer.)

A.
It gives an error because it cannot be set for the root database.

B.
It is set to TRUE for the root database and the pluggable database PDB2, because values can be
set for this parameter at the PDB level in a PDB.

C.
It is set to TRUE for the root database and all the PDBs, because the value set at the root level
has higher precedence.

D.
It is set to TRUE for the root database and all the PDBs, but is effective only when CDB is
restarted and the PDBs are reopened.

Answer: B
Reference: https://oracle-base.com/articles/12c/multitenant-connecting-to-cdb-and-pdb-12cr1

"Pass Any Exam. Any Time." - www.actualtests.com 248


Oracle 1z0-067 Exam

QUESTION NO: 196

Which four tablespace types can be renamed?

Choose four.

A.
the default permanent tablespace

B.
the SYSTEM tablespace

C.
a temporary tablespace

D.
a read-only tablespace

E.
an offline tablespace

F.
an undo tablespace

Answer: A,C,D,F
Reference: http://www.dba-oracle.com/t_rename_tablespace_syntax.htm

QUESTION NO: 197

Which three methods can be used to create a pluggable database (PDB) in an existing multitenant
container database (CDB)? (Choose three.)

A.
Use Enterprise Manager Database Express to create a PDB in an existing CDB.

B.
Use the DBMS_PDB package to plug a non-CDB into an existing CDB.

C.
Use PDB$SEED for creating a PDB.

"Pass Any Exam. Any Time." - www.actualtests.com 249


Oracle 1z0-067 Exam
D.
To clone an existing PDB.

E.
Use the DBMS_PDB package to plug a pre-Oracle 12c database into an existing CDB.

Answer: B,C,D
Explanation:

QUESTION NO: 198

Your database is running in ARCHIVELOG mode and flashback is enabled.

In which scenario must you use RMAN backups for recovering tables and table partitions?

Choose the best answer.

A.
when recovering data that was lost after a DDL operation modified the structure of a table

B.
when recovering dropped tables that are present in the recyclebin

C.
when recovering a table that has been logically corrupted

D.
when recovering a table to a point in time

E.
when recovering the data of a table to the desired point in time, which is more recent than the
oldest available undo.

Answer: A
Explanation:

QUESTION NO: 199

Which two can be backed up by using RMAN in a database that is in ARCHIVELOG mode?

"Pass Any Exam. Any Time." - www.actualtests.com 250


Oracle 1z0-067 Exam
Choose two.

A.
data files while the database is in NOMOUNT state

B.
data blocks in data files that have changed since the previous backup

C.
PFILE and password file in MOUNT state

D.
data files while the database is open

E.
online redo log files while the database is open

Answer: B,D
Explanation:

QUESTION NO: 200

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

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.

"Pass Any Exam. Any Time." - www.actualtests.com 251


Oracle 1z0-067 Exam
F.
Undo retention guarantee must be enabled.

Answer: A,C,D
Explanation:

QUESTION NO: 201

During the day, your database must support an OLTP workload that requires a large database
buffer cache. At night, it must support batch jobs that require a higher value to be set for large
pool.

What must you do to allow the memory pools to change size automatically as required? (Choose
the best answer.)

A.
Enable AMM and set the SGA_TARGET initialization parameter to a nonzero value.

B.
Enable AMM and set the PRE_PAGE_SGA initialization to TRUE.

C.
Enable Automatic Memory Management (AMM) and set the PGA_TARGET initialization
parameter to a nonzero value.

D.
Enable AMM and set the PGA_TARGET initialization parameter to a nonzero value.

Answer: B
Explanation:

QUESTION NO: 202

You plan to duplicate the multitenant container database (CDB) cdb1 that contains the pluggable
database (PDB) SALES:

RMAN> DUPLICATE TARGET DATABASE TO cdbdup

PLUGGABLE DATABASE sales


"Pass Any Exam. Any Time." - www.actualtests.com 252
Oracle 1z0-067 Exam
FROM ACTIVE DATABASE

PASSWORD FILE

SPFILE

NOFILENAMECHECK;

Which two statements are true? (Choose two.)

A.
RMAN must be connected to a recovery catalog for the execution of the command.

B.
A backup of the SALES PDB must exist before the execution of the command.

C.
The root and seed databases are included in the duplication.

D.
Only the SALES PDB is duplicated as the non-CDB CDBDUP.

E.
An auxiliary instance must have been started with the initialization parameter
ENABLE_PLUGGABLE_DATABASE set to TRUE.

Answer: C,E
Explanation:

QUESTION NO: 203

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.

"Pass Any Exam. Any Time." - www.actualtests.com 253


Oracle 1z0-067 Exam
E.
A PDB must be in MOUNT state before it can be unplugged.

Answer: A,D,E
Explanation:

QUESTION NO: 204

You install Oracle Grid Infrastructure for a standalone server and issue this command:

crsctl start has

Which two components get automatically added to the Oracle Restart configuration the first time
this command is issued?

Choose two.

A.
A database that already exists prior to the Grid Infrastructure installation

B.
Oracle Notification services

C.
Oracle Healthcheck services

D.
An Oracle Net Listener that already exists prior to the Grid Infrastructure installation

E.
Oracle CSSD services

Answer: C,E
Explanation:

QUESTION NO: 205

In your database instance, the UNDO_RETENTION parameter is set to 1000 and undo retention
is not guaranteed for the fixed size undo tablespace.
"Pass Any Exam. Any Time." - www.actualtests.com 254
Oracle 1z0-067 Exam
Which statement is true about undo retention?

A.
Undo becomes expired obsolete after 1000 seconds.

B.
Inactive undo is retained for 1000 seconds even if new transactions fail due to lack of space in the
undo tablespace.

C.
Inactive undo is retained for at least 1000 seconds if free undo space is available.

D.
Undo is retained in the UNDO tablespace for 1000 seconds, and then moved to the SYSTEM
tablespace to provide read consistency.

Answer: B
Reference: https://docs.oracle.com/cd/B19306_01/server.102/b14231/undo.htm

QUESTION NO: 206

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

Choose two.

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.
"Pass Any Exam. Any Time." - www.actualtests.com 255
Oracle 1z0-067 Exam
Answer: A,E
Explanation:

QUESTION NO: 207

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

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

Which statement is true?

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.

Answer: A
Explanation:

QUESTION NO: 208

Examine these parameter settings:

SGA_TARGET = 700M

SGA_MAX_SIZE = 1024M

DB_8K_CACHE_SIZE = 124M

"Pass Any Exam. Any Time." - www.actualtests.com 256


Oracle 1z0-067 Exam
LOG_BUFFER = 200M

You attempt this:

SQL> ALTER SYSTEM SER DB_8K_CACHE_SIZE=140M

Which statement is true based on the information available?

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.

Answer: B
Explanation:

QUESTION NO: 209

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)

"Pass Any Exam. Any Time." - www.actualtests.com 257


Oracle 1z0-067 Exam
(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.

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.

Answer: B
Explanation:

QUESTION NO: 210

Your database is running in ARCHIVELOG mode. Complete database backups are performed
daily at midnight. A user accidently truncates an important table at 10 AM after the last backup.
After that, a few important transactions are performed on the database.

Which two best methods are performed the truncated table data? (Choose two.)

A.
Table Point-in-Time Recovery.

B.
Database Point-in-Time Recovery

C.
Tablespace Point-in-Time Recovery

"Pass Any Exam. Any Time." - www.actualtests.com 258


Oracle 1z0-067 Exam
D.
Flashback Database

E.
Flashback Transaction Backout

Answer: C,D
Explanation:

QUESTION NO: 211

Your database is running in ARCHIVELOG mode. You backup your database regularly. If certain
files are lost, an incomplete recovery is required.

In which two cases is this true?

A.
flashback logs

B.
inactive online redo log

C.
current online redo log member

D.
all control files

E.
archived log files required to perform recovery

Answer: B,D
Reference: https://docs.oracle.com/cd/B10501_01/server.920/a96519/strategy.htm

QUESTION NO: 212

Examine the probable steps involved in the basic backup process of RMAN and Oracle Secure
Backup (OSB):

"Pass Any Exam. Any Time." - www.actualtests.com 259


Oracle 1z0-067 Exam
1. RMAN initiates backup and passes the database backup storage selector to OSB.

2. RMAN creates the backup job.

3. OSB creates the backup job with an OSB user.

4. RMAN updates its repository.

5. RMAN executes the job and transfers data from a client to media.

6. OSB executes the job and transfers data from a client to media.

7. OSB updates its repository.

Identify the required steps in the correct order.

A.
1, 3, 6, 4, 7

B.
2, 1, 6, 4, 7

C.
1, 3, 6, 7, 4

D.
1, 3, 5, 7, 4

Answer: C
Explanation:

QUESTION NO: 213

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.

"Pass Any Exam. Any Time." - www.actualtests.com 260


Oracle 1z0-067 Exam
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.

Answer: C
Explanation:

QUESTION NO: 214

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

$> impdp <user_name> 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?

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
"Pass Any Exam. Any Time." - www.actualtests.com 261
Oracle 1z0-067 Exam
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.

Answer: A,C,E
Explanation:

QUESTION NO: 215

Your database is running in ARCHIVELOG mode. You observe that the fast recovery area does
not have enough free space and there is no scope to add more space to it.

Identify two events that can occur at the time of a log switch. (Choose two.)

A.
All active transactions are rolled back and the database instance shuts down.

B.
The database instance status is automatically changed to RESTRICTED mode and file creation in
the fast recovery area is prevented.

C.
The Oracle Database server deletes a file that is on the obsolete file list to create free space in the
fast recovery area.

D.
An entry is written in the alert log and the database instance is automatically placed in MOUNT
state.

E.
The log switch hangs until free space is available in the fast recovery area.

Answer: C,E
Explanation:

QUESTION NO: 216

"Pass Any Exam. Any Time." - www.actualtests.com 262


Oracle 1z0-067 Exam
RMAN is connected to a target database instance and an auxiliary instance. You execute the
command:

RMAN> DUPLICATE TARGET DATABASE

TO dupdb

FROM ACTIVE DATABASE

SECTION SIZE 1G;

What is the outcome?

A.
RMAN uses the push method to transfer image copies.

B.
RMAN uses the push method to transfer backup sets.

C.
RMAN uses the pull method to restore files using backup sets.

D.
RMAN uses the pull method to restore files using image copies.

Answer: C
Explanation:

QUESTION NO: 217

As part of a manual update process, you install Oracle Database 12c software, prepare a new
ORACLE_HOME, you shut down an existing single-instance database that runs from that
ORACLE_HOME.

What should you do next to start the upgrade of this database?

A.
Start up the database instance by using the STARTUP UPGRADE command by using the server
parameter file.

B.
Start up the database instance by using the new location of the server parameter file and run the
catupgrd.sql script from the new ORACLE_HOME to use parallel upgrade options that reduce
"Pass Any Exam. Any Time." - www.actualtests.com 263
Oracle 1z0-067 Exam
down time.

C.
Start up the database instance by using the new location of the server parameter file and run the
catctl.pl script from the new ORACLE_HOME to use parallel upgrade options that reduce down
time.

D.
Start up the database instance by using the new location of the server parameter file and run the
catuppst.sql script to generate informational messages and log files during the upgrade.

Answer: C
Explanation:

QUESTION NO: 218

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.

Answer: A,C,D
Reference:
https://docs.oracle.com/cd/E18283_01/server.112/e17120/schedover002.htm#insertedID9

QUESTION NO: 219

"Pass Any Exam. Any Time." - www.actualtests.com 264


Oracle 1z0-067 Exam
You plan to migrate a production database to Real Application Clusters (RAC).

You created a test RAC database by cloning the production database and plan to replay a
workload, captured from the production database.

Examine these steps:

1) Preprocess the captured workload.

2) Restart the database instance in RESTRICTED mode.

3) Set up Replay Clients.

4) Restore the test database to the point when the capture started on the production database.

5) Remap connections.

Which is the correct sequence of required steps?

A.
1, 4, 3, 5

B.
1, 4, 5, 3

C.
2, 1, 5, 3, 4

D.
1, 2, 4, 5, 3

Answer: A
Explanation:

QUESTION NO: 220

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

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

"Pass Any Exam. Any Time." - www.actualtests.com 265


Oracle 1z0-067 Exam
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

Answer: B,D,E
Explanation:

QUESTION NO: 221

Examine the statements that use flashback technologies:

1. FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP (‘2013-02-04 09:30:00’,


‘YYYY-MM-DD HH:MI:SS’);

2. SELECT * FROM customers AS OF SCN 123456;

3. FLASHBACK TABLE customers TO BEFORE DROP;

4. FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP (‘2013-02-04 09:30:00’, ‘YYYY-


MM-DD HH:MI:SS’);

5. SELECT * FROM customers VERSIONS BETWEEN SCN 123456 AND 123999;

6. ALTER TABLE customers FLASHBACK ARCHIVE;

Which set of statements depends on the availability of relevant undo data in the undo tablespace?
(Choose the best answer.)

A.
1, 2, 5

B.
1, 3, 6

"Pass Any Exam. Any Time." - www.actualtests.com 266


Oracle 1z0-067 Exam
C.
2, 3, 5, 6

D.
3, 4, 5

Answer: A
Explanation:

QUESTION NO: 222

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

(Choose two.)

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

Answer: C,D
Explanation:

QUESTION NO: 223

Before a Flashback Table operation, you execute the following command:

ALTER TABLE employees ENABLE ROW MOVEMENT;

Why would you need this to be executed?


"Pass Any Exam. Any Time." - www.actualtests.com 267
Oracle 1z0-067 Exam
A.
Because row IDs may change during the flashback operation

B.
Because the object number changes after the flashback operation

C.
Because the rows are retrieved from the recycle bin during the flashback operation

D.
Because the table is moved forward and back to a temporary during the flashback operation

Answer: A
Explanation:

QUESTION NO: 224

Your database is using a default temporary tablespace that contains the temp01.tmp temporary
file. All the users on the database use the default temporary tablespace.

A user issues a query on the orders table and receives the following error:

ERROR at line 1:

ORA-01565: error in identifying file

'/u01/app/oracle/oradata/TEST/temp01.tmp'

ORA-27037: unable to obtain file status

What would be the most efficient way to rectify this error?

A.
Add a new tempfile to the user's temporary tablespace and drop the tempfile that produced the
error.

B.
Shut down the database instance, restore the temp01.tmp file from the backup, and then restart
the database.

C.
Allow the database to continue running, drop the temp01.tmp temporary file, and then re-create it
with new tempfiles.

"Pass Any Exam. Any Time." - www.actualtests.com 268


Oracle 1z0-067 Exam
D.
Take the temporary tablespace offline, recover the missing tempfile by applying redo logs, and
then bring the temporary tablespace online.

Answer: A
Explanation:

QUESTION NO: 225

What two are the prerequisites for enabling Flashback Database?

A.
The database must be in ARCHIVELOG mode

B.
The database must be in MOUNT EXCLUSIVE mode

C.
The database must be opened in RESTRICTED mode

D.
The database instance must be started in the NOMOUNT state

E.
The database instance must have the keep buffer pool defined

Answer: A,B
Explanation:

QUESTION NO: 226

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.
"Pass Any Exam. Any Time." - www.actualtests.com 269
Oracle 1z0-067 Exam
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.

Answer: D,E
Explanation:

QUESTION NO: 227

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.

Answer: C
Explanation:

QUESTION NO: 228

Which statements describe the capabilities of the DBMS_NETWORK_ACL_ADMIN package?

(Choose all that apply.)

"Pass Any Exam. Any Time." - www.actualtests.com 270


Oracle 1z0-067 Exam
A.
It can be used to allow the access privilege settings for users but not roles.

B.
It can be used to allow the access privilege settings for users as well as roles.

C.
It can be used to control the time interval for which the access privilege is available to a user.

D.
It can be used to selectively restrict the access for each user in a database to different host
computers.

E.
It can be used to selectively restrict a user's access to different applications in a specific host
computer.

Answer: B,C,D
Explanation:

QUESTION NO: 229

You perform an RMAN block media recovery on the tools 01.dbf data file in the SALES database.

Which two statements are true? (Choose two.)

A.
You must ensure that the SALES database is mounted or open.

B.
You must restore a backup control file to perform a block media recovery.

C.
You must take the tools01.dbf data file offline before you start a block media recovery.

D.
You must put the database in NOARCHIVELOG mode to perform a block media recovery.

E.
You can perform only a complete media recovery of individual blocks, point-in-time recovery of
individual data blocks is not supported.

Answer: A,E

"Pass Any Exam. Any Time." - www.actualtests.com 271


Oracle 1z0-067 Exam
Explanation:

QUESTION NO: 230

Which statement is true regarding the creation of nested plans using the Oracle Resource
Manager?

A.
Only one nested subplan is allowed per parent plan

B.
The plans can be nested up to four levels.

C.
Nested plans only control resources used by recursive SQL

D.
Nested plans control only the degree of parallelism and I/O requests

E.
Each nested plan gets a proportion of the CPU resources assigned to its parent group.

Answer: E
Explanation:

QUESTION NO: 231

You want to perform an RMAN backup of database as a copy. Which two factors will you consider
while performing the backup operation?

A.
The backup as copy can only be taken to disk

B.
The backup as copy can only be taken to tape

C.
Backup can be performed only when the instance is shutdown

D.
Backup will constitute all used and unused blocks in the database
"Pass Any Exam. Any Time." - www.actualtests.com 272
Oracle 1z0-067 Exam
Answer: A,D
Explanation:

QUESTION NO: 232

Which three conditions must be met before you create a Virtual Private Catalog (VPC)?

A.
A base recovery catalog should exist.

B.
The owner of VPC cannot own recovery catalog.

C.
At least one target database should be registered in the recovery catalog.

D.
The register database privilege should be granted to the virtual catalog owner.

E.
The DBA role should be granted to the virtual catalog owner.

Answer: A,D,E
Explanation:

QUESTION NO: 233

Which two statements describe the relationship between a window, a resource plan, and a job
class?

A.
A window specifies a Resource Manager plan that is automatically activated when the windows
opens.

B.
A window specifies a job class that will be activated when that window opens.

C.
A job class specifies a window that will be open when that job class becomes active.

"Pass Any Exam. Any Time." - www.actualtests.com 273


Oracle 1z0-067 Exam
D.
A window and the job class associated with a job controls resource allocation for that job.

E.
A window and the Resource Manager plan that is active when a job runs determine the job class
for the job.

Answer: A,D
Explanation:

QUESTION NO: 234

Identify three benefits of unified auditing.

A.
Decreased use of storage to store audit trail rows in the database.

B.
It guarantees zero-loss auditing.

C.
The audit trail cannot be easily modified because it is read-only

D.
It improves overall auditing performance.

E.
It automatically audits Recovery Manager (RMAN) events.

Answer: C,D,E
Explanation:

QUESTION NO: 235

Your database is running on the host OUSERVER. You back up your database regularly using
RMAN and the backups are cataloged in a recovery catalog. For testing purposes, you want to
replicate your database to another host, OUSERVER1, with the same directory structure. So, you
copy the backups to the new host. What must you do to make the database operational in
OUSERVER1?

"Pass Any Exam. Any Time." - www.actualtests.com 274


Oracle 1z0-067 Exam
A.
Restore the data files by using the NOCATALOG option and use the SET NEWNAME command
to change the location

B.
Restore the control file from the backup by using the CATALOG options, restore the data files by
using the SET NEWNAME command, and recover the data files

C.
Restore the data files from the backup by using the recovery catalog, use the SWITCH command
to change the location, and recover the data files

D.
Restore the control file from the backup by using the NOCATALOG option, and then restore and
recover the data files

Answer: D
Explanation:

QUESTION NO: 236

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

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

Answer: A,B
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 275


Oracle 1z0-067 Exam
QUESTION NO: 237

You want to prevent a group of users in your database from performing long-running transactions
that consume huge amounts of space in the undo tablespace. If the quota for these users is
exceed during execution of a data manipulation language (DML) statement, the operation should
abort and return an error. However, queries should still be allowed, even if users have exceeded
the undo space limitation.

How would you achieve this?

A.
Implement a Database Resource Manager plan

B.
Implement a profile for these users

C.
Decrease the number of Interested Transaction List (ITL) slots for the segments on which these
users perform transactions

D.
Specify the maximum amount of quota a user can be allocated in the undo tablespace

Answer: A
Explanation:

QUESTION NO: 238

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

"Pass Any Exam. Any Time." - www.actualtests.com 276


Oracle 1z0-067 Exam
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

Answer: E
Explanation:

QUESTION NO: 239

Which two statements are true about Enterprise Manager (EM) Express in Oracle Database 12c?
(Choose two.)

A.
You can perform basic administrative tasks for all pluggable databases hosted by the same
container database using a single instance of EM Express

B.

"Pass Any Exam. Any Time." - www.actualtests.com 277


Oracle 1z0-067 Exam
You can create and configure pluggable databases by using EM Express

C.
You can use a single instance of EM Express to manage multiple databases running on the same
server

D.
You cannot start up or shut down a database instance by using EM Express

E.
By default, EM Express is available for a database after database creation using DBCA

Answer: C,D
Explanation:

QUESTION NO: 240

Which three statements are true about common roles? (Choose three.)

A.
A common role can be granted only to a common user

B.
Only system privileges can be granted to a common role to a container database (CDB)

C.
Object privileges can be granted to a common role in a pluggable database (PDB)

D.
A common rule cannot be created by a local user

E.
A common user that is granted a common role can grant the role to other common and local users
in a PDB

Answer: C,D,E
Explanation:

QUESTION NO: 241

"Pass Any Exam. Any Time." - www.actualtests.com 278


Oracle 1z0-067 Exam
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

Answer: B,D
Explanation:

QUESTION NO: 242

You administer a database that was created using Oracle Database 10g.

The default tablespace type property was not changed. You execute this statement to create a
tablespace, mytbs:

CREATE TABLESPACE mytbs DATAFILE ‘/u1/data/mytbs.dbf’ SIZE 100M;

Which two statements are correct regarding the mytbs tablespace? (Choose two.)

A.
It is a bigfile tablespace

B.
It is a locally managed tablespace with uniform size of 8m

C.
It is a locally managed tablespace with autoallocate

D.
It is a dictionary-managed tablespace

E.
It is a smallfile tablespace

"Pass Any Exam. Any Time." - www.actualtests.com 279


Oracle 1z0-067 Exam
Answer: C,E
Explanation:

QUESTION NO: 243

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?

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

Answer: B
Explanation:

QUESTION NO: 244

Examine Exhibits:

Exhibit1

"Pass Any Exam. Any Time." - www.actualtests.com 280


Oracle 1z0-067 Exam

and Exhibit2.

Both processes use an existing job template PROG_1

Jobs elapsed times are recorded in table TEST_LOG.

Why is job creation in Exhibit1 faster than in Exhibit2?

A.
It creates jobs in memory only

B.
It writes compressed job metadata to disk

C.
It creates less job metadata

D.
"Pass Any Exam. Any Time." - www.actualtests.com 281
Oracle 1z0-067 Exam
It updates tables in the SYSTEM tablespace instead of creating new tables

Answer: D
Explanation:

QUESTION NO: 245

You execute the command to recover your database.

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”.

Answer: C
Explanation:

QUESTION NO: 246

"Pass Any Exam. Any Time." - www.actualtests.com 282


Oracle 1z0-067 Exam
Examine these parameter values:

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;

"Pass Any Exam. Any Time." - www.actualtests.com 283


Oracle 1z0-067 Exam
E.
ALTER SYSTEM SET DB_4K_CACHE_SIZE=10M;

Answer: D
Explanation:

QUESTION NO: 247

You use multiple temporary tables frequently in your database. Which two are benefits of
configuring temporary undo? (Choose two.)

A.
Temporary undo reduces the amount of undo stored in undo tablespaces

B.
Performance improves because less redo is written to the redo log

C.
Performance improves because no redo and undo are generated for the temporary tables

D.
Performance improves because data manipulation language (DML) operations performed on
temporary tables do not use the buffer cache

Answer: A,B
Explanation:

QUESTION NO: 248

Examine this command:

SQL>ALTER SYSTEM SET db_securefile = ‘IGNORE’;

Which statement is true?

A.
It forces SecureFiles to be created even if the BASICFILE option is specified

"Pass Any Exam. Any Time." - www.actualtests.com 284


Oracle 1z0-067 Exam
B.
It forces SecureFiles to be created using default values and ignores any SECUREFILE
parameters

C.
It forces BasicFiles to be created even if the SECUREFILE option is specified

D.
It ignores the SECUREFILE option only if storing the LOB segment in a Free List managed
tablespace

Answer: C
Explanation:

QUESTION NO: 249

The SYS user creates this job:

Which two statements are true about this job? (Choose two.)

A.
It executes with the privileges of SYS

B.
It is automatically dropped after the last run

C.
The globalization environment that exist at job creation is used run time

D.
It executes with the privileges of OPS

Answer: A,B

"Pass Any Exam. Any Time." - www.actualtests.com 285


Oracle 1z0-067 Exam
Explanation:

QUESTION NO: 250

Which three statements are true about transportable databases? (Choose three.)

A.
The transported database must have the same database identifier (DBID) as the source database

B.
Recovery Manager (RMAN) is used to convert the necessary data files of a database if the endian
format of the target platform is different

C.
The COMPATIBLE parameter must be set to 10.0.0 or higher and the database must be opened
in read-only mode before being transported

D.
Redo logs and control files are also transported

E.
Both the source and target databases must use the same character set

Answer: B,C,D
Explanation:

QUESTION NO: 251

Which statement is true about unified auditing?

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
"Pass Any Exam. Any Time." - www.actualtests.com 286
Oracle 1z0-067 Exam
SYSAUX tablespace

Answer: D
Explanation:

QUESTION NO: 252

You are performing regular backups of your production database by using a recovery catalog.

You add two new tablespaces to your production database after performing a backup. They must
be included in future backups. Which action should you perform?

A.
Synchronize the recovery catalog with the target database control file

B.
Add the tablespaces in the recovery catalog by using the CATALOG command

C.
Synchronize all the physical data files with the logical records in the recovery catalog by using the
CROSSSCHECK command

D.
Create a new database incarnation record

Answer: A
Explanation:

QUESTION NO: 253

Your database is running in ARCHIVELOG mode. You use RMAN to take image copies and you
update these copies incremental every six hours.

After a regular maintenance task, when you attempt to restart the instance, it halts in MOUNT
state with an error indicating that one of the data files belonging to the EXAMPLE tablespace is
lost. You want to recover the data file as quickly as possible while maximizing availability for the
database.

Examine the possible steps involved in the recovery process:

"Pass Any Exam. Any Time." - www.actualtests.com 287


Oracle 1z0-067 Exam
Mount the database

Take the data file offline

Bring the tablespace online

Use the RMAN SWITCH command to switch to the image copy

Recover the tablespace

Open the database

Use the RMAN RESTORE command to switch to the image copy

Identify the correct sequence of the required steps:

A.
2, 7, 5, 3

B.
2, 4, 5, 3, 6

C.
1, 2, 4, 6, 3

D.
1, 2, 7, 5, 3, 6

E.
2, 6, 4, 5, 3

Answer: E
Explanation:

QUESTION NO: 254

Examine the RMAN commands:

RMAN> CONNECT TARGET “sbu@prod AS SYSBACKUP”;

RMAN> CONNECT AUXILIARY “sbu@dup_db AS SYSBACKUP”;

RMAN> DUPLICATE TARGET DATABASE TO dup_db

FROM ACTIVE DATABASE

"Pass Any Exam. Any Time." - www.actualtests.com 288


Oracle 1z0-067 Exam
PASSWORD FILE

SECTION SIZE 400M;

Which statement is true about the DUPLICATE command?

A.
It succeeds and creates multisection backup sets that are used for active database duplication

B.
It fails because there is no connection to a recovery catalog

C.
It succeeds only if the target database is in MOUNT state

D.
It fails because no parallel channels are allocated for the auxiliary database

Answer: A
Explanation:

QUESTION NO: 255

Examine the query and its output executed in an RDBMS instance:

Which three statements are true about the users (other than SYS) in the output? (Choose three.)

A.
The C##D_ADMIN user can perform backup and recovery operations for Automatic Storage
Management (ASM)

B.
The C##C_ADMIN user can perform the data guard operation with Data Guard Broker

C.
The C##A_ADMIN user can perform wallet operations
"Pass Any Exam. Any Time." - www.actualtests.com 289
Oracle 1z0-067 Exam
D.
The C##B_ADMIN user can perform all backup and recovery operations using RMAN or SQL*Plus

E.
The C##B_ADMIN user can perform all backup and recovery operations using RMAN only

Answer: A,B,D
Explanation:

QUESTION NO: 256

Examine the output from v$DIAG_INFO:

Which statement is true about the Automatic Diagnostic Repository (ADR)?

A.
The SQL trace file for a session is stored in Diag Trace

B.
The text alert log is available in Diag Trace

C.
The XML version of the alert log is available in Diag Trace

D.
An Automatic Database Diagnostic Management (ADDM) report is generated and stored in the
Health Monitor whenever an incident occurs

Answer: B
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 290


Oracle 1z0-067 Exam

QUESTION NO: 257

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

Answer: C
Explanation:

QUESTION NO: 258

Which three types of backups can be performed for a database running in NOARCHIVELOG
mode? (Choose three.)

A.
backup of only the used blocks in a critical tablespace (SYSTEM or SYSAUX) while the database
is open

B.
backup of noncritical tablespaces without shutting down the instance

"Pass Any Exam. Any Time." - www.actualtests.com 291


Oracle 1z0-067 Exam
C.
backup of only those blocks that have changed since the last backup while the database is
mounted

D.
backup of the database without shutting down the instance

E.
consistent whole database backup

Answer: B,C,E
Explanation:

QUESTION NO: 259

You are connected to a pluggable database (PDB) as a common user with the sysdba privilege.
The PDB is open and you issue the shutdown immediate command.

What is the outcome?

A.
The PDB is closed and left in the mount state.

B.
The PDB is closed and left in the unmount state.

C.
The command executes only if the common user is granted the set container privilege for the
PDB.

D.
The command results in an error because the PDB can be shut down only by a local user.

Answer: A
Explanation:

QUESTION NO: 260

In which three situations must you use a recovery catalog? (Choose three.)

"Pass Any Exam. Any Time." - www.actualtests.com 292


Oracle 1z0-067 Exam
A.
when you want to store RMAN global scripts that can be used across multiple databases

B.
when you want to list data files that were in a target database at a given time by using the AT
clause with the REPORT SCHEMA command

C.
when you want to restrict the amount of space used by backups

D.
when you want to maintain backup metadata longer than the period specified by the
CONTROL_FILE_RECORD_KEEP_TIME parameter

E.
when you want to perform incremental backups by using a block change tracking file

Answer: A,B,D
Explanation:

QUESTION NO: 261

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.

"Pass Any Exam. Any Time." - www.actualtests.com 293


Oracle 1z0-067 Exam
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

Answer: B
Explanation:

QUESTION NO: 262

You are installing Oracle Database 12c with the Oracle Universal Installer (OUI). You select the
option to create a database by using file system storage but you do not explicitly set
ORACLE_BASE. What is the effect on the installation?

A.
The installation proceeds with the default value but a message is generated in the alert log file

B.
The installation terminates with an error

C.
The installation proceeds with the default value but the database creation is not attempted

D.
The software installation proceeds with the default value but database creation fails

Answer: A
Explanation:

QUESTION NO: 263

Which three statements are true about Flashback Data Archieve? (Choose three.)

A.
A table enabled for Flashback Data Archieve cannot be dropped unless Flashback Data Archieve
is disabled or disassociated first

B.

"Pass Any Exam. Any Time." - www.actualtests.com 294


Oracle 1z0-067 Exam
While enabling Flashback Data Archieve for a table, if no name is provided for Flashback Data
Archieve, it is enabled using the default Flashback Data Archieve

C.
To use Flashback Data Archieve, users must have unlimited quota on the Flashback Data
Archieve tablespace

D.
Flashback Data Archieve prevents flashback queries from getting a snapshot-too-old error

E.
To enable Flashback Data Archieve for a table, it is mandatory to have a default Flashback Data
Archieve for a database

Answer: A,C,D
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 295

Вам также может понравиться