1Z0-060-Oracle Database 12c NF
1Z0-060-Oracle Database 12c NF
1Z0-060-Oracle Database 12c NF
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Exam A
QUESTION 1
Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and
ACCOUNTS_PDB, both of which use the CDB tablespace. The temp file is called temp01.tmp.
A user issues a query on a table on one of the PDBs and receives the following error:
ERROR at line 1:
ORA-01565: error in identifying file /u01/app/oracle/oradata/CDB1/temp01.tmp
ORA-27037: unable to obtain file status
Identify two ways to rectify the error.
A. Add a new temp file to the temporary tablespace and drop the temp file that that produced the error.
B. Shut down the database instance, restore the temp01.tmp file from the backup, and then restart the
database.
C. Take the temporary tablespace offline, recover the missing temp file by applying redo logs, and then
bring the temporary tablespace online.
D. Shutdown the database instance, restore and recover the temp file from the backup, and then open the
database with RESETLOGS.
E. Shut down the database instance and then restart the CDB and PDBs.
Correct Answer: AE
QUESTION 2
Examine the following commands for redefining a table with Virtual Private Database (VPD) policies:
Which two statements are true about redefining the table?
A. All the triggers for the table are disabled without changing any of the column names or column types in
the table.
B. The primary key constraint on the EMPLOYEES table is disabled during redefinition.
C. VPD policies are copied from the original table to the new table during online redefinition.
D. You must copy the VPD policies manually from the original table to the new table during online
redefinition.
Correct Answer: BC
QUESTION 3
Which two statements are true about the use of the procedures listed in the
v$sysaux_occupants.move_procedure column?
A. The procedure may be used for some components to relocate component data to the SYSAUX
tablespace from its current tablespace.
B. The procedure may be used for some components to relocate component data from the SYSAUX
tablespace to another tablespace.
C. All the components may be moved into SYSAUX tablespace.
D. All the components may be moved from the SYSAUX tablespace.
Correct Answer: AB
QUESTION 4
Which statement is true about Oracle Net Listener?
A. It acts as the listening endpoint for the Oracle database instance for all local and non-local user
connections.
B. A single listener can service only one database instance and multiple remote client connections.
C. Service registration with the listener is performed by the process monitor (PMON) process of each
database instance.
D. The listener.ora configuration file must be configured with one or more listening protocol addresses to
allow remote users to connect to a database instance.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Correct Answer: B
QUESTION 8
Your multitenant container (CDB) containing three pluggable databases (PDBs) is running in
ARCHIVELOG mode. You find that the SYSAUX tablespace is corrupted in the root container.
The steps to recover the tablespace are as follows:
1. Mount the CDB.
2. Close all the PDBs.
3. Open the database.
4. Apply the archive redo logs.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
6, 5, 4, 7
10, 1, 2, 5, 8
10, 1, 2, 5, 4, 9, 8
10, 1, 5, 8, 10
Correct Answer: A
QUESTION 9
Which three are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c
when it is enabled?
A.
B.
C.
D.
E.
F.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
ASM disk groups with ASM disks consisting of Exadata Grid Disks.
ASM disk groups with ASM disks consisting of LUNS on any Storage Area Network array
ASM disk groups with ASM disks consisting of any zero padded NFS-mounted files
Database files stored in ZFS and accessed using conventional NFS mounts.
Database files stored in ZFS and accessed using the Oracle Direct NFS feature
Database files stored in any file system and accessed using the Oracle Direct NFS feature
ASM disk groups with ASM disks consisting of LUNs on Pillar Axiom Storage arrays
Correct Answer: B
QUESTION 16
The tnsnames.ora file has an entry for the service alias ORCL as follows:
The TNS ping command executes successfully when tested with ORCL; however, from the same OS user
session, you are not able to connect to the database instance with the following command:
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
SQL > CONNECT scott/tiger@orcl What could be the reason for this?
A.
B.
C.
D.
E.
Correct Answer: C
QUESTION 17
Examine the following steps of privilege analysis for checking and revoking excessive, unused privileges
granted to users:
1. Create a policy to capture the privilege 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.
B.
C.
D.
E.
1, 3, 5, 6, 2, 4
1, 3, 6, 2, 5, 4
1, 3, 2, 5, 6, 4
1, 3, 2, 5, 6, 4
1, 3, 5, 2, 6, 4
Correct Answer: B
QUESTION 18
You database is running an ARCHIVELOG mode.
The following parameter are set in your database instance:
LOG_ARCHIVE_FORMAT = arch+%t_%r.arc
LOG_ARCHIVE_DEST_1 = LOCATION = /disk1/archive
DB_RECOVERY_FILE_DEST_SIZE = 50G
DB_RECOVERY_FILE = /u01/oradata
Which statement is true about the archived redo log files?
A. They are created only in the location specified by the LOG_ARCHIVE_DEST_1 parameter.
B. They are created only in the Fast Recovery Area.
C. They are created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and in the
default location $ORACLE_HOME/dbs/arch.
D. They are created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and the location
specified by the DB_RECOVERY_FILE_DEST parameter.
Correct Answer: A
QUESTION 19
Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to the CDB
RMAN.
Examine the following command and its output:
You execute the following command:
RMAN > BACKUP DATABASE PLUS ARCHIVELOG;
Which data files will be backed up?
A. Data files that belong to only the root container
B. Data files that belong to the root container and all the pluggable databases (PDBs)
C. Data files that belong to only the root container and PDB$SEED
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
D. Data files that belong to the root container and all the PDBs excluding PDB$SEED
Correct Answer: B
QUESTION 20
You are administering a database stored in Automatic Storage management (ASM). The files are stored
in
the DATA disk group. You execute the following command:
SQL > ALTER DISKGROUP data ADD ALIAS +data/prod/myfile.dbf FOR +data.231.45678;
What is the result?
A.
B.
C.
D.
Correct Answer: C
QUESTION 21
Which three functions are performed by the SQL Tuning Advisor?
A.
B.
C.
D.
E.
Mount the container database (CDB) and restore the control file from the control file auto backup.
Recover and open the CDB in NORMAL mode.
Mount the CDB and then recover and open the database, with the RESETLOGS option.
Open all the pluggable databases.
Recover each pluggable database.
Start the database instance in the nomount stage and restore the control file from control file auto
backup.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
QUESTION 24
A new report process containing a complex query is written, with high impact on the database. You want
to collect basic statistics about query, such as the level of parallelism, total database time, and the
number of I/O requests.
For the database instance STATISTICS_LEVEL, the initialization parameter is set to TYPICAL and the
CONTROL_MANAGEMENT_PACK_ACCESS parameter is set to DIAGNOSTIC+TUNING.
What should you do to accomplish this task?
A. Execute the query and view Active Session History (ASH) for information about the query.
B. Enable SQL trace for the query.
C. Create a database operation, execute the query, and use the DBMS_SQL_MONITOR.
REPORT_SQL_MONITOR function to view the report.
D. Use the DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS procedure to monitor query
execution and view the information from the V$SESSION_LONGOPS view.
Correct Answer: C
QUESTION 25
Identify three valid options for adding a pluggable database (PDB) to an existing multitenant container
database (CDB).
A. Use the CREATE PLUGGABLE DATABASE statement to create a PDB using the files from the
SEED.
B. Use the CREATE DATABASE . . . ENABLE PLUGGABLE DATABASE statement to provision a PDB
by copying file from the SEED.
C. Use the DBMS_PDB package to clone an existing PDB.
D. Use the DBMS_PDB package to plug an Oracle 12c non-CDB database into an existing CDB.
E. Use the DBMS_PDB package to plug an Oracle 11 g Release 2 (11.2.0.3.0) non-CDB database into an
existing CDB.
Correct Answer: ACD
QUESTION 26
Your database supports a DSS workload that involves the execution of complex queries: Currently, the
library cache contains the ideal workload for analysis. You want to analyze some of the queries for an
application that are cached in the library cache.
What must you do to receive recommendations about the efficient use of indexes and materialized views
to improve query performance?
A. Create a SQL Tuning Set (STS) that contains the queries cached in the library cache and run the SQL
Tuning Advisor (STA) on the workload captured in the STS.
B. Run the Automatic Workload Repository Monitor (ADDM).
C. Create an STS that contains the queries cached in the library cache and run the SQL Performance
Analyzer (SPA) on the workload captured in the STS.
D. Create an STS that contains the queries cached in the library cache and run the SQL Access Advisor
on the workload captured in the STS.
Correct Answer: D
QUESTION 27
The following parameter 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_EVOLVE_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.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
2, 4, 5
2, 1, 4, 3, 5
1, 2, 3, 4, 5
1, 2, 4, 5
Correct Answer: B
QUESTION 28
In a recent Automatic Workload Repository (AWR) report for your database, you notice a high number of
buffer busy waits. The database consists of locally managed tablespaces with free list managed
segments.
On further investigation, you find that buffer busy waits is caused by contention on data blocks.
Which option would you consider first to decrease the wait event immediately?
A.
B.
C.
D.
E.
Decreasing PCTUSED
Decreasing PCTFREE
Increasing the number of DBWN process
Using Automatic Segment Space Management (ASSM)
Increasing db_buffer_cache based on the V$DB_CACHE_ADVICE recommendation
Correct Answer: D
QUESTION 29
Examine this command:
SQL > exec DBMS_STATS.SET_TABLE_PREFS (SH, CUSTOMERS, PUBLISH, false); Which three
statements are true about the effect of this command?
A.
B.
C.
D.
Statistics collection is not done for the CUSTOMERS table when schema stats are gathered.
Statistics collection is not done for the CUSTOMERS table when database stats are gathered.
Any existing statistics for the CUSTOMERS table are still available to the optimizer at parse time.
Statistics gathered on the CUSTOMERS table when schema stats are gathered are stored as pending
statistics.
E. Statistics gathered on the CUSTOMERS table when database stats are gathered are stored as pending
statistics.
Correct Answer: ACD
QUESTION 30
Examine the following impdp command to import a database over the network from a pre-12c Oracle
database (source): Which three are prerequisites for successful execution of the command?
A. The import operation must be performed by a user on the target database with the
DATAPUMP_IMP_FULL_DATABASE role, and the database link must connect to a user on the
source
database with the DATAPUMP_EXD_FULL_DATABASE role.
B. All the user-defined tablespaces must be in read-only mode on the source database.
C. The export dump file must be created before starting the import on the target database.
D. The source and target database must be running on the same platform with the same endianness.
E. The path of data files on the target database must be the same as that on the source database.
F. The impdp operation must be performed by the same user that performed the expdp operation.
Correct Answer: BCE
QUESTION 31
Which two are true concerning a multitenant container database with three pluggable database?
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
A.
B.
C.
D.
E.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
QUESTION 35
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.
B.
C.
D.
Correct Answer: B
QUESTION 36
On your Oracle 12c database, you invoked SQL *Loader to load data into the EMPLOYEES table in the
HR schema by issuing the following command:
$> sqlldr hr/hr@pdb table=employees
Which two statements are true regarding the command?
A. It succeeds with default settings if the EMPLOYEES table belonging to HR is already defined in the
database.
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.
Correct Answer: AC
QUESTION 37
After implementing full Oracle Data Redaction, you change the default value for the NUMBER data type
as follows:
After changing the value, you notice that FULL redaction continues to redact numeric data with zero.
What must you do to activate the new default value for numeric full redaction?
A.
B.
C.
D.
E.
Correct Answer: E
QUESTION 38
You must track all transactions that modify certain tables in the sales schema for at least three years.
Automatic undo management is enabled for the database with a retention of one day.
Which two must you do to track the transactions?
A.
B.
C.
D.
E.
Correct Answer: DE
QUESTION 39
Your are the DBA supporting an Oracle 11g Release 2 database and wish to move a table containing
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
several DATE, CHAR, VARCHAR2, and NUMBER data types, and the tables indexes, to another
tablespace.
The table does not have a primary key and is used by an OLTP application.
Which technique will move the table and indexes while maintaining the highest level of availability to the
application?
A. Oracle Data Pump.
B. An ALTER TABLE MOVE to move the table and ALTER INDEX REBUILD to move the indexes.
C. An ALTER TABLE MOVE to move the table and ALTER INDEX REBUILD ONLINE to move the
indexes.
D. Online Table Redefinition.
E. Edition-Based Table Redefinition.
Correct Answer: D
QUESTION 40
To implement Automatic Management (AMM), you set the following parameters: When you try to start the
database instance with these parameter settings, you receive the following error message:
SQL > startup
ORA-00824: cannot set SGA_TARGET or MEMORY_TARGET due to existing internal settings, see alert
log for more information.
Identify the reason the instance failed to start.
A.
B.
C.
D.
Correct Answer: B
QUESTION 41
What are two benefits of installing Grid Infrastructure software for a stand-alone server before installing
and creating an Oracle database?
A.
B.
C.
D.
E.
Correct Answer: CE
QUESTION 42
Identify two correct statements about multitenant architectures.
A.
B.
C.
D.
E.
F.
Multitenant architecture can be deployed only in a Real Application Clusters (RAC) configuration.
Multiple pluggable databases (PDBs) share certain multitenant container database (CDB) resources.
Multiple CDBs share certain PDB resources.
Multiple non-RAC CDB instances can mount the same PDB as long as they are on the same server.
Patches are always applied at the CDB level.
A PDB can have a private undo tablespace.
Correct Answer: BE
QUESTION 43
You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute the
following script:
SQL > @utlrp.sql
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Correct Answer: CE
QUESTION 44
Which statement is true concerning dropping a pluggable database (PDB)?
A.
B.
C.
D.
E.
Correct Answer: B
Es correcto.
Nagarjuna
QUESTION 45
You notice a high number of waits for the db file scattered read and db file sequential read events in the
recent Automatic Database Diagnostic Monitor (ADDM) report. After further investigation, you find that
queries are performing too many full table scans and indexes are not being used even though the filter
columns are indexed.
Identify three possible reasons for this.
A.
B.
C.
D.
E.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
3, 2, 1, 4
2, 3, 4, 1
4, 1, 3, 2
3, 2, 4, 1
Correct Answer: B
QUESTION 49
Which three statements are true about Automatic Workload Repository (AWR)?
A.
B.
C.
D.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
B.
C.
D.
E.
Correct Answer: A
QUESTION 52
You conned using SQL Plus to the root container of a multitenant container database (CDB) with SYSDBA
privilege.
The CDB has several pluggable databases (PDBs) open in the read/write mode.
There are ongoing transactions in both the CDB and PDBs.
What happens alter issuing the SHUTDOWN TRANSACTIONAL statement?
A. The shutdown proceeds immediately.
The shutdown proceeds as soon as all transactions in the PDBs are either committed or rolledhack.
B. The shutdown proceeds as soon as all transactions in the CDB are either committed or rolled back.
C. The shutdown proceeds as soon as all transactions in both the CDB and PDBs are either committed or
rolled back.
D. The statement results in an error because there are open PDBs.
Correct Answer: B
QUESTION 53
You are planning the creation of a new multitenant container database (CDB) and want to store the ROOT
and SEED container data files in separate directories.
You plan to create the database using SQL statements.
Which three techniques can you use to achieve this?
A.
B.
C.
D.
E.
Transportable database
Transportable tablespace
Data Pump full export/import
The DBMS_PDB package
RMAN
Correct Answer: B
QUESTION 55
Your database supports an online transaction processing (OLTP) application.
The application is undergoing some major schema changes, such as addition of new indexes and
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
materialized views.
You want to check the impact of these changes on workload performance.
What should you use to achieve this?
A.
B.
C.
D.
E.
Database replay
SQL Tuning Advisor
SQL Access Advisor
SQL Performance Analyzer
Automatic Workload Repository compare reports
Correct Answer: E
QUESTION 56
An administrator account is granted the CREATE SESSION and SET CONTAINER system privileges.
A multitenant container database (CDB) instant has the following parameter set:
THREADED_EXECUTION = FALSE
Which four statements are true about this administrator establishing connections to root in a CDB that has
been opened in read only mode?
A.
B.
C.
D.
E.
F.
Correct Answer: A
QUESTION 58
You notice a performance change in your production Oracle database and you want to know which change
has made this performance difference.
You generate the Compare Period Automatic Database Diagnostic Monitor (ADDM) report to further
investigation.
Which three findings would you get from the report?
A.
B.
C.
D.
E.
F.
It detects any configuration change that caused a performance difference in both time periods.
It identifies any workload change that caused a performance difference in both time periods.
It detects the top wait events causing performance degradation.
It shows the resource usage for CPU, memory, and I/O in both time periods.
It shows the difference in the size of memory pools in both time periods.
It gives information about statistics collection in both time periods.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Correct Answer: B
QUESTION 60
Which three statements are true about adaptive SQL plan management?
A. It automatically performs verification or evolves non-accepted plans, in COMPREHENSIVE mode
when they perform better than existing accepted plans.
B. The optimizer always uses the fixed plan, if the fixed plan exists in the plan baseline.
C. It adds new, bettor plans automatically as fixed plans to the baseline.
D. The non-accepted plans are automatically accepted and become usable by the optimizer if they
perform better than the existing accepted plans.
E. The non-accepted plans in a SQL plan baseline are automatically evolved, in COMPREHENSIVE
mode, during the nightly maintenance window and a persistent verification report is generated.
Correct Answer: ADE
QUESTION 61
You create a new pluggable database, HR_PDB, from the seed database. Which three tablespaces are
created by default in HR_PDB?
A.
B.
C.
D.
E.
F.
SYSTEM
SYSAUX
EXAMPLE
UNDO
TEMP
USERS
Correct Answer: AC
QUESTION 63
You executed a DROP USER CASCADE on an Oracle 11g release 1 database and immediately realized
that you forgot to copy the OCA.EXAM_RESULTS table to the OCP schema.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
The RECYCLE_BIN enabled before the DROP USER was executed and the OCP user has been granted
the FLASHBACK ANY TABLE system privilege.
What is the quickest way to recover the contents of the OCA.EXAM_RESULTS table to the OCP
schema?
A. Execute FLASHBACK TABLE OCA.EXAM_RESULTS TO BEFORE DROP RENAME TO OCP.
EXAM_RESULTS; connected as SYSTEM.
B. Recover the table using traditional Tablespace Point In Time Recovery.
C. Recover the table using Automated Tablespace Point In Time Recovery.
D. Recovery the table sing Database Point In Time Recovery.
E. Execute FLASHBACK TABLE OCA.EXAM_RESULTS TO BEFORE DROP RENAME TO
EXAM_RESULTS; connected as the OCP user.
Correct Answer: E
QUESTION 64
In your multitenant container database (CDB) containing pluggable database (PDBs), the HR user
executes the following commands to create and grant privileges on a procedure:
CREATE OR REPLACE PROCEDURE create_test_v (v_emp_id NUMBER, v_ename VARCHAR2,
v_SALARY NUMBER, v_dept_id NUMBER)
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 procedure from
inserting values into tables on which they do not have any privileges?
A.
B.
C.
D.
Correct Answer: C
QUESTION 65
You created a new database using the "create database" statement without specifying the "ENABLE
PLUGGABLE" clause.
What are two effects of not using the "ENABLE PLUGGABLE database" clause?
A. The database is created as a non-CDB and can never contain a PDB.
B. The database is treated as a PDB and must be plugged into an existing multitenant container database
(CDB).
C. The database is created as a non-CDB and can never be plugged into a CDB.
D. The database is created as a non-CDB but can be plugged into an existing CDB.
E. The database is created as a non-CDB but will become a CDB whenever the first PDB is plugged in.
Correct Answer: AD
QUESTION 66
What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE
DATABASE statement?
A.
B.
C.
D.
It will create a multitenant container database (CDB) with only the root opened.
It will create a CDB with root opened and seed read only.
It will create a CDB with root and seed opened and one PDB mounted.
It will create a CDB that must be plugged into an existing CDB.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Correct Answer: B
QUESTION 68
Examine the following parameters for a database instance: MEMORY_MAX_TARGET=0
MEMORY_TARGET=0
SGA_TARGET=0
PGA_AGGREGATE_TARGET=500m
Which three initialization parameters are not controlled by Automatic Shared Memory Management
(ASMM)?
A.
B.
C.
D.
E.
F.
LOG_BUFFER
SORT_AREA_SIZE
JAVA_POOL_SIZE
STREAMS_POOL_SIZE
DB_16K_CACHE_SZIE
DB_KEEP_CACHE_SIZE
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
B. It fails and reports an error because the CONTAINER=ALL clause is not used.
C. It excludes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in root and
all PDBs.
D. It fails and reports an error because the CONTAINER=CURRENT clause is not used.
E. It executes successfully and the CREATE TABLE privilege is revoked from C # # A_ADMIN in all
PDBs.
Correct Answer: A
QUESTION 71
Which two statements are true concerning the 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 consumer
groups in the PDB plan.
Correct Answer: ABCDE
QUESTION 72
You use a recovery catalog for maintaining your database backups.
You execute the following command:
$rman TARGET / CATALOG rman / cat@catdb
RMAN > BACKUP VALIDATE DATABASE ARCHIVELOG ALL;
Which two statements are true?
A.
B.
C.
D.
E.
Correct Answer: BD
QUESTION 73
Which three statements are true concerning the multitenant architecture?
A.
B.
C.
D.
E.
F.
G.
Each pluggable database (PDB) has its own set of background processes.
A PDB can have a private temp tablespace.
PDBs can share the sysaux tablespace.
Log switches occur only at the multitenant container database (CDB) level.
Different PDBs can have different default block sizes.
PDBs share a common system tablespace.
Instance recovery is always performed at the CDB level.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Correct Answer: AD
QUESTION 76
You run a script that completes successfully using SQL*Plus that performs these actions:
1. Creates a multitenant container database (CDB)
2. Plugs in three pluggable databases (PDBs)
3. Shuts down the CDB instance
4. Starts up the CDB instance using STARTUP OPEN READ WRITE
Which two statements are true about the outcome after running the script?
A.
B.
C.
D.
E.
F.
Correct Answer: BD
QUESTION 77
You execute the following piece of code with appropriate privileges: User SCOTT has been granted the
CREATE SESSION privilege and the MGR role.
Which two statements are true when a session logged in as SCOTT queries the SAL column in the view
and the table?
A.
B.
C.
D.
E.
Data is redacted for the EMP.SAL column only if the SCOTT session does not have the MGR role set.
Data is redacted for EMP.SAL column only if the SCOTT session has the MGR role set.
Data is never redacted for the EMP_V.SAL column.
Data is redacted for the EMP_V.SAL column only if the SCOTT session has the MGR role set.
Data is redacted for the EMP_V.SAL column only if the SCOTT session does not have the MGR role
set.
Correct Answer: AC
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
QUESTION 78
Your database is open and the LISTENER listener running. You stopped the wrong listener LISTENER by
issuing the following command:
lsnrctl > STOP
What happens to the sessions that are presently connected to the database Instance?
A.
B.
C.
D.
Correct Answer: B
QUESTION 79
Which three statements are true about using flashback database in a multitenant container database
(CDB)?
A.
B.
C.
D.
E.
The root container can be flashed back without flashing back the pluggable databases (PDBs).
To enable flashback database, the CDB must be mounted.
Individual PDBs can be flashed back without flashing back the entire CDB.
The DB_FLASHBACK RETENTION_TARGET parameter must be set to enable flashback of the CDB.
A CDB can be flashed back specifying the desired target point in time or an SCN, but not a restore
point.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
or
DELETE command on a table, and contains the execution plan, SQL text, and bind variables used.
Correct Answer: A
QUESTION 82
You support Oracle Database 12c Oracle Database 11g, and Oracle Database log on the same server.
All databases of all versions use Automatic Storage Management (ASM).
Which three statements are true about the ASM disk group compatibility attributes that are set for a disk
group?
A. The ASM compatibility attribute controls the format of the disk group metadata.
B. RDBMS compatibility together with the database version determines whether a database Instance can
mount the ASM disk group.
C. The RDBMS compatibility setting allows only databases set to the same version as the compatibility
value, to mount the ASM disk group.
D. The ASM compatibility attribute determines some of the ASM features that may be used by the Oracle
disk group.
E. The ADVM compatibility attribute determines the ACFS features that may be used by the Oracle 10g
database.
Correct Answer: ABD
QUESTION 83
To enable the Database Smart Flash Cache, you configure the following parameters:
DB_FLASH_CACHE_FILE = /dev/flash_device_1 , /dev/flash_device_2
DB_FLASH_CACHE_SIZE=64G
What is the result when you start up the database instance?
A.
B.
C.
D.
Correct Answer: B
QUESTION 84
You executed this command to create a password file:
$ orapwd file = orapworcl entries = 10 ignorecase = N
Which two statements are true about the password file?
A. It will permit the use of uppercase passwords for database users who have been granted the
SYSOPER role.
B. It contains username and passwords of database users who are members of the OSOPER operating
system group.
C. It contains usernames and passwords of database users who are members of the OSDBA operating
system group.
D. It will permit the use of lowercase passwords for database users who have granted the SYSDBA role.
E. It will not permit the use of mixed case passwords for the database users who have been granted the
SYSDBA role.
Correct Answer: AD
QUESTION 85
Identify three valid methods of opening, pluggable databases (PDBs).
A. ALTER PLUGGABLE DATABASE OPEN ALL ISSUED from the root
B. ALTER PLUGGABLE DATABASE OPEN ALL ISSUED from a PDB
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
C.
D.
E.
F.
G.
Correct Answer: AD
QUESTION 87
You are administering a database and you receive a requirement to apply the following restrictions:
1. A connection must be terminated after four unsuccessful login attempts by user.
2. A user should not be able to create more than four simultaneous sessions.
3. User session must be terminated after 15 minutes of inactivity.
4. Users must be prompted to change their passwords every 15 days.
How would you accomplish these requirements?
A. by granting a secure application role to the users
B. by creating and assigning a profile to the users and setting the REMOTE_OS_AUTHENT parameter to
FALSE
C. By creating and assigning a profile to the users and setting the
SEC_MAX_FAILED_LOGIN_ATTEMPTS parameter to 4
D. By Implementing Fine-Grained Auditing (FGA) and setting the REMOTE_LOGIN_PASSWORD_FILE
parameter to NONE.
E. By implementing the database resource Manager plan and setting the
SEC_MAX_FAILED_LOGIN_ATTEMPTS parameters to 4.
Correct Answer: A
QUESTION 88
A senior DBA asked you to execute the following command to improve performance:
SQL> ALTER TABLE subscribe log STORAGE (BUFFER_POOL recycle);
You checked the data in the SUBSCRIBE_LOG table and found that it is a large table containing one
million rows.
What could be a reason for this recommendation?
A.
B.
C.
D.
E.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Correct Answer: D
QUESTION 89
Which three tasks can be automatically performed by the Automatic Data Optimization feature of
Information lifecycle Management (ILM)?
A.
B.
C.
D.
E.
F.
Tracking the most recent read time for a table segment in a user tablespace
Tracking the most recent write time for a table segment in a user tablespace
Tracking insert time by row for table rows
Tracking the most recent write time for a table block
Tracking the most recent read time for a table segment in the SYSAUX tablespace
Tracking the most recent write time for a table segment in the SYSAUX tablespace
Correct Answer: CE
QUESTION 91
You configure your database Instance to support shared server connections.
Which two memory areas that are part of PGA are stored in SGA instead, for shared server connection?
A.
B.
C.
D.
E.
Correct Answer: AC
QUESTION 92
Which two statements are true about Oracle Managed Files (OMF)?
A.
B.
C.
D.
E.
OMF cannot be used in a database that already has data files created with user-specified directions.
The file system directions that are specified by OMF parameters are created automatically.
OMF can be used with ASM disk groups, as well as with raw devices, for better file management.
OMF automatically creates unique file names for table spaces and control files.
OMF may affect the location of the redo log files and archived log files.
Correct Answer: BD
QUESTION 93
Which four actions are possible during an Online Data file Move operation?
A. Creating and dropping tables in the data file being moved
B. Performing file shrink of the data file being moved
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
C.
D.
E.
F.
Correct Answer: D
QUESTION 95
Identify three scenarios in which you would recommend the use of SQL Performance Analyzer to analyze
impact on the performance of SQL statements.
A.
B.
C.
D.
E.
Correct Answer: AC
QUESTION 97
You install a non-RAC Oracle Database. During Installation, the Oracle Universal Installer (OUI) prompts
you to enter the path of the Inventory directory and also to specify an operating system group name.
Which statement is true?
A.
B.
C.
D.
Correct Answer: D
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
QUESTION 98
You are required to migrate your 11.2.0.3 database as a pluggable database (PDB) to 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.
B.
C.
D.
E.
2, 1, 3, 4, 5, 6
1, 3, 4, 5, 6, 7
1, 4, 3, 5, 6, 7
2, 1, 3, 4, 5, 6, 7
1, 5, 6, 4, 3, 2
Correct Answer: C
QUESTION 99
In your multitenant container database (CDB) with two pluggable database (PDBs). You want to create a
new PDB by using SQL Developer.
Which statement is true?
A.
B.
C.
D.
Correct Answer: A
QUESTION 100
Which two statements are true about the Oracle Direct Network File system (DNFS)?
A.
B.
C.
D.
E.
Correct Answer: CE
QUESTION 101
Examine the parameters for your database instance:
Which three statements are true about the process of automatic optimization by using cardinality
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. 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
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Correct Answer: A
QUESTION 105
Examine the details of the Top 5 Timed Events in the following Automatic Workloads Repository (AWR)
report:
What are three possible causes for the latch-related wait events?
A.
B.
C.
D.
E.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
SYS, SYSTEM
SCOTT
Only for successful executions
Only for failed executions
Both successful and failed executions
Correct Answer: AE
QUESTION 107
A redaction policy was added to the SAL column of the SCOTT.EMP table:
All users have their default set of system privileges.
For which three situations will data not be redacted?
A.
B.
C.
D.
E.
F.
SYS sessions, regardless of the roles that are set in the session
SYSTEM sessions, regardless of the roles that are set in the session
SCOTT sessions, only if the MGR role is set in the session
SCOTT sessions, only if the MGR role is granted to SCOTT
SCOTT sessions, because he is the owner of the table
SYSTEM session, only if the MGR role is set in the session
Correct Answer: A
QUESTION 109
Which three activities are supported by the Data Recovery Advisor?
A.
B.
C.
D.
E.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
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.
Correct Answer: ABE
QUESTION 111
Which three statements are true regarding the use of the Database Migration Assistant for Unicode
(DMU)?
A.
B.
C.
D.
E.
Schema objects owned by the C# # A_ADMIN common user can be shared across all PDBs.
The C # # A_ADMIN user will be able to use the TEMP_TS temporary tablespace only in root.
The command will, create a common user whose description is contained in the root and each PDB.
The schema for the common user C # # A_ADMIN can be different in each container.
The command will create a user in the root container only because the container clause is not used.
Correct Answer: BE
QUESTION 114
You performed an incremental level 0 backup of a database:
RMAN > BACKUP INCREMENTAL LEVEL 0 DATABASE;
To enable block change tracking after the incremental level 0 backup, you issued this command:
SQL > ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE
/mydir/rman_change_track.f;
To perform an incremental level 1 cumulative backup, you issued this command:
RMAN> BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;
Which three statements are true?
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
A.
B.
C.
D.
Backup change tracking will sometimes reduce I/O performed during cumulative incremental backups.
The change tracking file must always be backed up when you perform a full database backup.
Block change tracking will always reduce I/O performed during cumulative incremental backups.
More than one database block may be read by an incremental backup for a change made to a single
block.
E. The incremental level 1 backup that immediately follows the enabling of block change tracking will not
read the change tracking file to discover changed blocks.
Correct Answer: BCE
QUESTION 115
You find this query being used in your Oracle 12c database:
Which method a used by the optimizer to limit the rows being returned?
A. A filter is added to the table query dynamically using ROWNUM to limit the rows to 20 percent of the
total rows
B. All the rows are returned to the client or middle tier but only the first 20 percent are returned to the
screen or the application.
C. A view is created during execution and a filter on the view limits the rows to 20 percent of the total
rows.
D. A TOP-N query is created to limit the rows to 20 percent of the total rows
Correct Answer: C
QUESTION 116
Which three resources might be prioritized between competing pluggable databases when creating a
multitenant container database plan (CDB plan) using Oracle Database Resource Manager?
A.
B.
C.
D.
E.
F.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
A. It may advise the use of online table redefinition for tables in dictionary managed tablespace.
B. It may advise the use of segment shrink for tables in dictionary managed tablespaces it the no chained
rows.
C. It may advise the use of online table redefinition for tables in locally managed tablespaces
D. It will detect and advise about chained rows.
E. It may advise the use of segment shrink for free list managed tables.
Correct Answer: BCD
QUESTION 122
You have altered a non-unique index to be invisible to determine if queries execute within an acceptable
response time without using this index.
Which two are possible if table updates are performed which affect the invisible index columns?
A.
B.
C.
D.
E.
The index
The index
The index
The index
The index
remains invisible.
is not updated by the DML statements on the indexed table.
automatically becomes visible in order to have it updated by DML on the table.
becomes unusable but the table is updated by the DML.
is updated by the DML on the table.
Correct Answer: AE
QUESTION 123
In your multitenant container database (CDB) containing same pluggable databases (PDBs), you execute
the following commands in the root container:
Which two statements are true?
A.
B.
C.
D.
E.
The C # # ROLE1 role is created in the root database and all the PDBs.
The C # # ROLE1 role is created only in the root database because the container clause is not used.
Privileges are granted to the C##A_ADMIN user only in the root database.
Privileges are granted to the C##A_ADMIN user in the root database and all PDBs.
The statement for granting a role to a user fails because the CONTAINER clause is not used.
Correct Answer: BC
QUESTION 124
The persistent configuration settings for RMAN have default for all parameters.
Identify four RMAN commands that produce a multi-section backup.
A.
B.
C.
D.
E.
F.
G.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Only 1
Only 2
Only 3
3 and 1
1 and 2
Correct Answer: C
QUESTION 126
Examine the commands executed to monitor database operations:
$> conn sys oracle/oracle@prod as sysdba
SQL > VAR eid NUMBER
SQL > EXEC: eid := DBMS_SQL_MONITOR.BEGIN_OPERATION (batch_job , FORCED_TRACKING
=> Y);
Which two statements are true?
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.
Correct Answer: CE
QUESTION 127
Which three statements are true about the working of system privileges in a multitenant control database
(CDB) that has pluggable databases (PDBs)?
A.
B.
C.
D.
E.
System privileges apply only to the PDB in which they are used.
Local users cannot use local system privileges on the schema of a common user.
The granter of system privileges must possess the set container privilege.
Common users connected to a PDB can exercise privileges across other PDBs.
System privileges with the with grant option container all clause must be granted to a common user
before the common user can grant privileges to other users.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
1
2 and 4
2 and 5
3 and 4
3 and 5
Correct Answer: B
QUESTION 130
Your multitenant container database (CDB) contains pluggable databases (PDBs), you are connected to
the HR_PDB. You execute the following command:
SQL > CREATE UNDO TABLESPACE undotb01
DATAFILE u01/oracle/rddb1/undotbs01.dbf SIZE 60M AUTOEXTEND ON;
What is the result?
A.
B.
C.
D.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
The database must have multiplexed redo logs for the flashback to succeed.
The database must be MOUNTED for the flashback to succeed.
The database must use block change tracking for the flashback to succeed.
The database must be opened in restricted mode for the flashback to succeed.
The database must be opened with the RESETLOGS option after the flashback is complete.
The database must be opened in read-only mode to check if the database has been flashed back to
the correct SCN.
Correct Answer: EF
QUESTION 133
Examine these two statements:
Which three are true about the MRKT tablespace?
A. The MRKT tablespace is created as a small file tablespace, because the file size is less than the
minimum required for big file files.
B. The MRKT tablespace may be dropped if it has no contents.
C. Users who were using the old default tablespace will have their default tablespaces changed to the
MRKT tablespace.
D. No more data files can be added to the tablespace.
E. The relative file number of the tablespace is not stored in rowids for the table rows that are stored in
the MRKT tablespace.
Correct Answer: BCD
QUESTION 134
In your database, you want to ensure that idle sessions that are blocking active are automatically
terminated after a specified period of time.
How would you accomplish this?
A.
B.
C.
D.
Correct Answer: D
QUESTION 135
You Execute the Following command to create a password file in the database server:
$ orapwd file = +DATA/PROD/orapwprod entries = 5 ignorecase = N format = 12
Which two statements are true about the password file?
A.
B.
C.
D.
It records the usernames and passwords of users when granted the DBA role.
It contains the usernames and passwords of users for whom auditing is enabled.
Is used by Oracle to authenticate users for remote database administration.
It records the usernames and passwords of all users when they are added to the OSDBA or OSOPER
operating system groups.
E. It supports the SYSBACKUP, SYSDG, and SYSKM system privileges.
Correct Answer: CE
QUESTION 136
Identify two situations in which the alert log file is updated.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
A.
B.
C.
D.
E.
Correct Answer: AE
QUESTION 137
Which three statements are true about Oracle Data Pump export and import operations?
A.
B.
C.
D.
E.
You can detach from a data pump export job and reattach later.
Data pump uses parallel execution server processes to implement parallel import.
Data pump import requires the import file to be in a directory owned by the oracle owner.
The master table is the last object to be exported by the data pump.
You can detach from a data pump import job and reattach later.
The C # # B_ADMIN user can perform all backup and recovery operations using RMAN only.
The C # # C_ADMIN user can perform the data guard operation with Data Guard Broker.
The C # # A_ADMIN user can perform wallet operations.
The C # # D_ADMIN user can perform backup and recovery operations for Automatic Storage
Management (ASM).
E. The C # # B_ADMIN user can perform all backup and recovery operations using RMAN or SQL* Plus.
Correct Answer: BDE
QUESTION 139
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
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. Setting the target tablespace offline
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
Correct Answer: BC
QUESTION 140
Which three statements are true about Flashback Database?
A. Flashback logs are written sequentially, and are archived.
B. Flashback Database uses a restored control file to recover a database.
C. The Oracle database automatically creates, deletes, and resides flashback logs in the Fast Recovery
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
Area.
D. Flashback Database can recover a database to the state that it was in before a reset logs operation.
E. Flashback Database can recover a data file that was dropped during the span of time of the flashback.
F. Flashback logs are used to restore to the blocks' before images, and then the redo data may be used
to
roll forward to the desired flashback time.
Correct Answer: BCF
QUESTION 141
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 EM express.
E. You can create and configure pluggable databases by using EM express.
Correct Answer: D
QUESTION 142
Examine the following command;
ALTER SYSTEM SET enable_ddl_logging = TRUE;
Which statement is true?
A. Only the data definition language (DDL) commands that resulted in errors are logged in the alert log
file.
B. All DDL commands are logged in the alert log file.
C. All DDL commands are logged in a different log file that contains DDL statements and their execution
dates.
D. Only DDL commands that resulted in the creation of new segments are logged.
E. All DDL commands are logged in XML format in the alert directory under the Automatic Diagnostic
Repository (ADR) home.
Correct Answer: B
QUESTION 143
In which two scenarios do you use SQL* Loader to load data?
A.
B.
C.
D.
Correct Answer: AD
QUESTION 144
You are connected to a pluggable database (PDB) as a common user with DBA privileges.
The STATISTICS_LEVEL parameter is PDB_MODIFIABLE. You execute the following:
SQL > ALTER SYSTEM SET STATISTICS_LEVEL = ALL SID = * SCOPE = SPFILE;
Which is true about the result of this command?
A. The STATISTICS_LEVEL parameter is set to all whenever this PDB is re-opened.
B. The STATISTICS_LEVEL parameter is set to ALL whenever any PDB is reopened.
C. The STATISTICS_LEVEL parameter is set to all whenever the multitenant container database (CDB)
is restarted.
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
D. Nothing happens; because there is no SPFILE for each PDB, the statement is ignored.
Correct Answer: C
QUESTION 145
Which two are prerequisites for performing a flashback transaction?
A. Flashback Database must be enabled.
B. Undo retention guarantee for the database must be configured.
C. EXECUTE privilege on the DBMS_FLASHBACK package must be granted to the user flashing back
transaction.
D. Supplemental logging must be enabled.
E. Recycle bin must be enabled for the database.
F. Block change tracking must be enabled tor the database.
Correct Answer: BC
QUESTION 146
A database is stored in an Automatic Storage Management (ASM) disk group, disk group, DGROUP1 with
SQL:
There is enough free space in the disk group for mirroring to be done.
What happens if the CONTROLLER1 failure group becomes unavailable due to error of for maintenance?
A. Transactions and queries accessing database objects contained in any tablespace stored in DGROUP1
will fall.
B. Mirroring of allocation units will be done to ASM disks in the CONTROLLER2 failure group until the
CONTROLLER1 for failure group is brought back online.
C. The data in the CONTROLLER1 failure group is copied to the controller2 failure group and rebalancing
is initiated.
D. ASM does not mirror any data until the controller failure group is brought back online, and newly
allocated primary allocation units (AU) are stored in the controller2 failure group, without mirroring.
E. Transactions accessing database objects contained in any tablespace stored in DGROUP1 will fail but
queries will succeed.
Correct Answer: B
QUESTION 147
On your Oracle 12c database, you Issue the following commands to create indexes
SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE;
SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id);
Which two statement are correct?
A. Both the indexes are created; however, only the ORD_COSTOMER index is visible.
B. The optimizer evaluates index access from both the Indexes before deciding on which index to use for
query execution plan.
C. Only the ORD_CUSTOMER_IX1 index is created.
D. Only the ORD_CUSTOMER_IX2 index is created.
E. Both the indexes are updated when a new row is inserted, updated, or deleted In the orders table.
Correct Answer: AE
QUESTION 148
Your multitenant container database has three pluggable databases (PDBs): PDB1, PDB2, and PDB3.
Which two RMAN commands may be; used to back up only the PDB1 pluggable database?
A. BACKUP PLUGGABLE DATABASE PDB1 while connected to the root container
B. BACKUP PLUGGABLE DATABASE PDB1 while connected to the PDB1 container
C. BACKUP DATABASE while connected to the PDB1 container
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c
F -X C h a n ge
F -X C h a n ge
c u -tr a c k
N
y
bu
to
k
lic
.d o
.c
.d o
lic
to
bu
O
W
!
PD
O
W
!
PD
c u -tr a c k
.c