1z0-063 Update1805
1z0-063 Update1805
1z0-063 Update1805
276q
Number: 1z0-063
Passing Score: 800
Time Limit: 120 min
File Version: 8.0
1z0-063
Version 8.0
D239C705743FCA43A002871C15E31073
Exam A
QUESTION 1
Which two statements are true about scheduling operations in a pluggable database (PDB)? (Choose two.)
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.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 2
A complete database backup to media is taken for your database every day. Which three actions would you
take to improve backup performance? (Choose three.)
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmtunin.htm
QUESTION 3
For which three pieces of information can you use the RMAN list command? (Choose three.)
Explanation/Reference:
Explanation:
Reference:
D239C705743FCA43A002871C15E31073
http://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup007.htm
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmreprt.htm#BRADV89585
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
QUESTION 4
You notice performance degradation in your production Oracle 12c database. You want to know what caused
this performance difference.
A. Database Replay
B. Automatic Database Diagnostic Monitor (ADDM) Compare Period report
C. Active Session History (ASH) report
D. SQL Performance Analyzer
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 5
Which three statements are true about a job chain? (Choose three.)
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B28359_01/server.111/b28310/scheduse009.htm#ADMIN12459
QUESTION 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.
D239C705743FCA43A002871C15E31073
A. 1, 4, 3
B. 1, 2
C. 1, 4, 3, 2
D. 1, 2, 4
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference:
https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV689
QUESTION 7
Examine the command:
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Reference:
http://searchoracle.techtarget.com/answer/Recover-database-using-backup-controlfile-until-cancel
QUESTION 8
Which two are prerequisites for setting up Flashback Data Archive? (Choose two.)
Correct Answer: DF
Section: (none)
Explanation
Explanation/Reference:
QUESTION 9
The environmental variable oracle_Base is set to /u01/app/oracle and oracle_home is set to /u01/app/oracle/
D239C705743FCA43A002871C15E31073
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.
A. It is set to /u01/app/oracle/product:/12.1.0/db_1/log.
B. It is set to /u01/app/oracle/admin/enl2r&p/adump.
C. It is set to /u01/app/oracle.
D. It is set to /u01/app/oracle/flash_recovery_area.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation
http://docs.oracle.com/cd/B28359_01/server.111/b28310/diag001.htm#ADMIN11008
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.
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.
QUESTION 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.
A. 2, 1, 3, 7, 6, and 8
B. 2, 1, 4, 5, 3, 7, 6, 9, and 8
C. 2, 1, 3, 7, 6, 9, and 8
D239C705743FCA43A002871C15E31073
D. 2, 1, 3, 5, 7, 6, and 8
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 11
You wish to create jobs to satisfy these requirements:
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 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 ANY TABLE and SELECT ANY TABLE privileges.
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.
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.
Correct Answer: CD
D239C705743FCA43A002871C15E31073
Section: (none)
Explanation
Explanation/Reference:
QUESTION 13
Examine the commands executed in the root container of your multitenant container database (CDB) that has
multiple pluggable databases (PDBs):
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 container=current clause is not used.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 14
Examine the RMAN command:
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
configuration encryption will use 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.
http://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmbckad.htm#CEGEJABH
D239C705743FCA43A002871C15E31073
QUESTION 15
A database is running in archivelog mode. The database contains locally managed tablespaces. Examine the
RMAN command:
RMAN> BACKUP
AS COMPRESSED BACKUPSET
SECTION SIZE 1024M
DATABASE;
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.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 16
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? (Choose two.)
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 T3S 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
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 17
You want to consolidate backup information and centrally manage backup and recovery scripts for multiple
databases running in your organization.
D239C705743FCA43A002871C15E31073
E. Oracle Secure Backup
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 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;
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B14117_01/server.101/b10734/rcmconfg.htm
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmconfa.htm#BRADV137
QUESTION 19
You create a table with the period for clause to enable the use of the Temporal Validity feature of Oracle
Database 12c.
Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES
table? (Choose three.)
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.
Explanation/Reference:
D239C705743FCA43A002871C15E31073
Explanation:
A: To implement Temporal Validity(TV), 12c offers the option to have two date columns in that table which is
having TV enabled using the new clause Period For in the Create Table for the newly created tables or in the
Alter Table for the existing ones. The columns that are used can be defined while creating the table itself and
will be used in the Period For clause or you can skip having them in the table’s definition in the case of which,
the Period For clause would be creating them internally.
QUESTION 20
Which two statements are true when row-archival management is enabled? (Choose two.)
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.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 21
Which two resources might be prioritized between competing pluggable databases (PDBs) when creating a
multitenant container database (CDB) plan using Oracle Database Resource Manager? (Choose two.)
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 22
Which three types of failures are detected by the Data Recovery Advisor (DRA)? (Choose three.)
D239C705743FCA43A002871C15E31073
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmrepai.htm#BRADV89728
QUESTION 23
You want to capture column group usage and gather extended statistics for better cardinality estimates for the
customers table in the SH schema.
A. 3, 2, 1, 4
B. 2, 3, 4, 1
C. 4, 1, 3, 2
D. 3, 2, 4, 1
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
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.
* 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 24
D239C705743FCA43A002871C15E31073
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 CDB1 container database (CDB):
A. 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.
Explanation/Reference:
QUESTION 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.
A. 1, 4, 3, 2, 5
B. 1, 3, 4, 5, 2
C. 4, 3, 1, 2, 5
D. 4, 3, 5, 1, 2
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 26
Examine the RMAN command:
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
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmbckad.htm#CEGEJABH (to make password –
encrypted backups)
QUESTION 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:
A. 2, 4, 5
B. 2, 1, 4, 3, 5
C. 1, 2, 3, 4, 5
D. 1, 2, 4, 5
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 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
D239C705743FCA43A002871C15E31073
B. SYSTEM
C. SYSAUX
D. EXAMPLE
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
QUESTION 29
Your database is running in archivelog mode. Examine the parameters for your database instance:
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.
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_1 parameter is ignored and the archived redo log files are
created in the next two available locations to guarantee archive log success.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 30
Identify three scenarios in which RMAN will use backup sets to perform active database duplication. (Choose
three.)
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
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
Explanation/Reference:
Explanation:
Reference:
D239C705743FCA43A002871C15E31073
http://docs.oracle.com/database/121/BRADV/rcmdupdb.htm#BRADV298
QUESTION 31
Which two statements are true about recovering logically corrupted tables or table partitions from an RMAN
backup? (Choose two.)
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV695 (Limitations of Recovering Tables
and Table Partitions from RMAN Backups)
QUESTION 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:
A. 1, 2, 5, 3, 6, 4
B. 1, 2, 3, 5, 6, 4
C. 2, 1, 5, 7, 3, 4
D. 2, 1, 5, 6, 7, 4, 3
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 33
After implementing full Oracle Data Redaction, you change the default value for the number data type as
follows:
D239C705743FCA43A002871C15E31073
0
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?
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
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 34
Your database has a table CUSTOMERS that contains the columns CUST_NAME, AMT_DUE, and OLD_STATUS.
Why is it that only one update is listed by the Flashback Version Query?
D239C705743FCA43A002871C15E31073
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. 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.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 35
Which two methods can be used to add an Oracle 11g database to a multitenant container database (CDB) as
a pluggable database (PDB)? (Choose two.)
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 PDB$SEED 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.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 36
In which three scenarios is media recovery required? (Choose three.)
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/A87860_01/doc/server.817/a76993/recoscen.htm
QUESTION 37
D239C705743FCA43A002871C15E31073
In the SPFILE, UNDO TABLESPACE is Set to UNDOTBS.
A. The tablespace will be renamed but the data file headers will not be updated.
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.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 38
Which two statements are true about dropping a pluggable database (PDB)? (Choose two.)
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Unplugging a PDB
The following prerequisites must be met:
The current user must have SYSDBA or SYSOPER administrative privilege, and the privilege must be either
commonly granted or locally granted in the PDB. The user must exercise the privilege using AS SYSDBA or AS
SYSOPER at connect time.
The PDB must have been opened at least once.
The PDB must be closed. In an Oracle Real Application Clusters (Oracle RAC) environment, the PDB must be
closed on all instances.
Dropping a PDB
The DROP PLUGGABLE DATABASE statement drops a PDB. You can drop a PDB when you want to move
the PDB from one CDB to another or when you no longer need the PDB. – THIS MAKES C CORRECT.
When you drop a PDB, the control file of the CDB is modified to eliminate all references to the dropped PDB.
Archived redo log files and backups associated with the PDB are not removed, but you can use Oracle
Recovery Manager (RMAN) to remove them.
When dropping a PDB, you can either keep or delete the PDB’s data files by using one of the following
clauses:
D239C705743FCA43A002871C15E31073
KEEP DATAFILES, the default, retains the data files.
The PDB’s temp file is removed even when KEEP DATAFILES is specified because the temp file is no longer
needed.
QUESTION 39
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? (Choose two.)
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.
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 40
Which three RMAN persistent settings can be set for a database? (Choose three.)
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B19306_01/backup.102/b14192/setup004.htm#i1019739
QUESTION 41
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
D239C705743FCA43A002871C15E31073
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.
A. by using the RMAN SWITCH command to set the new location for the data files
B. by using the RMAN DUPLICATE command with NOFILENAMECHECK to recover the database to the new
host
C. by using the RMAN DUPLICATE command with DBID and SET NEWNAME 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
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 42
Identify two scenarios in which the RMAN crosscheck command can be used. (Choose two.)
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
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 43
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?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 44
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.
Explanation/Reference:
QUESTION 45
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
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
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.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 46
Which two statements are true about a multitenant architecture? (Choose two.)
A. Each pluggable database (PDB) has its own initialization parameter file.
D239C705743FCA43A002871C15E31073
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.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 47
Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information
Lifecycle Management (ILM)? (Choose three.)
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 sysaux tablespace
F. tracking the most recent write time for a table segment in the sysaux tablespace
Explanation/Reference:
QUESTION 48
Which two are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is
enabled? (Choose two.)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 49
Examine the steps/operations performed during the RMAN backup operation by using Oracle Secure Backup
(OSB):
D239C705743FCA43A002871C15E31073
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.
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
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 50
You want to back up a database such that only formatted blocks are backed up. Which statement is true about
this backup operation?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 51
You wish to enable an audit policy for all database users, except sys, system, and scott. You issue the
following statements:
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 52
Your database instance is started using an SPFILE. You are connected to cdb$root, as a DBA. You issue:
Which two statements are true about the statistics level parameter? (Choose two.)
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 53
You are administering a multitenant container database (CDB).
Identify two ways to access a pluggable database (PDB) that is open in read-only mode. (Choose two.)
A. by using the CONNECT statement as a local user having only the SET CONTAINER privilege
B. by using easy connect
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
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 54
In which situation can you use Flashback Database?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
D239C705743FCA43A002871C15E31073
http://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta023.htm (prerequisites, third para)
http://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta023.htm#RCMRF194
QUESTION 55
Which three conditions must be true for unused block compression to be used automatically while performing
backups by using RMAN? (Choose three.)
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmcncpt.htm#BRADV89481 (See unused block
compression)
https://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmcncpt.htm#BRADV89481
QUESTION 56
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?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B28359_01/server.111/b28275/tdppt_sqltune.htm#TDPPT160 (4th para)
QUESTION 57
You install "Oracle Grid Infrastructure for a standalone server" on a host on which the orcl1 and orcl2
databases both have their instances running.
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.
D239C705743FCA43A002871C15E31073
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.
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm
QUESTION 58
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:
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?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 59
You must unload data from the orders, order_items, and products database tables to four files using the
External Tables.
D239C705743FCA43A002871C15E31073
WHERE o.orderid = 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
D. DEFAULT DIRECTORY
E. ORGANIZATION EXTERNAL
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 60
Users report this error message when inserting rows into the orders table:
ERROR at line1:
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? (Choose two.)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 61
Evaluate these statements:
D239C705743FCA43A002871C15E31073
unit_price NUMBER(8,2),
quantity NUMBER(8),
CONSTRAINT po_items_f k
FOREIGN KEY(po_id)REFERENCES purchase_orders(po_id))
PARTITION BY REFERENCE(po_items_fk);
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 62
Which four actions are possible during an Online Datafile Move operation? (Choose four.)
Explanation/Reference:
QUESTION 63
Examine the command used to perform an incremental level-0 backup:
To enable block change tracking, after the incremental level 0 backup, you issue the command:
Which two statements are true in the preceding situation? (Choose two.)
D239C705743FCA43A002871C15E31073
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.
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 64
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.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 65
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.
To repair the failure, you open an RMAN session for the target database CDB$ROOT. You execute the
following as the first command:
D239C705743FCA43A002871C15E31073
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 the
REPAIR FAILURE command.
D. The command executes successfully, performs recovery, and opens PDB_1.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 66
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
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
QUESTION 67
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.
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
Correct Answer: B
Section: (none)
Explanation
D239C705743FCA43A002871C15E31073
Explanation/Reference:
QUESTION 68
Which three statements are true about the startup and shutdown of multitenant container databases (CDBs)
and pluggable databases (PDBs)? (Choose three.)
Explanation/Reference:
QUESTION 69
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. an index cluster
C. a partitioned table
D. a sorted hash cluster
E. a heap table with a rowid column
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 70
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.
A. 1, 3, 5, 6, 2, 4
B. 1, 3, 6, 2, 5, 4
C. 1, 3, 2, 5, 6, 4
D239C705743FCA43A002871C15E31073
D. 1, 3, 5, 2, 6, 4
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
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 71
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
pluggable database PDB2_1.
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_1 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 container database.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 72
You issue commands in SQL*Plus as the Oracle owner, to enable multithreading for your UNIX-based Oracle
12c database:
STARTUP
ORA-01031: insufficient privileges
A. because the threaded architecture requires exiting from sql*plus and reconnecting with sql*Plus / as sysdba
before issuing a startup command
B. because the threaded architecture requires issuing a new connect / as sysdba from within sql*plus before
issuing a startup command
C. because the threaded architecture requires authentication using a password file before issuing a startup
D239C705743FCA43A002871C15E31073
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
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 73
Your multitenant container database (CDB) cdb1, which has no startup triggers and contains multiple pluggable
databases (PDBs), is started up by using the command:
SQL> STARTUP
Which two statements are true about the successful execution of the command? (Choose two.)
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 74
Examine the resources consumed by a database instance whose current Resource Manager plan is displayed.
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
D239C705743FCA43A002871C15E31073
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.
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 75
Examine the commands executed to monitor database operations:
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
Section: (none)
Explanation
Explanation/Reference:
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 76
Examine the command:
D239C705743FCA43A002871C15E31073
A. It fails because the log file parameter is not specified.
B. It fails because no absolute path is specified for the log 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.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 77
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.
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
D. by running ADDM in diagnostic mode
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 78
Automatic Shared Memory Management (ASMm) is enabled for your database instance, but parameters for
the managed components are not defined.
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.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 79
You created a tablespace with this statement:
The tablespace is nearly full and you need to avoid any out of space errors for the load of a 5 gig table.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
Explanation:
http://www.techonthenet.com/oracle/tablespaces/alter_tablespace.php
QUESTION 80
Which two statements are true regarding the Oracle Data Pump export and import operations? (Choose two.)
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Explanation:
QUESTION 81
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:
A. Set DB_FLASH_CACHE_SIZE=64G.
B. Set D3_FLASH_CACHE_SIZE=64G, 64G.
C. Set D3_FLASK_CACKE_SI2E=128G.
D. db_flash_cache_SI2E is automatically configured by the instance at startup.
Correct Answer: B
Section: (none)
D239C705743FCA43A002871C15E31073
Explanation
Explanation/Reference:
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
QUESTION 82
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.
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.
C. It succeeds and all data files belonging to PD32_1 are backed up along with the archive log files.
D. It fails because the pluggable clause is missing.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 83
View the Exhibit showing steps to create a database resource manager plan.
SQL>execute dbms_resource_manager.create_pendingarea();
PL/SQL procedure successfully completed.
SQL>exec dbms_resource_manager, create_consumergroup
(consumer_group=>’OLTP,,comment=>,onlineuser’)
PL/SQL procedure successfully completed.
SQL>exec bras resource_manager.create plan(plan=>’PRIU3ER3',comment=>'dssprio’);
SQL>exec
Dbms_resource_manager.create_plan_directive
(plan=>’PRIU3ER3’,group_or_subplan=>'OLTP’,comment=>'onlinegrp'CPU_Pl=>60);
PL/3QLproceduresuccessfullycompleted.
After executing the steps in the exhibit you execute this procedure, which
results in an error:
SQL> EXECUTE dbms_resource_manager. validate_pending_area ();
D239C705743FCA43A002871C15E31073
B. The procedure must be executed before creating any plan directive.
C. The sys_group group is not included in the resource plan.
D. The other_groups group is not included in the resource plan.
E. Pending areas can not be validated until submitted.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 84
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.
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.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 85
You execute the RMAN commands:
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 86
You are connected to a pluggable database (PDB) as a common user with the SYSDBA privilege. The PDB is
D239C705743FCA43A002871C15E31073
open and you issue the SHUTDOWN IMMEDIATE command.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
QUESTION 87
Which three statements are true about the SQL*Loader utility? (Choose three.)
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.
Explanation/Reference:
QUESTION 88
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.
Which two actions would you take for tape streaming to happen during the backup? (Choose two.)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 89
You are administering a multitenant container database (CDB) cdb1.
D239C705743FCA43A002871C15E31073
Examine the command and its output:
SQL>show parameterfile
NAME TYPE VALUE
-----------------------------------------------------------------------
db_create_file_dest string
db_file_name_convert string
db_files integer 200
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
ADMINUSER salesadm IDENTIFIED BY password;
ROLES=(dba)
DEFAULTTABLESPACE sales
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';
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 90
You want to migrate your Oracle 11g database as a pluggable database (PDB) in a multitenant container
database (CDB).
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.
A. 2, 1, 3, 4, 5, 6
B. 1, 3, 4, 5, 6, 7
D239C705743FCA43A002871C15E31073
C. 1, 4, 3, 5, 6, 7
D. 2, 1, 3, 4, 5, 6, 7
E. 1, 5, 6, 4, 3, 2
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
This example example is a dumpfile-based full transportable export/import operation. In this case the metadata
from the source database is exported to a dump file, and both the dump file and the tablespace data files are
transferred to a new system. The steps would be as follows:
* (1) Set user tablespaces in the source database to READ ONLY.
* (3) Create a CDB on the destination system, including a PDB into which you will import the source database.
* (4) From the Oracle Database 11g Release 2 (11.2.0.3) environment, export the metadata and any data
residing in administrative tablespaces from the source database using the FULL=Y and
TRANSPORTABLE=ALWAYS parameters. Note that the VERSION=12 parameter is required only when
exporting from an Oracle Database 11g Release 2 database.
* (5) Copy the tablespace data files from the source system to the destination system.
* (6) In the Oracle Database 12c environment, connect to the pre-created PDB and import the dump file.
References: http://www.oracle.com/technetwork/database/upgrade/upgrading-oracle-database-wp-12c-
1896123.pdf, page 11
QUESTION 91
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.
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. 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
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 92
Identify three benefits of unified auditing. (Choose three.)
D239C705743FCA43A002871C15E31073
E. It automatically audits Recovery Manager (RMAN) events.
Explanation/Reference:
QUESTION 93
Examine the backup requirement for your company:
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
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 94
Your database is running in ARCHIVELOG mode. Examine the initialization parameters you plan to set for your
database instance.
LOG_ARCHIVE_DEST_1 = 'LOCATION=/disk1/arch'
LOG_ARCHIVE_DEST_2 = 'L0CATI0N=/disk2/3rch'
LOG_ARCHIVE_DEST_3 = 'LOCATION=/disk3/arch'
L0G_ARCHIVE_DEST_4 = 'L0CATI0N=/disk4/3rch MANDATORY'
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.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 95
Which three statements correctly describe the relationship amongst jobs, programs, and schedules within the
Oracle Job Scheduler? (Choose three.)
Explanation/Reference:
Explanation:
QUESTION 96
Which two statements describe the relationship between a window, a resource plan, and a job class? (Choose
two.)
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.
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 97
Which two are prerequisites for creating a backup-based duplicate database? (Choose two.)
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
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta020.htm#CHDEDFFH
QUESTION 98
D239C705743FCA43A002871C15E31073
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 configured for the database and OID and the password file has been configured for the
database.
User scott with sysdba privilege tries to connect remotely using this command:
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 99
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.
A. 1, 3, 4, 5
B. 6, 3, 4, 5
C. 2, 3, 4, 5
D. 6, 4, 3, 5
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 100
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.
D239C705743FCA43A002871C15E31073
As the user sys, execute the following command on pdb2:
A. The statistics_level parameter is set to all when any of the PDBs is reopened.
B. The statistics_level parameter is set to all only for PDB2 when it is reopened.
C. The statistics_level parameter is set to all when the root database is restarted.
D. The statement is ignored because there is no SPFILE for a PDB.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 101
Examine the command to back up the ASM metadata:
In which three situations can you use the backup? (Choose three.)
Explanation/Reference:
QUESTION 102
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.
D239C705743FCA43A002871C15E31073
9. Open the database with the RESETLOGS option.
10. Recover the database with the NOREDO option.
11. Recover the data file with the NOREDO option.
A. 4, 8, 11, 5
B. 1, 3, 8, 11, 9
C. 1, 2, 6, 3, 7, 10, 9
D. 1, 3, 7, 10, 9
E. 1, 2, 6, 3, 8, 11, 9
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 103
Examine the commands:
You then execute multiple INSERT statements to insert rows into the EMP table and drop the table again:
A. It recovers the structure, data, and indexes of the first EMP table.
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.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 104
Which three statements are true about the keystore storage framework for transparent data encryption?
(Choose three.)
D239C705743FCA43A002871C15E31073
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.
Explanation/Reference:
Explanation:
Reference:
http://oradb-srv.wlv.ac.uk/E16655_01/network.121/e17729/asotrans.htm#CHDEABCA (benefits of the keystore
storage framework)
QUESTION 105
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:
A. DEALLOCATE UNUSED
B. SHRINK SPACE CASCADE
C. SHRINK SPACE COMPACT
D. ROW STORE COMPRESS BASIC
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 106
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.
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.
D239C705743FCA43A002871C15E31073
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
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 107
For which two requirements would you use the Database Resource Manager? (Choose two.)
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 108
Your multitenant container database (CDB) contains multiple pluggable databases (PDBs). You execute the
command to create a common user:
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.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 109
D239C705743FCA43A002871C15E31073
Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.)
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 110
user_data is a non-encrypted tablespace containing tables with data.
Explanation/Reference:
QUESTION 111
Which two statements are true about a common user? (Choose two.)
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.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 112
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
D239C705743FCA43A002871C15E31073
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.
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. 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.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 113
Which three statements are true about Oracle Restart? (Choose three.)
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.
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm
QUESTION 114
Examine the parameters for your database instance:
Which three statements are true about the process of automatic optimization by using statistics feedback?
(Choose three.)
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.
D239C705743FCA43A002871C15E31073
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 collectors are
submitted to the optimizer.
Explanation/Reference:
QUESTION 115
RMAN is connected to the target database prod1 and an auxiliary instance in nomount state. Examine the
command to create a duplicate database:
Which two statements are true about the execution of the duplicate command? (Choose two.)
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. 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.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 116
A user issues a query on the sales table and receives the following error:
ERROR at line 1:
Which two actions would you take to recover the temporary tablespace? (Choose two.)
A. Drop the tenp01.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.
D239C705743FCA43A002871C15E31073
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.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 117
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? (Choose two.)
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 118
Which two statements are true about service creation for pluggable databases (PDBs)? (Choose two.)
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.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 119
You want to move your existing recovery catalog to another database.
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.
D239C705743FCA43A002871C15E31073
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 RMAN 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
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 120
Examine the command and its output:
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 employees 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.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 121
You want the execution of large database operations to suspend, and then resume, in the event of space
allocation failures.
A. A resumable statement can be suspended and resumed only once during execution.
D239C705743FCA43A002871C15E31073
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.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 122
Your database is running in archivelog mode and Automatic Undo Management is enabled.
Which two tasks should you perform before enabling Flashback Database? (Choose two.)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 123
Consider the following scenario for your database:
The most recent backup to disk for the tools tablespace was taken on March 1, 2013.
On March 15, 2013, you issue the RMAN command to back up the database to disk.
D239C705743FCA43A002871C15E31073
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 124
You set the following parameters in the parameter file and restart the database instance:
NEMORY_MAX_TARGET=0
MEMORY__TARGET=500M
PGA_AGGREGATE_TARGET=90M
SGA_TARGET=270M
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 125
Your database supports an OLTP workload. Examine the output of the query:
To ensure faster instance recovery, you set the FAST_START_MTTR_TARGET initialization parameter to 30.
Correct Answer: C
Section: (none)
Explanation
D239C705743FCA43A002871C15E31073
Explanation/Reference:
QUESTION 126
Which three statements are true about persistent lightweight jobs? (Choose three.)
Explanation/Reference:
QUESTION 127
You restore and recover your database to a new host by using an existing RMAN open database backup.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 128
Which two statements are true about unified auditing? (Choose two.)
A. A unified audit trail captures audit information from unified audit policies and audit settings.
B. Unified auditing is enabled by executing make –f ins_rdbms.mk uniaud_on ioracle
ORACLE_HOME=$ORACLE_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.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 129
D239C705743FCA43A002871C15E31073
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? (Choose three.)
A. ASM disk groups with ASM disks consisting of Exadata Grid Disks.
B. ASM disk groups with ASM disks consisting of LUNS on any Storage Area Network array
C. ASM disk groups with ASM disks consisting of any zero padded NFS-mounted files
D. Database files stored in ZFS and accessed using conventional NFS mounts.
E. Database files stored in ZFS and accessed using the Oracle Direct NFS feature
F. Database files stored in any file system and accessed using the Oracle Direct NFS feature
G. ASM disk groups with ASM disks consisting of LUNs on Pillar Axiom Storage arrays
Explanation/Reference:
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 130
You notice a performance change in your production Oracle 12c database. You want to know which change
caused this performance difference.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The awrddrpt.sql report is the Automated Workload Repository Compare Period Report. The awrddrpt.sql
script is located in the $ORACLE_HOME/rdbms/admin directory.
Incorrect Answers:
A: Compare Period ADDM is used to perform a high-level comparison of one workload replay to its capture or
to another replay of the same capture. Only workload replays that contain at least 5 minutes of database time
can be compared using this report.
QUESTION 131
Which parameter must be set to which value to implement automatic PGA memory management?
D239C705743FCA43A002871C15E31073
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.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B28359_01/server.111/b28310/memory004.htm#ADMIN11233
QUESTION 132
Examine the following set of RMAN commands:
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.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 133
You create two Resource Manager plans, one for night time workloads, the other for day time.
Correct Answer: B
Section: (none)
D239C705743FCA43A002871C15E31073
Explanation
Explanation/Reference:
QUESTION 134
Which two statements are true about Flashback Version Query? (Choose two.)
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 135
Which three statements are true about unplugging a pluggable database (PDB)? (Choose three.)
Explanation/Reference:
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.
Reference:
Oracle White Paper, Oracle Multitenant
QUESTION 136
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:
D239C705743FCA43A002871C15E31073
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.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 137
Examine the RMAN command:
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 138
Which three conditions must be met before you create a Virtual Private Catalog (VPC)? (Choose three.)
Explanation/Reference:
QUESTION 139
Which two statements are true regarding SecureFile lobs? (Choose two.)
D239C705743FCA43A002871C15E31073
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.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/E11882_01/appdev.112/e18294/adlob_smart.htm#ADLOB46113
QUESTION 140
Which three statements are true about compression of backup sets? (Choose three.)
Explanation/Reference:
QUESTION 141
Examine the RMAN command:
Correct Answer: C
D239C705743FCA43A002871C15E31073
Section: (none)
Explanation
Explanation/Reference:
Explanation:
stands for Serial Backup Tape.
Configuring Parallel Channels for Disk and SBT Devices
The number of channels available for a device type when you run a command determines whether RMAN
reads or writes in parallel. As a rule, the number of channels used in executing a command should match the
number of devices accessed.
For tape backups, allocate one channel for each tape drive.
References: Oracle Database, Backup and Recovery User's Guide, 12 Release 2 (January 2017), page 5-6
QUESTION 142
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:
Which two statements are true about the c##admin user that is created in all PDBs? (Choose two.)
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 143
View the SPFILE parameter settings in the Exhibit.
D239C705743FCA43A002871C15E31073
You issue this command and get errors:
SQL> startup
ORA-00824:cannot set SGA_TARGET or MEMORY_TARGET due to existing internal
settings, see alert log for more information
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 144
Which three requirements must be met before a tablespace can be transported across different platforms?
(Choose three.)
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.
D239C705743FCA43A002871C15E31073
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.
Explanation/Reference:
QUESTION 145
Examine the output:
Which three types of files are automatically placed in the fast recovery area? (Choose three.)
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/E11882_01/backup.112/e10642/glossary.htm#BRADV526
QUESTION 146
In a database supporting an OLTP workload, tables are frequently updated on both key and non-key columns.
Which table organization or type would provide the best performance for this hybrid workload?
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 147
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?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 148
Examine the RMAN commands executed in your database:
Which two statements are true about the command? (Choose two.)
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 149
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 CD.
D239C705743FCA43A002871C15E31073
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 150
You execute the commands on a multitenant container database CDB1 that has multiple pluggable databases:
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.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 151
Which Oracle Database component is audited by default if the Unified Auditing option is enabled?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 152
Which two statements are true about tablespaces in multitenant container databases (CDBs)? (Choose two.)
D239C705743FCA43A002871C15E31073
D. The default permanent tablespace for a PDB can be changed only by a local user with the required
permissions.
E. The amount of space that each PDB can use in a shared temporary tablespace must be set at the CDB
level.
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 153
When is the UNDO_RETENTION parameter value ignored by a transaction?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B19306_01/server.102/b14231/undo.htm (undo retention, see the bullets)
QUESTION 154
Which two options can be configured for an existing database by using the Database Configuration Assistant
(DBCA)? (Choose two.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 155
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? (Choose two.)
A. DATE
B. TIMESTAMP
C. INTERVAL YEAR TO MONTH
D. INTERVAL DAY TO SECOND
E. TIMESTAMP WITH LOCAL TIME ZONE
D239C705743FCA43A002871C15E31073
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 156
Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 157
You issue the RMAN commands:
Which three tasks are performed by the BACKUP DATABASE command? (Choose three.)
Explanation/Reference:
QUESTION 158
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.
D239C705743FCA43A002871C15E31073
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.
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.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 159
Examine the command to duplicate a database:
Which two statements are true about the DUPLICATE command? (Choose two.)
A. The SPFILE is copied along with the data files of the pluggable databases (PDBs).
B. A backup of pdb1 and pdb5 must exist before executing the command.
C. The DUPLICATE command first creates a backup, and then duplicates the PDBs by using the backup.
D. The root and the seed database in the container database (CDB) are also duplicated.
E. An auxiliary instance must be started with the initialization parameter ENABLE_PLUGGABLE_DATABASE set
to TRUE.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 160
Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?
(Choose three.)
Explanation/Reference:
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
D239C705743FCA43A002871C15E31073
The cell data will not fit into a column after conversion.
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 161
Identify three reasons for using a recovery catalog with Recovery Manager (RMAN). (Choose three.)
Explanation/Reference:
QUESTION 162
Which two statements are true regarding Oracle Data Pump? (Choose two.)
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.
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.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Reference:
http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_overview.htm
QUESTION 163
Which two statements are true about making RMAN image copies of a database? (Choose two.)
Correct Answer: AD
Section: (none)
Explanation
D239C705743FCA43A002871C15E31073
Explanation/Reference:
Explanation:
An image copy can be written only to disk.
An image copy is the same as datafiles. The disadvantage of image copy backup mode is that it occupies
much space and does not skip unused data blocks.
References: http://www.dba-oracle.com/t_rman_10_image_copies.htm
QUESTION 164
The CATDB12C database contains an Oracle Database 12c catalog schema owned by the RC12C user.
The CATDB11 database contains an Oracle Database l1g 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.
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 RC12C catalog are automatically renamed.
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.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 165
You issue 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.
Correct Answer: B
Section: (none)
Explanation
D239C705743FCA43A002871C15E31073
Explanation/Reference:
QUESTION 166
You create a default Flashback Data Archive FLA1 and 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:
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.
D. It executes successfully but Flashback Data Archive is disabled for the EMPLOYEES table.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 167
Examine the commands executed in CDB$ROOT of your multitenant container database (CDB) that has
multiple pluggable databases (PDB):
Which statement is true about granting the select privilege on the DBA_users view to the c##ROLE1 role?
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.
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.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 168
You plan to duplicate the multitenant container database (CDB) cdb1 that contains the pluggable database
D239C705743FCA43A002871C15E31073
(PDB) SALES:
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
D: When duplicating a whole CDB or one more PDBs:
You must create the auxiliary instance as a CDB. To do so, start the instance with the following declaration in
the initialization parameter file:
enable_pluggable_database=TRUE
A: To duplicate PDBs, you must create the auxiliary instance as a CDB. To do so, start the instance with the
declaration enable_pluggable_database=TRUE in the initialization parameter file. When you duplicate one or
more PDBs, RMAN also duplicates the root (CDB$ROOT) and the seed database (PDB$SEED). The resulting
duplicate database is a fully functional CDB that contains the root, the seed database, and the duplicated
PDBs.
References: https://docs.oracle.com/database/121/BRADV/rcmdupdb.htm
QUESTION 169
You create a new database by using the CREATE DATABASE command in SQL *Plus, with the ENABLE
PLUGGABLE DATABASE clause specified.
A. It is created as a container database (CDB) with CDB$ROOT, PDB$SEED, and a pluggable database (PDB).
B. It is created as a non-CDB that becomes a CDB after the first PDB is plugged in.
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.
Correct Answer: D
Section: (none)
Explanation
D239C705743FCA43A002871C15E31073
Explanation/Reference:
Explanation:
The CREATE DATABASE command with the ENABLE PLUGGABLE DATABASE clause indicates that a CDB
is being created. The CDB will contain a root (CDB$ROOT) and a seed (PDB$SEED).
References: https://docs.oracle.com/database/121/SQLRF/statements_5005.htm
QUESTION 170
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.
A. Restore the control file from the backup by using the CATALOG option, restore the data files by using the
SET NEWNAME command, and recover the data files.
B. Restore the data files by using the NOCATALOG option and use the SET NEWNAME command to change the
location.
C. Restore the control file from the backup by using the NOCATALOG option, and then restore and recover the
data files.
D. 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.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Catalog any backups not recorded in the repository with the CATALOG command.
Restore the data files to their original locations. If volume names have changed, then run SET NEWNAME
commands before the restore operation and perform a switch after the restore operation to update the control
file with the new locations for the data files, as shown in the following example.
Note: One way to name duplicate data files is to use the SET NEWNAME command before executing the
DUPLICATE command. RMAN supports the following commands, listed in order of precedence:
1. SET NEWNAME FOR DATAFILE and SET NEWNAME FOR TEMPFILE
2. SET NEWNAME FOR TABLESPACE
3. SET NEWNAME FOR DATABASE
References: https://docs.oracle.com/database/121/BRADV/rcmadvre.htm
QUESTION 171
Examine the list of possible steps to transport a tablespace across platforms that have the same compatibility
level, character sets, and endian format:
A. 2, 4, and 3
D239C705743FCA43A002871C15E31073
B. 2, 4, 3, and 5
C. 1, 5, 2, 4, 3, and 6
D. 1, 2, 4, 3, and 6
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Step 1 (1) : To copy tablespaces from one database to another using transportable tablespace, the source
tablespaces are first kept in READ-ONLY mode (to ensure data consistency). Once the tablespaces are in
READ-ONLY mode, the actual datafiles belonging to the source tablespaces are copied from source database
to target database (using any available methods like scp, sftp, rcp, etc).
Step 2 (2): Once the tablespace is kept in READ-ONLY mode, we need to generate the metadata export of the
tablespaces that needs to transported using the DataPump export utility.
Step 3 (4): Once the metadata export is generated on the source database for all the tablespaces that needs to
be transported, we need to copy the Export Dump file as well as all the datafiles belonging to the tablespaces
to be transported to the target database server.
References: http://www.oraclebuffer.com/oracle/migrate-oracle-database-using-transportable-tablespace/
QUESTION 172
In which three situations must you use a recovery catalog? (Choose three.)
A. when you want to store RMAN global scripts that can be used across multiple databases
B. when you want to restrict the amount of space used by backups
C. when you want to perform incremental backups by using a block change tracking file
D. 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
E. when you want to maintain backup metadata longer than the period specified by the
CONTROL_FILE_RECORD_KEEP_TIME parameter
Explanation/Reference:
Explanation:
A: Some RMAN features function only when you use a recovery catalog. For example, you can store RMAN
scripts in a recovery catalog. The chief advantage of a stored script is that it is available to any RMAN client
that can connect to the target database and recovery catalog. Command files are only available if the RMAN
client has access to the file system on which they are stored.
A local stored script is associated with the target database to which RMAN is connected when the script is
created, and can only be executed when you are connected to this target database. A global stored script can
be run against any database registered in the recovery catalog.
D: If you use a recovery catalog, then you can use the atClause to specify a past time, SCN, or log sequence
number, as shown in these examples of the command:
D239C705743FCA43A002871C15E31073
E: The CONTROL_FILE_RECORD_KEEP_TIME initialization parameter determines the minimum number of
days that records are retained in the control file before they are candidates for being overwritten. Thus, you
must ensure that you resynchronize the recovery catalog with the control file records before these records are
erased.
References: https://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmcatdb.htm
https://docs.oracle.com/database/121/BRADV/rcmreprt.htm#BRADV90911
QUESTION 173
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.)
Explanation/Reference:
Explanation:
A: Performing Oracle database backups using RMAN requires RMAN user preauthorization within OSB
D: The preauthorized Oracle Secure Backup user must also be assigned to an Oracle Secure Backup class
possessing the following rights:
access Oracle backups (set to owner, class, or all)
perform Oracle backups and restores
F: The preauthorized Oracle Secure Backup user must be mapped to operating system privileges to access
the files to be backed up or restored. the preauthorized Oracle Secure Backup user can perform RMAN
operations only on the host where it has access to files.
References: https://docs.oracle.com/cd/E16926_01/doc.121/e16564/osb_rman_backup.htm#OBADM199
QUESTION 174
Which two statements are true about setting the FAST_START_MTTR_TARGET parameter to a nonzero value?
(Choose two.)
A. The MTTR advisor is enabled only if the value is greater than the default value.
B. Automatic checkpoint tuning is enabled.
C. The value of the LOG_CHECKPOINT_INTERVAL parameter overrides the value of the
FAST_START_MTTR_TARGET parameter.
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.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
Explanation:
D239C705743FCA43A002871C15E31073
The FAST_START_MTTR_TARGET initialization parameter lets you specify in seconds the expected "mean
time to recover" (MTTR), which is the expected amount of time Oracle takes to perform crash or instance
recovery for a single instance.
To enable MTTR advisory, set the initialization parameter FAST_START_MTTR_TARGET to a nonzero value.
If FAST_START_MTTR_TARGET is not specified, then MTTR advisory will be OFF.
When specified, FAST_START_MTTR_TARGET is overridden by LOG_CHECKPOINT_INTERVAL.
Note: The default value is 0. Range of values is 0 to 3600 seconds.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28320/initparams079.htm#REFRN10058
https://docs.oracle.com/cd/A97630_01/server.920/a96533/instreco.htm
QUESTION 175
You execute the commands to configure settings in RMAN:
A. The backup terminates because the backup destination for disk is not specified in the BACKUP command.
B. It backs up two copies each of the data files to disk and media, and two copies of archived logs to media.
C. It backup up the data files and archived logs, making one copy of each data file and archived log on disk
and media.
D. It backs up the data files and archived logs to media, making two copies of each data file and archived logs.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 176
You are administering a multitenant container database (CDB) that contains multiple pluggable databases
(PDBs). RMAN is connected to CDB$ROOT.
Correct Answer: A
D239C705743FCA43A002871C15E31073
Section: (none)
Explanation
Explanation/Reference:
Explanation:
In the current release, Data Recovery Advisor can only be used to diagnose and repair data corruptions in non-
CDBs and the root of a multitenant container database (CDB). Data Recovery Advisor is not supported for
pluggable databases (PDBs).
Note: You can run the LIST FAILURE command to show all known failures.
References: https://docs.oracle.com/database/121/BRADV/rcmrepai.htm
QUESTION 177
Which three methods can be used to create a pluggable database (PDB) in an existing multitenant container
database (CDB)? (Choose three.)
Explanation/Reference:
QUESTION 178
You are connected to a recovery catalog and target database. You execute the command:
A. Only valid data file copies, existing in the /disk1/backups directory, are cataloged.
B. Only valid backup pieces and archived logs, existing in the /disk1/backups directory, are cataloged.
C. It lists all the data file copies, backup pieces, and achieved logs cataloged in the recovery catalog in the /
disk1/backups directory and its subdirectories.
D. 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.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
If you have data file copies, backup pieces, or archived logs on disk, then you can catalog them in the recovery
catalog with the CATALOG command.
The following command catalogs all files in all of these directories, because /disk1/backups is a prefix for the
paths for all of these directories:
D239C705743FCA43A002871C15E31073
To catalog only backups in the /disk1/backups directory, the correct command is as follows:
References: https://docs.oracle.com/database/121/BRADV/rcmcatdb.htm
QUESTION 179
A database instance uses an SPFILE. Examine the parameter:
You plan to multiplex the control file to a new location, parallelization for the backup
set./u01/app/oracle/oradata/cdb1/disk3/control03.ctl/.
Identify the required steps in the correct order to accomplish the task.
A. 3, 4
B. 2, 1, 4, 6
C. 3, 1, 4, 6
D. 1, 5, 2, 4, 6
E. 2, 6
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 180
You accidentally drop the CUSTOMERS table, and then recover it by using the FLASHBACK TABLE command.
Which two statements are true about the dependent objects of the CUSTOMERS table? (Choose two.)
D239C705743FCA43A002871C15E31073
A. Only the primary key constraint created for the table is flashed back, whereas all other indexes must be
retrieved separately.
B. All the constraints defined on the table, except the referential integrity constraints, are flashed back.
C. All the triggers associated with the table are flashed back but are disabled.
D. Materialized views that use the CUSTOMERS table are flashed back.
E. LOB segments associated with the CUSTOMERS table are flashed back.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
B: Oracle Database retrieves all indexes defined on the table except for bitmap join indexes, and all triggers
and constraints defined on the table except for referential integrity constraints that reference other tables.
Incorrect Answers:
A: Flashback Table restores tables while automatically maintaining associated attributes such as current
indexes, triggers, and constraints, and in this way enabling you to avoid finding and restoring database-specific
properties.
Furthermore. indexes on table that exist currently are reverted and reflect the state of the table at the
Flashback point.
C: By default, the database disables triggers on the affected table before performing a FLASHBACK TABLE
operation. After the operation, the database returns the triggers to the state they were in before the operation
(enabled or disabled). To keep triggers enabled during the flashback of the table, add an ENABLE TRIGGERS
clause to the FLASHBACK TABLE
D: Flashback Table operations are not valid for the following type objects: tables that are part of a cluster,
materialized views, Advanced Queuing (AQ) tables, static data dictionary tables, system tables, remote tables,
object tables, nested tables, or individual table partitions or subpartitions.
References: Oracle Database, Backup and Recovery User's Guide, 12 Release 2 (January 2017), page 18-11
QUESTION 181
Which three statements are true about the database instance startup after an instance failure? (Choose three.)
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 coordinates 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.
Explanation/Reference:
Explanation:
A: Occasionally a database closes abnormally with one or more distributed transactions in doubt (neither
committed nor rolled back). When you reopen the database and recovery is complete, the RECO background
process automatically, immediately, and consistently resolves any in-doubt distributed transactions.
C: Crash and instance recovery involve two distinct operations: rolling forward the current, online datafiles by
applying both committed and uncommitted transactions contained in online redo records, and then rolling back
changes made in uncommitted transactions to their original state.
D239C705743FCA43A002871C15E31073
D: The SMON background process performs instance recovery, applying online redo automatically. No user
intervention is required.
References:
https://docs.oracle.com/cd/B28359_01/server.111/b28318/startup.htm
https://docs.oracle.com/database/121/CNCPT/startup.htm
QUESTION 182
You want to migrate your Oracle 11g database as a pluggable database (PDB) in a multitenant container
database (CDB).
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.
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.
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
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
This example is a dumpfile-based full transportable export/import operation. In this case the metadata from the
source database is exported to a dump file, and both the dump file and the tablespace data files are
transferred to a new system. The steps would be as follows:
* (2) Set user tablespaces in the source database to READ ONLY.
* (5) Create a CDB on the destination system, including a PDB into which you will import the source database.
* (1) From the Oracle Database 11g Release 2 (11.2.0.3) environment, export the metadata and any data
residing in administrative tablespaces from the source database using the FULL=Y and
TRANSPORTABLE=ALWAYS parameters. Note that the VERSION=12 parameter is required only when
exporting from an Oracle Database 11g Release 2 database.
* (4) Copy the tablespace data files from the source system to the destination system.
* (7) In the Oracle Database 12c environment, connect to the pre-created PDB and import the dump file.
References: http://www.oracle.com/technetwork/database/upgrade/upgrading-oracle-database-wp-12c-
1896123.pdf, page 11
QUESTION 183
RMAN is connected to a target database instance and an auxiliary instance. You execute the command:
D239C705743FCA43A002871C15E31073
What is the outcome?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
When RMAN performs active database duplication using backup sets, a connection is established with the
source database and the auxiliary database. The auxiliary database then connects to the source database
through Oracle Net Services and retrieves the required database files from the source database. This method
of active database duplication is also to as the pull-based method.
Example:
DUPLICATE TARGET DATABASE TO dupdb
FROM ACTIVE DATABASE
PASSWORD FILE
SPFILE
NOFILENAMECHECK;
Incorrect Answers:
A, B, D: When active database duplication is performed using image copies, after RMAN establishes a
connection with the source database, the source database transfers the required database files to the auxiliary
database. Using image copies may require additional resources on the source database. This method is
referred to as the push-based method of active database duplication.
References: https://docs.oracle.com/database/121/BRADV/rcmdupdb.htm
QUESTION 184
Which two can be backed up by using RMAN in a database that is in ARCHIVELOG mode? (Choose two.)
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 185
D239C705743FCA43A002871C15E31073
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. Drop the TEMP tablespace, and then re-create it with new temp files.
B. Restart the database instance to create the temp file automatically.
C. Take the TEMP tablespace offline, drop the missing temp file, and then create a new temp file.
D. Add a new temp file to the TEMP tablespace with a new name, and then drop the temp file that is corrupted.
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Temp files are a special class of data files that are associated only with temporary tablespaces.
B: After restore and recovery of a whole database, when the database is open, missing temporary tablespaces
that were recorded in the control file are re-created with their previous creation size, AUTOEXTEND, and
MAXSIZE attributes. Only temporary tablespaces that are missing are re-created. If a temp file exists at the
location recorded in the RMAN repository but has an invalid header, then RMAN does not re-create the temp
file.
If the temp files were created as Oracle-managed files, then they are re-created in the current
DB_CREATE_FILE_DEST location. Otherwise, they are re-created at their previous locations.
C: If a data file becomes missing or corrupted. You must take it offline before you can open the database.
References:
https://docs.oracle.com/database/121/ADMIN/dfiles.htm
https://docs.oracle.com/database/121/BRADV/rcmcomre.htm
QUESTION 186
You are administering a multitenant container database (CDB) that has no startup triggers and contains three
pluggable databases (PDBs).
SQL> STARTUP
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
If neither READ WRITE nor READ ONLY is specified, a PDB will be opened in READ ONLY if a CDB to which
it belongs is used as a physical standby database, otherwise the PDB will be opened READ WRITE.
D239C705743FCA43A002871C15E31073
Prerequisites for a PDB STARTUP
When the current container is a pluggable database (PDB), the STARTUP command can only be used if:
* The PDB is in MOUNTED mode, excluding the use of the FORCE option.
* The PDB must be in READ ONLY or READ WRITE mode to be in mounted mode.
Etc.
References: https://docs.oracle.com/database/121/SQPUG/ch_twelve045.htm
QUESTION 187
Which three statements are true about unplugging a pluggable database (PDB)? (Choose three.)
Explanation/Reference:
Explanation:
A: To unplug a PDB, you first close it.
E: You can disassociate or unplug a PDB from a CDB and reassociate or plug the PDB into the same CDB or
into another CDB.
Incorrect Answers:
C: The PDB must be in a closed stated, not in a mounted state when unplugging it.
D: The unplugging operation makes changes in the PDB data files to record that the PDB was properly and
successfully unplugged. Because the PDB is still part of the CDB, you can back it up in Oracle Recovery
Manager (Oracle RMAN).
References: http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/pdb/pdb_unplug_plug/
pdb_unplug_plug.html
QUESTION 188
You want to create a duplicate database DUP_DB from your production database PROD on the same host. The
PROD database uses Automatic Storage Management (ASM) for storage. Regular backups are taken using
RMAN connected to a recovery catalog.
Correct Answer: B
Section: (none)
D239C705743FCA43A002871C15E31073
Explanation
Explanation/Reference:
Explanation:
Assume that the source database prod is on host1 and stores its data files in a non-ASM file system. The
control files for prod are located in /oracle/oradata/prod/.
You want to duplicate the source database to database dupdb on remote host host2.
You want to store the duplicate database files in ASM disk group +DISK1.
After connecting RMAN to the target, duplicate, and recovery catalog databases, run the following RMAN script
to duplicate the database.
When the DUPLICATE command completes, the duplicate database is created, with data files, online redo log
files, and control files in ASM disk group +DISK1.
References: Oracle Database, Backup and Recovery User's Guide, 12 Release 2 (January 2017), page 26-7
QUESTION 189
You execute the command to recover your database:
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 archive logs that are needed to complete the task.
D. It restores the control file and all data files from the most recent backups, and then applies the redo logs up
to the “until time”.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
UNTIL TIME = 'date_string' specifies a time as an upper limit. RMAN selects only files that can be used to
restore and recover up to but not including the specified time.
RMAN can perform recovery of the whole database to a specified past time, SCN, or log sequence number.
This type of recovery is sometimes called incomplete recovery because it does not completely use all of the
available redo. Incomplete recovery of the whole database is also called database point-in-time recovery
(DBPITR).
DBPITR requires restoring your database from an older backup, then performing media recovery until your
D239C705743FCA43A002871C15E31073
specified target time, SCN or log sequence number. Note that because you need your archived redo log files to
perform this process, you cannot perform database point-in-time recovery if you have been running your
database in NOARCHIVELOG mode.
References: https://docs.oracle.com/cd/B13789_01/server.101/b10734/rcmrecov.htm
QUESTION 190
You need to perform a block media recovery on the tools01.dbf data file in your database by using
Recovery Manager (RMAN).
Which two are prerequisites for performing this operation? (Choose two.)
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The target database must run in ARCHIVELOG mode and be open or mounted with a current control file.
The backups of the data files containing the corrupt blocks must be full or level 0 backups. They cannot be
proxy copies or incremental backups.
References: Oracle Database, Backup and Recovery User's Guide, 12 Release 2 (January 2017), page 19-4
QUESTION 191
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.
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 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.
Correct Answer: AD
Section: (none)
Explanation
D239C705743FCA43A002871C15E31073
Explanation/Reference:
QUESTION 192
In CDB$ROOT of your multitenant container database (CDB), you create a common user, C##A_ADMIN, and
then execute the command:
A. The command executes successfully, enabling the C##A_ADMIN user to create a tablespace only in the
root database.
B. The command executes successfully, enabling the C##A_ADMIN user to create tablespaces in the root
database, as well as in the pluggable databases (PDBs).
C. The command fails because the CONTAINER clause is not used.
D. The command fails because system privileges cannot be granted to a common user.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 193
Examine the probable steps involved in the basic backup process of RMAN and Oracle Secure Backup (OSB):
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.
A. 1, 3, 6, 7, 4
B. 2, 1, 6, 4, 7
C. 1, 3, 5, 7, 4
D. 1, 3, 6, 4, 7
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The storage selector act as a layer between RMAN, which accesses the database, and the Oracle Secure
Backup software, which manages the backup media.
For backups, Oracle Secure Backup stores metadata about RMAN backup pieces in the Oracle Secure
Backup catalog.
The Oracle Secure Backup catalog is stored and managed completely separately from the RMAN recovery
D239C705743FCA43A002871C15E31073
catalog. Oracle Secure Backup stores each backup piece and corresponding metadata about the piece.
References: https://docs.oracle.com/cd/E16926_01/doc.121/e16564/osb_rman_backup.htm
QUESTION 194
Which three statements are true about common roles? (Choose three.)
Explanation/Reference:
Explanation:
C: Commonly granted privileges that have been made to the common role apply in the root and all PDBs to
which the grantor can connect, including PDBs that may be added later on.
D: Common users can both create and grant common roles to other common and local users.
E: Local users cannot create common roles.
Note: A common role is a role that is created in the root; a local role is created in a PDB.
Incorrect Answers:
A: Local users can grant common roles to common and other local users.
References: https://docs.oracle.com/database/121/DBSEG/authorization.htm
QUESTION 195
Which statement is true about the ALTER SESSION SET CONTAINER command to switch between
containers?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The current container can be the root or a PDB.
The current container can be CDB$ROOT (root) only for common users. The current container can be a
particular PDB for both common users and local users.
References: https://docs.oracle.com/database/121/ADMIN/cdb_admin.htm
QUESTION 196
Which two statements are true about Resource Manager plans for individual pluggable databases (PDB plans)
D239C705743FCA43A002871C15E31073
in a multitenant container database (CDB)? (Choose two.)
A. If no PDB plan is enabled for a pluggable database, all sessions for that PDB are treated to an equal share
of resources.
B. To enable a resource plan for a PDB, a CDB resource plan must be created and enabled.
C. 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.
D. If no PDB plan is enabled for a pluggable database, the PDB uses the CDB plan.
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.
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A: A CDB resource plan determines the amount of resources allocated to each PDB. A PDB resource plan
determines how the resources allocated to a specific PDB are allocated to consumer groups within that PDB.
E: A PDB resource plan allocates resource among the consumer groups within a PDB.
References: https://docs.oracle.com/database/121/ADMIN/cdb_dbrm.htm
QUESTION 197
RMAN is configured to create backupset backups for your database. You issue the command to back up the
database:
Which two statements are true about the backup performed by the command? (Choose two.)
A. Only the used blocks in the data files are backed up.
B. It backs up all the data files and deletes obsolete backups after the backup is complete.
C. It backs up only those archived log files that are not backed up at least once.
D. It backs up all the archived log files and deletes the ones that were just backed up.
E. It backs up all archived redo log files and online log files and deletes the archived log files after the backup
is complete.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
You can use BACKUP ... DELETE to back up archived redo logs, data file copies, or backup sets and then
delete the input files after successfully backing them up.
The BACKUP ARCHIVELOG ... DELETE INPUT command deletes archived log files after they are backed up.
This command eliminates the separate step of manually deleting archived redo logs.
D239C705743FCA43A002871C15E31073
References: Oracle Database, Backup and Recovery User's Guide, 12 Release 2 (January 2017), page 9-31
QUESTION 198
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?
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
QUESTION 199
Your database is running in ARCHIVELOG mode. You use RMAN to take image copies and you update these
copies incrementally 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.
A. 2, 6, 4, 5, 3
B. 2, 4, 5, 3, 6
C. 1, 2, 4, 6, 3
D. 1, 2, 7, 5, 3, 6
E. 2, 7, 5, 3
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 200
Examine the statements that use flashback technologies:
D239C705743FCA43A002871C15E31073
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 BETWEEM 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?
A. 1, 2, 5
B. 1, 3, 6
C. 2, 3, 5, 6
D. 3, 4, 5
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 201
Which two statements are true about RMAN duplexed backups? (Choose two.)
A. It is only supported for backups to tape via the media management interface.
B. It is not supported for image copies.
C. For performing duplexed backups, the parallelism for the device must be set equal to the number of 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.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 202
Which three statements are true about automated maintenance tasks? (Choose three.)
A. Predefined maintenance tasks consist of automatic optimizer statistics collection, running Automatic
Segment Advisor, and running Automatic SQL Tuning Advisor.
B. A repository is maintained in the SYSTEM tablespace to store the history of execution of all tasks.
C. They run at predefined time intervals that are intended to occur during a period of low system loads.
D. An Oracle Scheduler job is created for each maintenance tasks that is scheduled to run in a maintenance
window.
E. A maintenance window is automatically extended until all the maintenance tasks defined are completed.
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 203
Your database supports an online transaction processing (OLTP) workload and it needs to be up 24 x 7. You
want to perform a complete database backup by using RMAN.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 204
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:
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 205
Which two statements are true about roles in multitenant container databases (CDBs)? (Choose two.)
Correct Answer: AF
Section: (none)
Explanation
D239C705743FCA43A002871C15E31073
Explanation/Reference:
QUESTION 206
Which three conditions must be met before you Virtual Private Catalog (VPC) can be created and used by an
Administrator? (Choose three.)
Explanation/Reference:
QUESTION 207
Your database is running in ARCHIVELOG mode. Complete database backups are performed daily at
midnight. A user accidentally 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 for recovering the truncated table data? (Choose two.)
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
Reference https://blogs.oracle.com/sql/how-to-recover-data-without-a-backup
QUESTION 208
You issue the RMAN command:
A. The resulting backupset has backup pieces that cannot exceed 300 MB.
B. RMAN uses multiplexing to perform the backup.
C. RMAN always performs this type of backup in parallel.
D. The backup succeeds only if the USERS tablespace is locally managed.
E. The backup set size is limited to 300 MB.
Correct Answer: A
D239C705743FCA43A002871C15E31073
Section: (none)
Explanation
Explanation/Reference:
QUESTION 209
Which two statements are true about encrypted backups performed by using RMAN? (Choose two.)
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 210
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:
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 211
Which two operations are NOT performed by the DUPLICATE command in RMAN while duplicating a
D239C705743FCA43A002871C15E31073
database that is open? (Choose two.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 212
Which three factors influences the optimizer's choice of an execution plan? (Choose three.)
A. Cardinality estimates
B. The OPTIMIZER_MODE initialization parameter
C. Fixed baselines
D. Type of connection used to connect to database instance
E. Object statistics in the data dictionary
Explanation/Reference:
QUESTION 213
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.
A. Synchronize the recovery catalog with the target database control file.
B. Create a new database incarnation record.
C. Add the tablespaces in the recovery catalog by using the CATALOG command.
D. Synchronize all the physical data files with the logical records in the recovery catalog by using the
CROSSCHECK command.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 214
You use RMAN to take regular backups for your database.
D239C705743FCA43A002871C15E31073
RMAN> CROSSCHECK BACKUP;
RMAN> DELETE EXPITED BACKUP;
A. All backups and archived redo log files that are not required for the recovery are deleted and the repository
is updated.
B. 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.
C. All backups that have exceeded the age set by the RMAN retention policy are deleted.
D. 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.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 215
Which two are prerequisites for performing Flashback Transaction? (Choose two.)
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Reference https://docs.oracle.com/cd/E11882_01/appdev.112/e41502/adfns_flashback.htm#ADFNS01003
QUESTION 216
In your database, the user SCOTT wants to retrieve the dropped HR.EMPLOYEES table by using the command:
What are three prerequisites for this command to succeed? (Choose three.)
D239C705743FCA43A002871C15E31073
Explanation/Reference:
QUESTION 217
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?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 218
Which three statements are true about Flashback Data Archive? (Choose three.)
A. Flashback Data Archive prevents flashback queries from getting a snapshot-too-old error.
B. A table enabled for Flashback Data Archive cannot be dropped unless Flashback Data Archive is disabled
or disassociated first.
C. To enable Flashback Data Archive for a table, it is mandatory to have a default Flashback Data Archive for
a database.
D. While enabling Flashback Data Archive for a table, if no name is provided for Flashback Data Archive, it is
enabled using the default Flashback Data Archive.
E. To use Flashback Data Archive, users must have unlimited quota on the Flashback Data Archive
tablespace.
Explanation/Reference:
QUESTION 219
Which three types of backups can be performed for a database running in NOARCHIVELOG mode? (Choose
three.)
D239C705743FCA43A002871C15E31073
Explanation/Reference:
Reference https://docs.oracle.com/cd/B28359_01/server.111/b28310/archredo002.htm#ADMIN11330
QUESTION 220
Which activity is audited by default and recorded in the operating system audit trail irrespective of whether or
not database auditing is enabled?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 221
You want to create a database with a block size other than the default 8 KB by using the Database
Configuration Assistant (DBCA).
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 222
What is the benefit of running the catctl.pl script during an upgrade of a pre-12c database to an Oracle 12c
database?
A. It generates a log file containing the fixes that can be made to the source database.
B. It recompiles all invalid PLSQL and Java code.
C. It provides parallel upgrade options to finish the upgrade process with a reduced down time.
D. It provides a summary of the upgrade results.
E. It generates fixup scripts to be run on the source database before upgrade.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 223
D239C705743FCA43A002871C15E31073
The HR user updates the salary of one of the employees in the EMPLOYEES table, but does not commit the
transaction.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 224
You take your database backups by using the RMAN media management interface (MMI).
Which two are true about the use of the RMAN MMI? (Choose two.)
A. You can use it to create image copies for entire file systems.
B. You can use it to create image copies for database files.
C. You can use it to create backup sets for database files.
D. You can use it to create proxy copies for database files.
E. You can use it to create proxy copies for entire file systems.
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/ADMQS/GUID-0A8FC1FE-0994-49A7-9F22-
2E3F5FAEAF68.htm#ADMQS0926
QUESTION 225
In an Oracle 12c database, you attempt to load data into the HR.EMPLOYEES table in a pluggable database
(PDB):
A. It creates the HR.EMPLOYEES table in the PDB and loads data into it if the table does not exist in the PDB
to which HR connects.
B. It succeeds if HR is a local user in the PDB to which HR connects.
C. It loads data into HR.EMPLOYEES if the table exists in the PDB to which HR connects.
D. It succeeds if HR is a common user.
E. It loads data into HR.EMPLOYEES if the table exists in CDB$ROOT.
D239C705743FCA43A002871C15E31073
Explanation/Reference:
QUESTION 226
Which two result in an inconsistent backup? (Choose two.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 227
Which three RMAN persistent settings can be set explicitly? (Choose three.)
Explanation/Reference:
QUESTION 228
One of your database suffered an instance failure.
At the next startup, from which point in the redo logs does instance recovery begin?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: http://www.cs.kent.edu/~wfan/link/dbapre/dbatest/54913f.htm
QUESTION 229
D239C705743FCA43A002871C15E31073
One of your databases is in ARCHIVELOG mode and take nightly RMAN backups.
The USERS and IDX tablespaces are missing due to storage array errors.
Which four actions would recover the tablespaces and their contents while the database remains open?
(Choose four.)
Explanation/Reference:
QUESTION 230
Your database is on ARCHIVELOG mode and an incremental backup exists.
A media failure in the loss of a data file and an online redo log.
1. STARTUP NOMOUNT
2. STARTUP MOUNT
3. RESTORE DATABASE
4. RECOVER DATABASE
5. RECOVER DATABASE UNTIL CANCEL
6. ALTER DATABASE OPEN
7. ALTER DATABASE OPEN RESETLOGS
A. 2, 3, 5, and 6
B. 2, 3, and 4
C. 2, 3, 5, and 7
D. 1, 3, 5, and 6
E. 1, 3, and 4
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/E25178_01/backup.1111/e10642/rcmadvre.htm
QUESTION 231
One of your multitenant container databases (CDB) contains two pluggable databases (PDBs) called PDB1 and
PDB2.
D239C705743FCA43A002871C15E31073
The STATISTICS_LEVEL parameter is PDB modifiable.
Which two statements are true about the result of this command?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 232
One of your container databases (CDBs) has five pluggable databases (PDBs).
COMMON_USER_PREFIX is C##.
A. The C##DBA_ADMIN user is able to create views in any PDB as a result of being granted the C##ROLE1
role.
B. The C##DBA_ADMIN user is a local user in CDB$ROOT and PDB$SEED.
C. The c##role1 role will always have the same privileges in all current and future PDBs.
D. The C##DBA_ADMIN user is a local user in CDB$ROOT.
E. SYSTEM is able to create views in any PDB as a result of being a DBA user.
F. SYSTEM is able to create views in any PDB as a result of being granted the C##ROLE1 role.
Explanation/Reference:
QUESTION 233
Which two methods can be used to create a PDB from a non-CDB Oracle 12c Database? (Choose two.)
A. use the CREATE PLUGGABLE DATABASE command across a database link from CDB$ROOT to the non-
CDB.
D239C705743FCA43A002871C15E31073
B. Use Data Pump to export the non-CDB and import it into a newly created, empty PDB.
C. Use only the DBMS_PDB package.
D. Use the CREATE DATABASE command with an XML file created by executing DBMS_PDB in the non-CDB.
E. Use only the DUPLICATE DATABASE command.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/18/spucs/create-pdb-using-a-non-
cdb.html#GUID-5DBBD832-B8D5-42CE-8D5C-986037656A7E
QUESTION 234
Your multitenant container database (CDB) CDB1, has no startup triggers and contains multiple pluggable
databases (PDBs).
It was started up by using the command which executed successfully with no errors:
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 235
Which three are true about Transparent Data Encryption (TDE)? (Choose three.)
A. It stores the current and all past master keys in the keystore.
B. It replaces secure application roles.
C. Master encryption keys are managed by Oracle Database Vault.
D. It can encrypt data at the column level.
E. It uses a single master key for a database.
F. It encrypts only data on the client.
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/ASOAG/introduction-to-transparent-data-
encryption.htm#ASOAG10117
QUESTION 236
D239C705743FCA43A002871C15E31073
You plan to create a new PDB by copying PDB$SEED.
A. The CDB must have PDB_FILE_NAME_CONVERT configured before executing the command.
B. A default service for the new PDB name must already exist.
C. A PDB local administrative user must be granted the DBA role when creating the PDB.
D. A PDB local administrative user must be specified when creating the PDB.
E. The CDB, which will contain the PDB, must be in READ WRITE mode.
F. The CDB must use Oracle Managed Files.
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 237
You issued these commands for one of your databases:
A. The cumulative incremental level 1 database backup ignores the block change tracking file.
B. Future cumulative incremental level 1 database backups will reference the block change tracking file.
C. Future incremental level 0 database backups will reference the block change tracking file.
D. The cumulative incremental level 1 database backup fails.
E. The block change tracking file will be updated automatically after creation to refer to modified blocks
contained in the incremental level 0 database backup.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/ADMQS/GUID-3BAA0D48-CA35-4CD7-810E-
50C703DC6FEB.htm
QUESTION 238
Which two are true about incremental backups? (Choose two.)
D239C705743FCA43A002871C15E31073
Correct Answer: DF
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup004.htm
QUESTION 239
Which two are true about data dictionary views and contents and output in a CDB? (Choose two.)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/CNCPT/cdblogic.htm#CNCPT89248
QUESTION 240
You want to create a guaranteed restore point for your databases by executing the command:
Identify two prerequisites for the successful execution of this command. (Choose two.)
Correct Answer: BF
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/backup.102/b14192/rpfbdb002.htm
QUESTION 241
One of your multitenant container databases (CDB) contains multiple pluggable databases (PDBs). You
connect to CDB$ROOT as SYS and execute these commands successfully:
A. The C##CONNECT role can be granted different roles and privileges in each PDB.
D239C705743FCA43A002871C15E31073
B. C##ADMIN has the orcl123 password in all PDBs.
C. The C##CONNECT role is granted to the C##ADMIN user in all PDBs.
D. CREATE SESSION is granted to the C##ADMIN user in all PDBs.
E. The C##CONNECT role is a local role defined only in CDB$ROOT.
Explanation/Reference:
QUESTION 242
One of your database runs in ARCHIVELOG mode.
A. An online redo log will not be overwritten only if an archived log cannot be created in at least two of the non-
mandatory destinations and LOG_ARCHIVE_DEST_4.
B. An online redo log will not be overwritten only if an archived log cannot be created in at least two of the non-
mandatory destinations.
C. An online redo log will not be overwritten only if an archived log cannot be created in at least one of the
non-mandatory destinations and LOG_ARCHIVE_DEST_4.
D. An online redo log will not be overwritten only if an archived log cannot be created in
LOG_ARCHIVE_DEST_4.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 243
Your database is in ARCHIVELOG mode and is open.
D239C705743FCA43A002871C15E31073
E. The existing restore point TESTDB06 is updated.
F. Archived redo logs are backed up.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/BRADV/rcmbckba.htm#BRADV835
QUESTION 244
Identify three reasons for using a recovery catalog with Recovery Manager (RMAN). (Choose three.)
Explanation/Reference:
QUESTION 245
You take regular backups of one of your production databases by using RMAN with a recovery catalog.
You have added two new tablespaces to this database which must be included in future backups.
Which process occurs which allows the new backups to contain the new datafiles?
A. The target database control file is synchronized from the recovery catalog with a full resync at the next
backup.
B. The target database control file is synchronized from the recovery catalog with a partial resync at the next
backup.
C. The recovery catalog is synchronized from the target database control file with a full resync at the next
backup.
D. The recovery catalog is synchronized from the target database control file with a partial resync at the next
backup.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 246
Which two are true about RMAN image copies? (Choose two.)
D239C705743FCA43A002871C15E31073
D. They can be used as a level 0 incremental backup.
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/BRADV/rcmcncpt.htm
QUESTION 247
One of your databases is in ARRCHIVELOG mode.
One data file and all the control files are corrupt due to corruption in the storage array.
A. 7, 6, 1, 8, 2, 3, 5, 4
B. 7, 6, 1, 2, 3, 5, 4
C. 7, 2, 1, 3, 5, 4
D. 7, 6, 1, 2, 9, 10, 4
E. 7, 6, 1, 2, 3, 10, 4
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 248
Examine these RMAN commands:
D239C705743FCA43A002871C15E31073
Which two statements are true about the DUPLICATE command? (Choose two.)
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 249
Which two are true about Oracle Secure Backup (OSB)? (Choose two.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/backup.102/b14234/obadm_arc.htm
QUESTION 250
You wish to create a guaranteed restore point for one of your databases by executing the command:
Which two are required for the successful execution? (Choose two.)
D239C705743FCA43A002871C15E31073
D. The database must be mounted.
E. Undo retention guarantee must be enabled.
F. The database must be opened.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/backup.102/b14192/rpfbdb002.htm
QUESTION 251
Flashback Data Archive has been configured to retain data on all transactions that modify a table for a period
of four years.
Which is true?
A. Flashback data archive FDA1 is purged of all data and any new transaction data is retained for 2 years.
B. Data from the first and third years is purged from the flashback archive FDA1.
C. Flashback data archive FDA1 retains all data and the retention period is increased by 2 years.
D. Data older than two years, if any, is purged from the flashback archive FDA1.
E. Data from the third year is purged from the flashback archive FDA1.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 252
Which four are true about Consolidated Database Replay? (Choose four.)
A. The workload capture and replay servers must run the same operating system (OS).
B. Multiple workload captures from multiple databases can be replayed simultaneously.
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.
F. A single replay schedule can be defined for a consolidated replay.
G. A superset of the captured workload can be replayed.
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/19/ratug/using-consolidated-database-
replay.html
D239C705743FCA43A002871C15E31073
QUESTION 253
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:
A. 1, 3, 5, 4, 2, and 7
B. 1, 2, 4, 6, 5, 3 and 7
C. 2, 4, 5, 3 and 7
D. 1, 4, 5, 2 and 6
E. 3, 5, 4, 2, and 7
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 254
You execute the RMAN commands:
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/backup.102/b14192/setup004.htm
QUESTION 255
An incremental level 1 backup is taken every week day. A new tablespace is created before the backup is
performed.
You execute:
D239C705743FCA43A002871C15E31073
RMAN> BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG WEEKLY DATABASE;
A. It returns an error because there is no existing level 0 backup for the new data files.
B. It creates a level 1 incremental backup set containing all the previously existing data files.
C. It creates a level 0 backup set containing all the new data files.
D. It creates image copies of all the new data files.
E. It creates a level 1 incremental backup set containing all the new data files.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 256
Examine this command:
Which two statements are true after successful execution? (Choose two.)
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 257
You execute the RMAN commands:
Which statement is true about the backup set created by the BACKUP command?
A. The default channel is allocated and the backup set is created in only one destination.
B. Two channels are allocated and a copy of the backup set is taken in the location specified by CHANNEL 2.
C. Two channels are allocated and backup pieces for the backup set are created in both the specified
destinations.
D239C705743FCA43A002871C15E31073
D. Two channels are allocated and two copies of the backup set are taken in parallel in both locations.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 258
Examine the RMAN commands:
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 259
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 fda1 MODIFY RETENTION 2 YEAR;
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 260
In which two locations does the USER_DATA TABLESPACE clause create a tablespace? (Choose two.)
A. a PDB
B. CDB$ROOT
C. PDB$SEED
D. a non-CDB
E. an Application Root
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 261
Examine this command:
Which two requirements must be met to ensure that CDB1 is created? (Choose two.)
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 262
Which two parameters must be set to configure the fast recovery area? (Choose two.)
A. DB_CREATE_FILE_DEST
B. DB_RECOVERY_FILE_DEST
C. DB_RECOVERY_FILE_DEST_SIZE
D. LOG_ARCHIVE_DEST
E. at least two locations using DB_CREATE _ONLINE_LOG_DEST_n
F. DB_FLASHBACK_RETENTION_TARGET
Correct Answer: BC
Section: (none)
D239C705743FCA43A002871C15E31073
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/ADMQS/GUID-D6A541BF-A878-4B45-AFAC-
1E921554731E.htm
QUESTION 263
Which two are benefits of unified auditing in full mode? (Choose two.)
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 264
Examine this parameter in a database's PFILE:
DB_CREATE_FILE_DEST = '/u01/app/oracle/oradata/'
Which three are true after successful database creation? (Choose three.)
Explanation/Reference:
D239C705743FCA43A002871C15E31073
QUESTION 265
Examine this query:
Which two requirements guarantee that the query will execute successfully? (Choose two.)
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Reference https://docs.oracle.com/cd/B12037_01/appdev.101/b10795/adfns_fl.htm
QUESTION 266
You plan to upgrade a production database running in NOARCHIVELOG mode that has no Fast Recovery Area
configured.
The upgrade must be reversable within as quickly as possible with the smallest overhead.
Which three steps must you perform before you start the upgrade? (Choose three.)
Explanation/Reference:
QUESTION 267
Examine these actions:
D239C705743FCA43A002871C15E31073
8. Shut down the PDB.
9. Unplug the PDB.
A. 2, 3, 6, 8
B. 2, 4, 5, 7
C. l, 3, 5, 7, 9
D. 1, 4, 5, 7, 9
E. 1, 3, 5, 9
F. 1, 3, 5, 8, 9
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference https://blog.dbi-services.com/unplug-an-encrypted-pdb-ora-46680-master-keys-of-the-container-
database-must-be-exported/
QUESTION 268
Which two components are contained only in CDB$ROOT? (Choose two.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Reference https://docs.oracle.com/database/121/CNCPT/cdblogic.htm#CNCPT89268
QUESTION 269
Your Oracle 12c multitenant container database (CDB) contains multiple pluggable databases (PDBs).
In PDB HR_PDB, common user C##ADMIN and local user B_ADMIN have only the CONNECT privilege.
You create a common role C##ROLE1 with the CREATE ANY TABLE and SELECT ANY TABLE privileges.
You then execute the commands:
D239C705743FCA43A002871C15E31073
Correct Answer: ACE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 270
You want to duplicate one of your databases when connected to the target database and to the recovery
catalog.
Which three are true about this type of database duplication? (Choose three.)
Explanation/Reference:
Reference https://docs.oracle.com/en/database/oracle/oracle-database/19/rcmrf/DUPLICATE.html#GUID-
E13D8A02-80F9-49A2-9C31-92DD3A795CE4
QUESTION 271
Which three statements are true about using RMAN without a recovery catalog? (Choose three.)
Explanation/Reference:
QUESTION 272
A database instance uses an SPFILE. Examine the parameter:
D239C705743FCA43A002871C15E31073
You plan to multiplex the control file to a new location, /u01/app/oracle/oradata/cdb1/disk3/
control03.ctl/.
Identify the required steps in the correct order to accomplish the task.
A. 3, 4
B. 2, 6
C. 3, 1, 4, 6
D. 1, 5, 2, 4, 6
E. 2, 1, 4, 6
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
QUESTION 273
One of your databases supports a data warehousing workload and is in NOARCHIVELOG mode. You perform
RMAN level 0 backup on Sundays and level 1 incremental backups on other days.
One data file is corrupt and the current online redo log is missing due to media failure.
Which four actions must you take for recovery? (Choose four.)
D239C705743FCA43A002871C15E31073
G. Restore all data files.
Explanation/Reference:
QUESTION 274
Which three are true about RMAN duplexed backup sets or image copies? (Choose three.)
Explanation/Reference:
QUESTION 275
Examine this command:
Explanation/Reference:
Reference https://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmvalid.htm#BRADV90065
QUESTION 276
Which two are true about Flashback Version Query? (Choose two.)
D239C705743FCA43A002871C15E31073
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
D239C705743FCA43A002871C15E31073