0% found this document useful (0 votes)
19 views

Revision Questions

Oracle 19C Revision Questions

Uploaded by

bymash2007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Revision Questions

Oracle 19C Revision Questions

Uploaded by

bymash2007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 68

NEW QUESTION 1

Which two are true about RMAN backups when using a media manager? (Choose
two.)
A. A media manager always writes RMAN requested backups to tape.
B. By default, a request for a proxy copy may result in a backup set being created.
C. A media manager is required to create RMAN proxy copies.
D. A media manager is required to create RMAN image copies.
E. The media manager layer (MML) routines provided by Oracle support any
vendors' media management products.
NEW QUESTION 2
Which two are true about RMAN backups when using a media manager to write
backups to tape when there are only two tape drives? (Choose two.)
A. SBT tape compression can be used even if no RMAN compression is configured.
B. Any backup set written to the SBT device in this configuration can contain a
maximum of two backup pieces.
C. Any backup written to the SBT device in this configuration can contain a
maximum of two backup sets.
D. SBT tape compression and RMAN backup compression should be used in parallel.
E. The SBT device should be configured to use PARALLELISM 2 to allow both tape
drive to be used simultaneously.
NEW QUESTION 3
A database is configured in ARCHIVELOG mode.
Full RMAN backups are taken daily and no backup to trace has been taken of the
control file.
A media failure has occurred.
In which two scenarios is complete recovery possible? (Choose two.)
A. when any archived log from, before, or after the most recent backup is corrupt.
B. after losing all copies of the control file
C. after losing an archived log from after the most recent backup
D. after losing an archived log from before the most recent backup
E. after losing the SYSTEM tablespace
NEW QUESTION 4
A database is configured in ARCHIVELOG mode.
A full RMAN backup exists but no control file backup to trace has been taken.
A media failure has occurred.
In which two scenarios is incomplete recovery required? (Choose two.)
A. after losing a SYSAUX tablespace data file
B. after losing all members of an INACTIVE online redo log group
C. after losing all members of the CURRENT online redo log group
D. after losing all copies of the control file
E. after losing an UNDO tablespace that is in use
NEW QUESTION 5
A container database called CDB1 is OMF-enabled.
PDB_FILE_NAME_CONVERT is not configured in CDB1.
PDB1 was unplugged from CDB1 earlier in the week.
Examine this command, which will be executed in CDB1:
CREATE PLUGGABLE DATABASE pdb1 -
USING ‘/u01/app/oracle/oradata/pdb1.xml'
SOURCE_FILE_NAME_CONVERT =
(‘/u01/app/oracle/oradata/', ‘/u02/app/oracle/oradata/');
Which two are true? (Choose two.)
A. PDB1 data files already exist in the correct location.
B. DBMS_PDB.CHECK_PLUG_COMPATIBILITY must be run in CDB1 before executing
the command.
C. PDB_FILE_NAME_CONVERT must be set before executing the command.
D. /u01/app/oracle/oradata/pdb1.xml does not contain the current locations of data
files for PDB1.
E. PDB1 must be dropped from CDB1.
NEW QUESTION 6
Examine this configuration:
1. CDB1 is an Oracle Database 12c Release 2 container database (CDB).
2. PDB1 and PDB2 are two pluggable databases (PDBs) in CDB1.
After successfully performing all the preupgrade tasks, you execute these
commands from the Oracle Database 18c environment:

What is the outcome?


A. It fails because PDB$SEED is in MIGRATE state.
B. Only CDB$ROOT, PDB$SEED, and PDB2 are upgraded.
C. Only CDB$ROOT, PDB$SEED, and PDB1 are upgraded.
D. CDB$ROOT, PDB$SEED, PDB1, and PDB2 are upgraded.
E. Only CDB$ROOT and PDB$SEED are upgraded.
F. It fails because PDB2 is not in UPGRADE state.
NEW QUESTION 7
Which three are true about an application container? (Choose three.)
A. It can contain a single application.
B. It can contain multiple applications.
C. It must have an application seed PDB.
D. It must have an application root PDB.
E. Two application containers can share an application seed PDB.
F. An application PDB can belong to multiple application containers.
NEW QUESTION 8
The HR_ROOT application container must support the execution of a query on a
table shared by application local PDBs PDB1 and PDB2, and remote PDB PDB3.
Which three are true? (Choose three.)
A. A proxy PDB must exist in the application root in the remote CDB.
B. A database link must exist in the local CDB root referring to the remote CDB.
C. PDB3's application root replica must exist in the local CDB.
D. A database link must exist in the remote CDB referring to the local CDB.
E. The HR_ROOT replica must exist in the remote CDB.
F. A proxy PDB must exist in the application root in the local CDB.
NEW QUESTION 9
Which two are true about Oracle Database Configuration Assistant (DBCA)
templates? (Choose two.)
A. The General Purpose of Transaction Processing templates are most suitable when
concurrency and recoverability are key criteria.
B. Oracle DBCA templates can store only logical structure and not database files.
C. New templates can only be created by modifying an existing user-created
template.
D. The Data Warehouse template is most suitable when transaction response time is
the key criterion.
E. Oracle DBCA templates can be used to create new databases and duplicate
existing databases.
NEW QUESTION 10
Which two are true about Oracle Database Configuration Assistant (DBCA)? (Choose
two.)
A. It can be launched from both the command line and the Universal Installer (OUI)
interfaces.
B. It can be used to change the character set of an existing database.
C. It can be used to convert a non-container database to a container database.
D. It can be used to create container databases and non-container databases.
E. It can only be launched from the command line interface.
NEW QUESTION 11
Which statement is true about DBCA templates?
a. Oracle provides only one built-in template.
b. A DBCA template is a JSON file that contains information required to create a
database.
c. A DBCA template can only be used in DBCA interactive mode.
d. A DBCA template is an XML file that contains information required to create a
database.
NEW QUESTION 12
Your container database, CDB1, is in local undo mode.
You successfully execute this command while connected to CDB1:
CREATE PLUGGABLE DATABASE pdb1 -
ADMIN USER pdb1_admin IDENTIFIED BY pdb123 ROLES=(CONNECT)
CREATE_FILE_DEST='/u01/app/oracle/oradata/cdb1/pdb1';
Which three are true about PDB1? (Choose three.)
A. Service PDB1 is created for remote logins to PDB1.
B. It is in mount state after creation.
C. It has no local users.
D. It has the same number of roles as CDB1.
E. It has the same common users defined as does CDB1.
F. It has only local roles.
NEW QUESTION 13
Which two are true about changing the LOCAL_UNDO_ENABLED property to false in
a CDB? (Choose two.)
A. After the change, only a common user with the required privilege can create an
undo tablespace in CDB&ROOT.
B. Any new PDB and existing PDBs are automatically configured to use the default
undo tablespace in CDB$ROOT.
C. After the change, only one undo tablespace can exist in CDB$ROOT.
D. After the change, any user with the required privilege can create an undo
tablespace in the PDBs.
E. Undo tablespaces existing in PDBs must be dropped before the change.
F. After the change, each existing PDB has to be reopened for the new undo mode to
take effect.
NEW QUESTION 14
How do you configure a CDB for local undo mode?
A. Open the CDB instance in upgrade mode. In CDB$ROOT, execute ALTER
DATABASE LOCAL UNDO ON, and then restart the CDB instance.
B. Open the CDB instance in restricted mode. In CDB$ROOT, execute ALTER
DATABASE LOCAL UNDO ON, and create an UNDO tablespace in each PDB, then
restart the CDB instance.
C. Open the CDB instance in restricted mode. In CDB$ROOT, drop the UNDO
tablespace. Execute ALTER DATABASE LOCAL UNDO ON in each PDB, and then
restart the CDB instance.
D. Open the CDB instance in read-only mode. In CDB$ROOT, execute ALTER
DATABASE LOCAL UNDO ON, and then change the CDB to read/write mode.
E. Open the CDB instance in upgrade mode. In each PDB, execute ALTER DATABASE
LOCAL UNDO ON, create an UNDO tablespace, and then restart the CDB instance.
NEW QUESTION 15
Which three are true about using Database Upgrade Assistant (DBUA) to upgrade a
database? (Choose three.)
A. The Pre-Upgrade Information Tool script is executed by DBUA.
B. DBUA must be launched from the target Oracle Home.
C. All pluggable databases are automatically upgraded as part of a container
database upgrade.
D. A whole database backup must exist before upgrade
E. The database must be opened in read-only mode.
F. Multiple databases with the same ORACLE_HOME can be upgraded
simultaneously.
NEW QUESTION 16
Which three actions are performed by Database Upgrade Assistant (DBUA)? (Choose
three.)
A. It recompiles all stored PL/SQL code by using utlrp.sql.
B. It empties the RECYCLE BIN.
C. It performs prerequisite checks to verify if the Oracle database is ready for
upgrade.
D. It sets all user tablespaces to “read-only” before starting theupgrade.
E. It removes the AUDSYS schema and the AUDIT_ADMIN and AUDIT_VIEWER roles
F. It increases tablespace size, if required, to meet upgrade requirements.
NEW QUESTION 17
Examine this configuration:
1. CDB1 is a container database.
2. COMMON_USER_PREFIX is C##.
3. PDB1 is a pluggable database contained in CDB1.
4. APP1_ROOT is an application container contained in CDB1.
5. APP1_PDB1 is an application PDB contained in APP1_ROOT.
You execute these commands successfully:

Which two are true? (Choose two.)


A. APP1_USER1 can be created in PDB1.
B. APP1_USER1 can be created in CDB1.
C. APP1_USER1 can have different privileges in each Application PDB contained in
APP1_ROOT.
D. C##_APP_USER1 can be created in CDB1.
E. P1_USER1 can be created in CDB1.
F. C##_USER1 will have the same privileges and roles granted in all PDBs in CDB1.
NEW QUESTION 18
Examine this configuration:
1. CDB1 is a container database.
2. COMMON_USER_PREFIX is set to an empty string.
3. PDB1 is a pluggable database in CDB1.
4. APP1_ROOT is an application container in CDB1.
5. APP1_PDB1 is an application PDB in APP1_ROOT.
You execute these commands:
$ sqlplus sys/oracle@localhost:1521/cdb1 as sysdba
SQL> CREATE ROLE role1 CONTAINER=CURRENT;
What is true?
A. It will return an error because creation of a local role is not allowed in CDB$ROOT.
B. ROLE1 will be created only in CDB$ROOT and APP1_ROOT.
C. ROLE1 will be created in CDB$ROOT, PDB1, APP1_ROOT, and APP1_PDB1.
D. ROLE1 will be created only in CDB$ROOT.
E. It will return an error because common roles must start with C##.
NEW QUESTION 19
Which two are true about Oracle Flashback features? (Choose two.)
A. FLASHBACK QUERY can retrieve REDO records from ONLINE and ARCHIVED REDO
LOG files.
B. FLASHBACK VERSION QUERY can retrieve REDO records from ONLINE and
ARCHIVED REDO LOG files.
C. FLASHBACK TABLE can undrop a column.
D. FLASHBACK DROP can undrop an index when undropping a table.
E. After a database is restored from flashback logs using the FLASHBACK DATABASE
command, it is sometimes rolled forward using redo logs.
NEW QUESTION 20
While backing up to the Oracle Fast Recovery Area (FRA), you determined the
backup is taking too long and suspect a performance bottleneck.
Which three are true about diagnosing and tuning these problems? (Choose three.)
A. If an RMAN BACKUP VALIDATE command takes roughly the same time as an
actual backup, then both read and write I/O are likely bottlenecks.
B. Setting DBWR_IO_SLAVES to a non zero value can improve backup performance
when using synchronous I/O.
C. If an RMAN BACKUP VALIDATE command takes noticeably less than an actual
backup, then write I/O is a likely bottleneck.
D. If an RMAN BACKUP VALIDATE command takes roughly the same time as an
actual backup, then read I/O is a likely bottleneck.
E. Data files with a high value in
V$BACKUP_SYNC_IO.DISCRETE_BYTES_PER_SECOND are a potential performance
bottleneck when synchronous I/O is used.
F. Setting DBWR_IO_SLAVES to a non zero value can improve backup performance
when using asynchronous I/O/
G. Data files with a high value in V$BACKUP_ASYNC_IO.SHORT_WAITS are a potential
performance bottleneck when asynchronous I/O is used.
NEW QUESTION 21
You are managing this configuration:
1. CDB1 is a container database.
2. PDB1 and PDB2 are two pluggable databases in CDB1.
3. USER1.EMP is a table in PDB1 and USER2.DEPT is a table in PDB2.
CDB1 user SYS executes these commands after connecting successfully to PDB2:

Which two are true? (Choose two.)


A. The inserts on USER1.EMP remain uncommitted when the session connected to
PDB2.
B. The inserts on USER1.EMP were committed when the session inserted a row into
USER2.DEPT.
C. The insert on USER2.DEPT fails because of the active transaction in the parent
container.
D. The insert on USER2.DEPT is a recursive autonomous transaction by the child
session and is committed.
E. The inserts on USER1.EMP were rolled back when the session connected to PDB2.
F. The insert on USER2.DEPT is uncommitted.
G. The inserts on USER1.EMP were committed when the session connected to PDB2.
NEW QUESTION 22
Examine this configuration:
1. CDB1 is an Oracle Database 12c Release 2 database containing pluggable
databases PDB$SEED, PDB1, and PDB2.
2. PDB$SEED is open READ ONLY
3. PDB1 is open READ WRITE
4. PDB2 is MOUNTED.
5. ORACLE_HOME is /u01/app/oracle/product/18.1.0/dbhome_1.
You execute these commands before upgrading the database to the current release:

For which databases will fixup scripts be created?


A. CDB1, PDB$SEED, PDB1, and PDB2
B. PDB$SEED, PDB1, and PDB2 only
C. CDB1 and PDB$SEED only
D. CDB1, PDB1, and PDB2 only
E. CDB1, PDB$SEED, and PDB1 only
NEW QUESTION 23
Which two are true about flashback features in Oracle Database 19c and later
releases?
A. Flashback logs are monitored and proactively deleted when beyond the retention
period defined in DB_flashback_retention_TARGET only after there is space pressure
B. Flashback logs are monitored and proactively deleted when beyond the retention
period defined in db_flashback_retention_target before there is space pressure.
C. Flashback logs are automatically purged whenever the value
of DB_FLASHBACK_RETENTION_TARGET is changed.
D. Flashback logs are monitored for being older than the retention period defined
in db_flashback_retention_target and can be deleted by an administrator written
event trigger.
E. Flashback logs are automatically purged when db_flashback_retention_target is
set lower
than the time they have already been retained.
NEW QUESTION 24
Which two are true about SQL Performance Analyzer (SPA)? (Choose two.)
A. It is integrated with the SQL Access Advisor.
B. It predicts the impact of system changes on SQL workload response time.
C. It provides before and after execution statistics for each SQL statement in the
analysis task
D. It offers fine-grained analysis of all the SQL statements in the analysis task as a
group.
E. SQL statements that were originally run concurrently are run concurrently by SPA.
NEW QUESTION 25
SQL Performance Analyzer (SPA) has reported several regressed SQL statements for
one of your databases.
Which action could help in the performance management of these regressed SQL
statements?
A. Create SQL plan directives for each of the regressed statements.
B. Use the SQL Tuning Advisor for each of the regressed statements.
C. Use the SQL Access Advisor for each of the regressed statements.
D. Create an adaptive execution plan for each of the regressed statements.
NEW QUESTION 26
Which three are true about thresholds, metrics, and server-generated alerts?
(Choose three.)
A. All metrics are instance related.
B. Cleared stateful alerts are displayed by querying DBA_ALERT_HISTORY.
C. A space usage management alert is automatically cleared after the underlying
problem is resolved.
D. They are generated by SMON when a tablespace is 97% full.
E. Metrics are statistical counts for a specific unit.
F. STATISTICS_LEVEL must be set to ALL to generate alerts.
NEW QUESTION 27
Which two are true about server-generated alerts? (Choose two.)
A. Stateful alerts must be created by a DBA after resolving the problem.
B. Stateless alerts can be purged manually from the alert history.
C. Stateless alerts can be cleared manually.
D. Stateless alerts are automatically cleared.
E. Stateful alerts are purged automatically from the alert history.
NEW QUESTION 28
Which two are true about RMAN encryption? (Choose two.)
A. RMAN encryption keys are stored in a database keystore.
B. RMAN can encrypt the Oracle Database password file.
C. Dual-mode encrypted backups can be restored only if both the password and the
keystore used for encryption are available.
D. The SET ENCRYPTION command overrides encryption settings specified by the
CONFIGURE ENCRYPTION command.
E. Password encryption can be persistently configured using the CONFIGURE
ENCRYPTION command.
NEW QUESTION 29
Which three are true about Recovery Manager (RMAN) in Oracle Database 19c and
later releases? (Choose three.) A. It is only possible for RMAN to connect to a
pluggable database as a target if an RMAN Virtual Private Catalog is used.
B. It is always possible for RMAN to connect to a pluggable database as a target if
any RMAN Catalog is used.
C. A Virtual Private Catalog used to register a container database must be created in
a pluggable database. D. A Virtual Private Catalog used to register a container
database can be created in a pluggable database.
E. It is always possible for RMAN to connect to a pluggable database as a target.
F. A Virtual Private Catalog used to register a container database can be created in a
non-container database
NEW QUESTION 30
Which three are true in Oracle 19c and later releases? (Choose three.)
A. If the password file location changes, then the new location is used automatically
by the Oracle Server.
B. Schema Only accounts can be granted administrator privileges.
C. All the Oracle-supplied accounts are Schema Only accounts.
D. Privilege Analysis is included in Oracle Enterprise Edition and no longer requires
Database Vault.
E. Unified Auditing can be configured to audit only events that are issued indirectly
by an audited user.
F. Unified Auditing can be configured to audit only events that are issued directly by
an audited user.
NEW QUESTION 31
A container database (CDB) contains two pluggable databases PDB1 and PDB2. The
LOCAL_UNDO_ENABLED database property is set to FALSE in the CDB. Data file 24 of
PDB2 was deleted and you need to restore and recover it. The only RMAN backup
that exists was created with the BACKUP DATABASE command while connected to
CDB$ROOT. Which three are true? (Choose three.)
A. Data file 24 can be recovered only while connected to PDB2.
B. Data file 24 can be restored and recovered while connected to CDB$ROOT.
C. Data file 24 can be restored only while connected to CDB$ROOT.
D. Data file 24 can be restored only while connected to PDB2.
E. Data file 24 can be recovered while connected to PDB2.
F. Data file 24 can be recovered while connected to CDB$ROOT.
NEW QUESTION 32
Which two are true about instance recovery? (Choose two.)
A. It is not possible if an archived log is missing.
B. It is performed automatically after the database is opened; however, blocks
requiring recovery are not available until they are recovered.
C. Setting FAST_START_MTTR_TARGET to a lower value reduces instance recovery
time by causing dirty buffers to be written to disk more frequently, thereby reducing
the number of I/Os needed during instance recovery.
D. It is performed by the Recovery Writer (RVWR) background process.
E. Setting FAST_START_MTTR_TARGET to a higher value reduces instance recovery
time by causing The log writer to write more frquently, thereby reducing the number
of I/Os needed during instance recovery.
F. It is performed automatically while the database remains in MOUNT state. Then
the database is opened.
NEW QUESTION 33
Examine the RMAN command:
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;
RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which prerequisite must be met before accomplishing the backup?
A. The password for the encryption must be set up.
B. Oracle wallet for the encryption must be set up.
C. All the tablespaces in the database must be encrypted
D. Oracle Database Vault must be enabled.
NEW QUESTION 34
Which three are true about upgrading an application in an application container?
(Choose three.)
A. The upgrade can be performed when connected either to CDB$ROOT or to
PDB$SEED
B. An application root clone gets created automatically
C. After an application upgrade, the application container’s PDBs remain
synchronized with the existing application root
D. The upgrade must be performed when connected to CDB$ROOT
E. An application name and version number must be specified to upgrade the
application
F. After an application upgrade, the application container’s PDBs are automatically
synchronized with the application root clone
NEW QUESTION 35
Which two statements are true about encrypting RMAN backup? (Choose two.)
A. The transparent encryption of backups uses the encryption wallet
B. The database uses the same encryption key for every encrypted backup
C. The password encryption of backups only uses the password while creating and
restoring backup
D. If transparent encryption is configured, you cannot use the SET ENCRYPTION BY
PASSWORD command to make password-protected backups
NEW QUESTION 36
Which three are true about requirements for various FLASHBACK operations?
(Choose three.)
A. FLASHBACK transaction query requires undo to retrieve all versions of a row that
existed between two points in time.
B. FLASHBACK drop requires that the RECYCLEBIN parameter be set to ON.
C. FLASHBACK version query requires that the RECYCLEBIN parameter be set to ON.
D. FLASHBACK DATA ARCHIVE requires undo to store all versions of all rows of a
table being tracked.
E. FLASHBACK drop requires undo to retrieve all versions of a row that existed
between two points in time.
F. FLASHBACK version query requires undo to retrieve all versions of a row that
existed between two points in time.
NEW QUESTION 37
Which two are true about the Automatic Database Diasnostic Monitor (ADDM)?
(Choose two.)
A. It analyzes a period of time corresponding to the last day of activity.
B. A DBA can run it manually.
C. It runs automatically after each AWR snapshot.
D. Results are written to the alert log.
E. It analyzes a period of time corresponding to the 12 hours of activity.
NEW QUESTION 38
Which two are true about duplicating pluggable databases (PDBs) with RMAN?
A. cdb$root and pdbSseed are automatically duplicated.
B. All tablespaces belonging to a PDB must be duplicated when duplicating the PDB.
C. The auxiliary Instance is automatically created with enable_pluggable_database
= true.
D. Two or more PDBs can be duplicated with the same rman duplicate command.
E. A user with sysdba or sysbkup must be logged in with RMAN to the PDB to
duplicate it.
NEW QUESTION 39
Which two are true about Rapid Home Provisioning (RHP), which has been available
since Oracle 18c? (Choose two.)
A. It can be used to provision applications.
B. It cannot be used to upgrade Oracle Database homes.
C. It can be used to provision middleware.
D. It can be used to patch Grid Infrastructure homes containing Oracle Restart.
E. It is an Oracle Database service
NEW QUESTION 40
Which three are true about transporting databases across platforms using Recovery
Manager (RMAN) image copies? (Choose three.)
A. Data files can be converted on the source system.
B. The password file is automatically converted by RMAN.
C. Databases can be transported between systems with different endian formats.
D. A new DBID is automatically created for the transported database.
E. Data files can be converted on the destination system.
F. By default, the transported database will use Oracle Managed Files (OMF)
NEW QUESTION 41
Which three are true about Database Point-in-Time Recovery? (Choose three.)
A. The database must be open RESETLOGS after Database Point-in-Time Recovery.
B. Database Point-in-Time Recovery is performed by the Managed Recovery Process
(MRP)
C. The target point for the recovery must be specified as a stime or System Change
Number (SCN).
D. The database must be in MOUNT state when performing Database Point-in-Time
Recovery.
E. The database must have FLASHBACK DATABASE ON to perform Database Point-in-
Time Recovery.
F. The Database must be in ARCHIVELOG mode.
NEW QUESTION 42
Which four are true about a Recovery Manager (RMAN) duplication without a
TARGET connection? (Choose four.)
A. The UNDO TABLESPACE clause is always required when no connection exists to
the recovery catalog and the TARGET database is closed.
B. The UNDO TABLESPACE clause is always required when no connection exists to
the TARGET instance.
C. The NOREDO clause must be used if the backups of the database being
duplicated were taken when the database was in NOARCHIVELOG mode.
D. The NOREDO clause can be used if the backups of the database being duplicated
were taken when the database was in ARCHIVELOG mode.
E. RMAN "pushes" the backups of the database to be duplicated over the network to
the auxiliary instance.
F. RMAN SBT-based backups of the database to be duplicated can be used by the
auxiliary instance.
G. The UNDO TABLESPACE clause is always required when no connection exists to
the recovery catalog and the TARGET database is opened.
H. RMAN disk-based backups of the database to be duplicated can be used by the
auxiliary instance.
NEW QUESTION 43
Examine these queries and their output:

An online RMAN backup of the CDB was taken an hour before Restore Point R1 was
created. You want to recover PDB1 to Restore Point R1.
How do you achieve this?
A. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by
using SQL while connected to PDB1.
B. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by
using RMAN while connected to CDB$ROOT.
C. This cannot be done due to the lack of a clean restore point.
D. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by
using SQL while connected to CDB$ROOT.
E. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by
using RMAN while connected to PDB1.
NEW QUESTION 44
Which three are true about Automatic Workload Repository (AWR), Automatic
Database Diagnostic Monitor (ADDM), and the Manageability Monitor (MMON)
background process? (Choose three.)
A. AWR snapshots must be deleted when no longer required by ADDM.
B. ADDM can recommend extending the buffer cache.
C. ADDM performs its analysis only when a DBA requests it.
D. By default, AWR snapshots are automatically purged after eight days.
E. By default, MMON creates an AWR snapshot every 30 minutes.
F. ADDM can recommend shrinking the buffer cache.
NEW QUESTION 45
You must transport the UNIVERSITY tablespace from one database to another.
The UNIVERSITY tablespace is currently open read/write.
The source and destination platforms have different endian formats. Examine this
list of actions:
1.Make the UNIVERSITY tablespace read-only on the source system.
2.Export the UNIVERSITY tablespace metadata using EXPDP.
3.Convert the UNIVERSITY tablespace data files to the destination platform format
using RMAN on the source system.
4.Copy the UNIVERSITY tablespace data files to the destination system.
5.Copy the Data Pump dump set to the destination system.
6.Convert the UNIVERSITY tablespace data files to the destination platform format
using RMAN on the destination system.
7.Import the UNIVERSITY tablespace metadata using IMPDP.
8.Make the UNIVERSITY tablespace read/write on the destination system.
Which is the minimum number of actions required, in the correct order, to transport
the UNIVERSITY tablespace?
A. 2, 4, 5, 6, 7
B. 1, 2, 4, 5, 7, 8
C. 1, 2, 3, 4, 5, 7, 8
D. 1, 2, 3, 4, 5, 6, 7, 8
E. 1, 2, 4, 6, 7, 8
NEW QUESTION 46
Which three are true about RMAN archival backups with the RESTORE POINT clause?
(Choose three.)
A. Use of a recovery catalog is always required to support the creation and use of
archival backups.
B. They are never considered obsolete by RMAN.
C. Archive logs are retained if they are necessary to allow the database to be
recovered to a consistent state when an archival backup is restored.
D. The ARCHIVAL attribute for a backup overrides the RMAN retention policy.
E. They can optionally be written to a fast recovery area (FRA).
F. The SPFILE is included in the archival backup.
G. All archive logs are retained after an archival backup is taken, until the next
archival backup is taken of the same database.
NEW QUESTION 47
While backing up to an SBT channel, you determine that the read phase of your
compressed Recovery Manager (RMAN) incremental level 0 backup is a bottleneck.
FORCE LOGGING is enabled for the database.
Which two could improve read performance?
A. Increase the size of tape I/O buffers.
B. Increase the level of RMAN multiplexing.
C. Enable asynchronous disk I/O.
D. Disable FORCE LOGGING for the database.
E. Increase the size of the database buffer cache.
NEW QUESTION 48
Which two are true about OS groups and users for Oracle Grid Infrastructure and the
Oracle Relational Database Management System (RDBMS)? (Choose two.)
A. By default, members of the OSASM group can access Automatic Storage
Management and RDBMS instances.
B. The primary group for the Oracle Grid Infrastructure and Oracle Database owners
must be the Oracle Inventory group.
C. The Oracle Grid Infrastructure installation must be owned by the grid user.
D. The Oracle Grid Infrastructure owner owns Oracle Restart and Oracle Automatic
Storage Management binaries.
E. The Oracle Grid Infrastructure owner must have OSOPER, OSBACKUPDBA, and
OSKMDBA as secondary groups.
F. The same OSDBA group must be used for Automatic Storage Management and
the Oracle Database.
NEW QUESTION 49
You plan to install Oracle Grid Infrastructure for a Standalone Server and Oracle
Database for the first time on a server.
Examine this command and its outcome:

Which two are true? (Choose two.)


A. oracle will be an owner of the Oracle Inventory.
B. oracle must be the owner of every Oracle Database installation.
C. oracle can own an Oracle Database installation but not an Oracle Grid
Infrastructure installation.
D. oracle will be granted the SYSASM privilege when installing the Oracle Database
software.
E. The user account, oracle, and group, oinstall, can be used for all Oracle software
installations.
NEW QUESTION 50
You have configured RMAN SBT channels to write backups to media.
You then take an RMAN backup by using this command:

Which three are true? (Choose three.)


A. The restore point is a label for the system change number (SCN) that will be
saved two years after the archival backup was taken.
B. The data file backups in the self-contained archive backup are not considered
obsolete for two years regardless of the retention policy.
C. All archive logs created after this backup are kept for two years.
D. The SPFILE is included in the self-contained archival backup.
E. The control file is included in the self-contained archival backup.
F. The restore point is a label for the system change number (SCN) before the
archival backup was taken.
NEW QUESTION 51
Examine this configuration:
1. CDB1 is a container database running in ARCHIVELOG mode.
2. Multiple uncommitted transactions are running in CDB1.
3. Redo log groups 1 and 2 are INACTIVE.
4. Redo log group 3 is the CURRENT group.
All members of redo log group 3 are lost before it is archived.
Examine these possible steps:
1. SHUTDOWN ABORT
2. STARTUP NOMOUNT
3. STARTUP MOUNT
4. ALTER DATABASE MOUNT
5. RESTORE DATABASE
6. RECOVER DATABASE NOREDO
7. RECOVER DATABASE UNTIL AVAILABLE
8. RESTORE ARCHIVELOG ALL
9. ALTER DATABSE OPEN
10.ALTER DATABASE OPEN RESETLOGS
Choose the minimum required steps in the correct order to recover the database.
A. 1, 3, 5, 8, 6, 10
B. 1, 3, 5, 6, 10
C. 1, 3, 5, 7, 10
D. 1, 2, 5, 7, 4, 10
E. 1, 3, 5, 6, 9
NEW QUESTION 52
Examine this configuration:
1. CDB1 is a container database.
2. PDB1 and PDB2 are pluggable databases in CDB1.
3. PDB1 and PDB2 are OPEN in READ WRITE mode.
You execute these commands successfully:

Which two are true? (Choose two.)


A. Uncommitted transactions in PDB1 have been rolled back.
B. PDB1 is closed.
C. Uncommitted transactions in CDB1 and PDB1 have been rolled back.
D. CDB1 is shut down.
E. CDB1 is in MOUNT state
NEW QUESTION 53
Which two are true about the automatic execution of operating system scripts when
performing silent mode installation starting from Oracle Database 19c? (Choose
two.)
A. The installer will prompt for the root or sudo password.
B. The response file can specify the path of the sudo program.
C. The response file can specify the root or sudo password.
D. The response file must contain the root or sudo password.
E. Silent install always runs operating scripts automatically.
NEW QUESTION 54
The USERS tablespace consists of data files 3 and 4 and must always be online in
read/write mode.
Which two are true about using RMAN to perform an open database back up of this
tablespace? (Choose two.)
A. Only consistent backups can be created.
B. Backups can be taken only if the database is in ARCHIVELOG mode.
C. Backups must be done incrementally.
D. Backups can be done incrementally.
E. Backups must be contained in backup sets.
F. The database must be registered in an RMAN catalog.
NEW QUESTION 55
Your database is in ARCHIVELOG mode and you plan to use Flashback Database.
Which two features or parameters manage space availability in the fast recovery
area? (Choose two.)
A. the archived log deletion policy
B. using guaranteed UNDO retention
C. the DB_RECOVERY_FILE_DEST parameter setting
D. the backup optimization policy
E. the DB_CREATE_ONLINE_LOG_DEST_n parameter setting
F. the backup retention policy
NEW QUESTION 56
Which three activities are possible for PDBs? (Choose three.)
A. converting an application container into another application container in the
same CDB
B. converting an application PDB to an application seed
C. converting an application PDB to an application root
D. converting an application PDB to a regular PDB
E. converting an application seed to an application PDB
F. converting a regular PDB to an application PDB
G. converting an application container into another application container in a
different CDB
NEW QUESTION 57
Which three actions will add a resource to an Oracle Restart configuration? (Choose
three.)
A. creating an Oracle Database service by modifying the SERVICE_NAMES parameter
B. creating a database using the CREATE DATABASE SQL statement
C. creating an Oracle Automatic Storage Management (ASM) instance with ASM
Configuration Assistant (ASMCA)
D. creating a database service using Oracle Database Configuration Assistant
(DBCA)
E. creating a database service using DBMS_SERVICE.CREATE_SERVICE
F. creating a disk group using the CREATE DISKGROUP SQL statement
NEW QUESTION 58
Which two are true about Recovery Manager (RMAN) diagnostic message output?
(Choose two.)
A. Media Management messages for SBT devices are always written to sbtio.log.
B. RMAN error stacks should be read from the top down as that is the order in which
errors are generated.
C. Media Management messages for SBT devices are written to an Oracle trace file.
D. The RMAN LOG command line clause causes output issued during RMAN
command compilation to be written to a log file only.
E. RMAN error stacks should be read from the bottom up as that is the order in
which errors are generated.
F. The RMAN LOG command line clause causes output issued during RMAN
command compilation to be written to a log file and to standard output.
NEW QUESTION 59
Which two are true about RMAN duplexed backup sets? (Choose two.)
A. A duplexed backup set always uses twice as many SBT channels as a non-
duplexed backup set for the same number of files.
B. A non-duplexed backup set written to disk can be duplexed to tape by backing up
the backup set that is already on disk.
C. A duplexed backup set uses the same number of SBT channels as a non-duplexed
backup set for the same number of files.
D. A non-duplexed backup set written to SBT can be duplexed to disk by backing up
the backup set that is already on tape.
E. A non-duplexed backup set written to disk can be duplexed to disk by backing up
the backup set that is already on disk.
F. A non-duplexed backup set written to SBT can be duplexed to tape by backing up
the backup set that is already on tape.
NEW QUESTION 60
Which three are true about managing memory components in an Oracle database
instance? (Choose three.)
A. On Line Transaction Processing systems often use less Program Global Area than
Decision Support Systems.
B. Automatically tuned and resized System Global Area components will always
revert to their initial sizes after an instance restart.
C. With Automatic Memory Management, the database instance can increase the
System Global Area size by reducing the Program Global Area size.
D. With Automatic Shared Memory Management, the database instance can
increase the Program Global Area size by reducing the System Global Area size.
E. Automatic Memory Management must be used together with locking the System
Global Area into physical memory.
F. With Automatic Shared Memory Management, the database instance can increase
the Large Pool size by reducing the Shared Pool size.
NEW QUESTION 61
Which three are true about recovery operations done without using Recovery
Manager (RMAN)? (Choose three.)
A. A lost PFILE can be re-created from alert.log using SQL*PLUS.
B. A lost password file can be manually re-created with the orapwd utility.
C. A lost index tablespace can be re-created without performing any recovery.
D. A lost password file can be re-created with SQL*PLUS.
E. A lost SPFILE can be recovered from memory using SQL*PLUS.
F. A lost TEMPFILE must always be re-created manually.
NEW QUESTION 62
Which three are true about upgrading Oracle Grid Infrastructure? (Choose three.)
A. The newer version is installed in a separate Oracle Grid Infrastructure home on
the same server as the existing version.
B. An existing Oracle base can be used.
C. The upgrade process will automatically install all mandatory patches for the
current version of Oracle Grid Infrastructure.
D. A direct upgrade can be performed only from the immediately preceding Oracle
Grid Infrastructure version.
E. Only the griduser can perform the upgrade.
F. Existing Oracle Database instances must be shut down before starting the
upgrade.
NEW QUESTION 63
Which three capabilities require the use of the RMAN recovery catalog? (Choose
three.)
A. creating customized reports about a single database's backups
B. using the KEEP FOREVER clause with the BACKUP command
C. creating encrypted backups
D. using the REPORT SCHEMA command to list a database's current data files and
tablespaces
E. using RMAN stored scripts
F. using the REPORT SCHEMA command to list a database's data files and
tablespaces at times in the past
NEW QUESTION 64
Which four are true about performing Tablespace Point -In-Time Recovery (TSPITR)
using Recovery Manager (RMAN)?
Options:
A) It can be performed using an auxiliary instance managed by a DBA.
B) It can be used to recover a truncated table.
C) RMAN automatically adds any required tablespaces to the recovery set to make it
self-contained.
D) RMAN always includes tablespaces containing undo segments in the recovery
set.
E) It can be performed repeatedly until the correct time is found without using an
RMAN catalog.
F) flashback database must be enabled for it to work.
G) It can be used to recover a dropped tablespace.
H) It can be performed using an auxiliary instance managed by RMAN.
NEW QUESTION 65
Which two are true about an Oracle gold image-based installation in Oracle 18c and
later releases? (Choose
two.)
Options:
A) It can be used for both Oracle Database and Oracle Grid Infrastructure
installation.
B) It can only install and configure Oracle Database software. The database has to
be created separately.
C) It does not require the setup wizard.
D) It uses a single RPM that automatically extracts and installs the Oracle Database
software.
E) It can be used to install and upgrade Oracle Database for single-instance and
cluster configurations.
NEW QUESTION 66
Your CDB has two regular PDBs as well as one application container with two
application PDBs and an application seed
No changes have been made to the standard PDB$SEED.
How many default temporary tablespaces can be assigned in the CDB?
Options:
A) three
B) eight
C) seven
D) six
E) five
NEW QUESTION 67
On the 10th of August, you implement an incremental database backup strategy
and configure a recovery window of five days.
Level 0 backups are taken on the 10th, 17th, and 24th of August.
Differential level 1 incremental backups are taken daily between the level 0
backups.
Today is the 26th of August.
Which backups will be obsolete?
Options:
A) all backups prior to 10th of August
B) all backups prior to 22nd of August
C) all backups prior to 24th of August
D) all backups prior to 20th of August
E) all backups prior to 17th of August
NEW QUESTION 68
Which should be tuned first when doing a performance tuning exercise for an Oracle
Database environment?
Options:
A) SQL statements
B) log writer performance
C) general operating system health
D) database writer performance
E) database instance memory management and sizes
NEW QUESTION 69
Which two are true about poorly performing SQL statements and their tuning in
Oracle database instances?
(Choose two.)
A) SQL statements performing many physical I/Os can always have their
performance improved by creating
indexes.
B) SQL statements doing only logical reads never require tuning because they do no
physical I/O.
C) The solution that best optimizes one SQL statement can degrade the
performance of others.
D) SQL statements doing joins always do more physical I/O than single table
queries.
E) Poorly performing SQL statements can be tuned automatically by the Oracle
server.
NEW QUESTION 70
Which two are true about Rapid Home Provisioning of Oracle software? (Choose
two.)
A) It can be used for applications and middleware.
B) It can be used only for Oracle Grid Infrastructure, excluding Oracle Restart.
C) It can be used only for Oracle Grid Infrastructure, including Oracle Restart.
D) It can be used for both Oracle Database and Oracle Grid Infrastructure, including
Oracle Restart.
E) It can be used for both Oracle Database and Oracle Grid Infrastructure, excluding
Oracle Restart.
NEW QUESTION 71
Which three are true about backup, restore, and recovery operations done without
using Recovery Manager (RMAN)? (Choose three.)
A. Backing up a database in NOARCHIVELOG mode using O/S utilities requires that
the database instance be started and the database be in the MOUNT state.
B. Backing up a database in ARCHIVELOG mode using O/S utilities requires that the
database instance be started and the database be in MOUNT state.
C. An Oracle database can be restored from backup files copied using O/S utilities.
D. Oracle data file backups, copied using an O/S utility, can be added to the RMAN
catalog as IMAGE COPIES.
E. Backing up a database in NOARCHIVELOG mode using O/S utilities requires that
the database instance be shut down.
F. Oracle archive log backups, copied using an O/S utility, can be added to the RMAN
catalog as a backup set.
G. Backing up a database in ARCHIVELOG mode using O/S utilities requires that the
database instance be started and the database be in OPEN state.
NEW QUESTION 72
Examine this configuration:
1. CDB1 is a container database.
2. APP_ROOT is an application root in CDB1.
3. APP_PDB1 is an application PDB in APP_ROOT.
4. FLASHBACK DATABASE is ON.
You execute these commands:

Which table or set of tables will exist after the Flashback operation has completed?
A. CDB1_TAB, APP_ROOT_TAB, and APP_PDB1_TAB
B. CDB1_TAB and APP_PDB1_TAB
C. none of the tables, because all three tables will be dropped
D. CDB1_TAB only
E. CDB1_TAB and APP_ROOT_TAB
NEW QUESTION 73
Which three are true about interpreting Recovery Manager (RMAN) error stacks
returned to standard output? (Choose three.)
A. Media Management errors appear as a line with "sbtio" and a number.
B. Media Management errors appear as a line with "sbtio".
C. If an RMAN command fails, the output will only identify the command that failed.
D. If an RMAN command fails, the output will identify the channel ID where the
failure occurred.
E. Media Management errors appear as a line with "Additional information" and a
number.
F. Some messages in the error stack are not errors.
NEW QUESTION 74
Which three are true about cloning databases into an existing CDB with RMAN?
A. A non-CDB can be cloned into a PDB.
B. A user with SYSDBA or SYSBKUP must be logged in with RMAN to CDB$ROOT
when cloning a PDB.
C. Two or more PDBs can be cloned with the same command.
D. A user with SYSDBA or SYSBKUP must be logged in with RMAN to the non-CDB
being cloned when cloning a non-CDB.
E. Only one PDB can be cloned at a time.
F. The target and auxiliary instance passwords must be the same.
NEW QUESTION 75
Which three are true about opatchauto? (Choose three.)
A. It applies patches in nonrolling mode by default.
B. Patches are applied via opatchauto.
C. It is used to apply interim patches to Oracle Grid Infrastructure and Oracle
Database home combinations.
D. It must be invoked by a user with root user privileges.
E. It performs a shutdown and then a restart of all processes in both Oracle Grid
Infrastructure and Oracle Database home during the patching process.
F. Users must always input patch plans to opatchauto.
G. It requires the Oracle Grid Infrastructure and Oracle Database instances to be
shut down before being invoked.
NEW QUESTION 76
Which two are true about the Oracle database methodology? (Choose two.)
A. SQL statements should always be tuned before tuning any file systems.
B. The Oracle Database time model should be used to find the database and
instance areas most in need of tuning.
C. The alert log should be used to find the database and instance areas most in
need of tuning.
D. The database instance memory should always be tuned before tuning any file
systems.
E. Tuning activities should stop once the user is satisfied with performance.
F. Tuning activities should stop once agreed service levels for performance have
been met.
NEW QUESTION 77
Which three are true about recovering tables using RMAN?
A. RMAN can recover a table after a DDL operation has altered the table structure.
B. RMAN can recover tables in the SYSTEM tablespace.
C. RMAN can recover tables owned by the SYS user.
D. RMAN always uses an auxiliary instance.
E. RMAN can recover tables owned by the SYSTEM user.
F. RMAN can recover tables in the SYSAUX tablespace.
G. RMAN can recover tables in a standby database.
NEW QUESTION 78
Examine this configuration:
4. CDB1is an Oracle Database 12c Release 2 database containing pluggable
databases PDB$SEED, PDB1, and PDB2.
5. PDB$SEEDis open READ ONLY
6. PDB1is open READ WRITE
7. PDB2 is MOUNTED.
8. ORACLE_HOMEis /u01/app/oracle/product/18.1.0/dbhome_1.
You execute these commands before upgrading the database to the current release

For which databases will fixup scripts be created?


A. CDB1, PDB$SEED, PDB1, and PDB2
B. PDB$SEED, PDB1, and PDB2 only
C. CDB1 and PDB$SEED only
D. CDB1, PDB$SEED, and PDB1 only
E. CDB1, PDB1, and PDB2 only
NEW QUESTION 79
Examine the command to duplicate a database:
RMAN> DUPLICATE TARGET DATABASE TO cdb PLUGGABLE DATABASE pdb1, pdb5;
Which two statements are true about the DUPLICATE command?
A. A backup of pdb1 and pdb5 must exist before executing the command.
B. The SPFILE is copied along with the datafiles of the pluggable databases (PDBs).
The root and the seed database in the container database (CDB) are also
duplicated.
C. The duplicate command first creates a backup, and then duplicates the PDBs by
using the backup.
D. A backup of CDB and pdb1 and pdb5 must exist before executing the command.
E. An auxiliary instance must be started with the initialization parameter
ENABLE_PLUGGABLE_DATABASE set to TRUE.
NEW QUESTION 80
Which three are true about Audit policies In container databases (CDBs)?
A. Application-common unified audit policies defined In an application root must be
manually synchronized by each application PDB contained in the application root.
B. A common unified audit policy can be created at the application root level.
C. All audit records are written to the audit trail in CDB$ROOT
D. A common unified audit policy can be created at the CDB level.
E. Fine-grained auditing policies defined in an application root must be manually
synchronized by each application PDB contained in the application root.
F. An application PDB cannot have a local audit policy.
NEW QUESTION 81
Which three RMAN persistent settings can be set explicitly? (choose three )
A. image copy duplexing
B. control file auto backup formats
C. redo log backup duplexing
D. archive log backup duplexing
E. SPFILE backup duplexing
F. archive log deletion policy
NEW QUESTION 82
Examine this configuration:
1. CDB1 is a container database.
2. PDB1 and PDB2 are pluggable databases in CDB1.
You execute these commands successfully:

Which two are true? (Choose two.)


A. PDB1 and PDB2 are in MOUNT state.
B. Redo logs are opened.
C. PDB1 and PDB2 are in READ ONLY state.
D. CDB$ROOT is in MOUNT state.
E. PDB$SEED is in READ ONLY state.
NEW QUESTION 83
Examine this configuration:
1. CDB1 and CDB2 are two container databases.
2. PDB1 is a pluggable database in CDB1.
3. PDB1_C1_SRV is a service for PDB1.
4. CDB1_LINK is a database link in CDB2 referring to PDB1.
5. CDB2 is also an entry in tnsnames.ora pointing to the CDB2 database default
service.
You execute these commands successfully:
$ sqlplus sys/oracle_4U@cdb2 as sysdba
SQL> CREATE PLUGGABLE DATABASE PDB1
FROM PDB1@CDB1_LINK
SERVICE_NAME_CONVERT=('PDB1_C1_SRV','PDB1_C2_SRV');
Which two are true? (Choose two.)
A. PDB1_C2_SRV will be created but not started.
B. PDB1_C2_SRV will be created and started automatically.
C. PDB1 will be created in CDB2 and automatically opened.
D. PDB1_C1_SRV in CDB1 will be renamed PDB1_C2_SRV.
E. PDB1 will be created in CDB2 and left in MOUNT state.
NEW QUESTION 84
Which two are true about memory advisors? (Choose two)
A. All memory advisors use data from Automatic Workload Repository.
B. If Automatic Shared Memory Management is enabled, both the SGA Advisor and
PGA Advisor are always available.
C. If Automatic Memory Management is enabled, no memory advisors are available.
D. If Manual Shared Memory Management is enabled, only the Shared Pool Advisor
and Buffer Cache Advisor are available.
E. If Automatic Memory Management is enabled, the Shared Pool Advisor and Buffer
Cache Advisor are available to set the maximum size for these individual System
Global Area components.
NEW QUESTION 85
Which three are true about creating container databases (CDBs) and pluggable
databases (PDBs) in Oracle 19c and later releases? (Choose three)
A. A PDB snapshot can be a full copy of a source PDB.
B. A PDB snapshot depends on an existing storage snapshot of the source PDB.
C. A snapshot copy PDB can be a full copy of a source PDB.
D. A CDB can be duplicated using the Database Configuration Assistant (DBCA) in
silent mode with no configuration required before starting the duplication.
E. A snapshot copy PDB does not depend on an existing storage snapshot of the
source PDB.
F. A PDB snapshot can be a sparse copy of a source PDB.
G. A CDB can be duplicated using Recovery Manager (RMAN) with no configuration
required before starting the duplication.
NEW QUESTION 86
Which two are true about data movement between a non-CDB and a PDB using
Data Pump? (Choose two.)
A. Moving data from a PDB to a non-CDB is only possible by using transportable
tablespace export and import.
B. A new PDB is automatically created when importing a non-CDB into a CDB.
C. Moving data from a non-CDB to a PDB is only possible by using conventional
export and import.
D. Oracle attempts to convert conventional database users to local users when
moving schemas from a non- CDB to a PDB.
E. Oracle attempts to convert common users to conventional users when moving
schemas from a PDB to a non-CDB.
F. Tablespaces are automatically created as neeed while importing full exports in
either a non-CDB or a PDB.
NEW QUESTION 87
Which three are true about Optimizer Statistics Advisor? (Choose three.)
A. It can be run only manually.
B. It is part of the DBMS_ADVISOR package.
C. It always analyzes all schemas in the database.
D. It is part of the DBMS_STATS package.
E. It can recommend changes to improve the statistics gathering process.
F. It runs automatically every night by default.
NEW QUESTION 88
Which three are true about Automatic Workload Repository (AWR) snapshots?
(Choose three.)
A. They are generated if STATISTICS_LEVEL is set to ALL.
B. They are always created manually.
C. They are generated if STATISTICS_LEVEL is set to BASIC.
D. They can be retained forever.
E. They are always created automatically.
F. They are generated if STATISTICS_LEVEL is set to TYPICAL
NEW QUESTION 89
Which three are true about block media recovery? (Choose three.)
A. The data file containing the block being recovered remains online.
B. To use it, Flashback Database must be enabled.
C. A block being recovered is not accessible.
D. It can be performed on noncorrupt blocks.
E. The target database for which one or more blocks are to be recovered must be in
the OPEN state.
F. It cannot repair logical corruption.
NEW QUESTION 90
In which two situations can you use Database Upgrade Assistant? (Choose two.)
A. when the operating system (OS) needs to be changed as part of the upgrade
B. when a character set conversion is required during the upgrade
C. when multiple pluggable databases in a container database have to be upgraded
in a specific sequence
D. when the target and source database are on the same platform
E. when the hardware platform needs to be changed as part of the upgrade
NEW QUESTION 91
Which two are true about the Program Global Area (PGA) and its management in an
Oracle database instance? (Choose two.)
A. The private SQL area (UGA) is located in the System Global Area (SGA) when
using dedicated servers.
B. PGA_AGGREGATE_LIMIT is a hard limit on the PGA size for any one session.
C. The entire PGA is located in the System Global Area (SGA) when using shared
servers.
D. Sorts and Hash Joins use PGA memory.
E. The private SQL area (UGA) is located in the System Global Area (SGA) when
using shared servers.
NEW QUESTION 92
Which two are true about creating RMAN backups for an Oracle container database?
(Choose two.)
A. Online Redo Log backups can be created while connected to the root container.
B. Control file backups can be created while connected to the root container.
C. The BACKUP TABLESPACE command can back up a PDB tablespace even if RMAN
is connected to CDB$ROOT.
D. Archived Redo Log backups can be created while connected to an application root
CDB.
E. Control file backups can be created while connected to a nonroot container.
NEW QUESTION 93
Which three are true about using Database Resource Manager in an Oracle
multitenant environment? (Choose three.)
A. A PDB-level resource plan can limit session PGA memory.
B. A CDB-level resource plan can limit PDB CPU utilization.
C. A CDB-level resource plan can limit session CPU utilization.
D. PDB-level resource plans can limit uncommitted UNDO per consumer group.
E. A CDB-level resource plan can limit PDB UNDO use.
F. A CDB-level resource plan is mandatory when using PDB-level resource plans.
NEW QUESTION 94
Which three are true about using an RMAN Recovery Catalog with a pluggable
database (PDB) target connection in Oracle Database 19c and later releases?
(Choose three.)
A. The base catalog owner must give the Virtual Private Catalog access to metadata
for one or more PDBs.
B. The base catalog must be enabled for Virtual Private Catalog use.
C. The target PDB must be registered in a base catalog.
D. The base catalog must be used by RMAN when performing point-in-time recovery
for the PDB registered in the Virtual Private Catalog.
E. The target PDB must be registered in a Virtual Private Catalog.
F. The target PDB must be registered in both the base catalog and the Virtual Private
Catalog.
NEW QUESTION 94
Which three are true about actions that can or cannot be performed by users with
the SYSBACKUP privilege? (Choose three.)
A. They can view data from any data dictionary view or dynamic performance view.
B. They cannot create restore points.
C. They cannot drop tablespaces.
D. They can create any table.
E. They can drop any tablespace.
F. They can view data from any user-defined tables
NEW QUESTION 95
Which statement correctly describes the SQL profiling performed by the SQL Tuning
Advisor?
A. It is a set of recommendations by the optimizer to create new indexes.
B. It is a set of recommendations by the optimizer to restructure a SQL statement to
avoid suboptimal execution plans.
C. It is auxiliary information collected by the optimizer for a SQL statement to help
use better joins orders.
D. It is auxiliary information collected by the optimizer for a SQL statement to
eliminate estimation error.
E. It is a set of recommendations by the optimizer to change the access methods
used.
NEW QUESTION 96
Which three are true about the FLASHBACK DATABASE feature? (Choose three.)
A. FLASHBACK LOGS are archived after a log switch.
B. A database can be flashed back using SQL*PLUS.
C. Queries and DML have the same FLASHBACK LOG overhead when flashback is
enabled for a database.
D. FLASHBACK DATABASE only uses FLASHBACK LOGS to get the database to the
desired flashback time.
E. It always generates REDO and UNDO.
F. It requires that the target database be in ARCHIVELOG mode.
NEW QUESTION 97
Which three are true about patchsets? (Choose three.)
A. They can be applied in a rolling fashion for Clusterware and the databases.
B. They can introduce new features.
C. They are installed via OPatch or OPatchAuto.
D. Installing a patchset is considered an ‫ג‬€upgrade‫ג‬€.
E. They are only released quarterly.
F. A base release is not needed to install patchsets.
NEW QUESTION 98
Which two are true about backup set compression using RMAN default compression?
(Choose two.)
A. Compressed backups can be written only to media.
B. Binary compression adds CPU overhead to backup operations.
C. Unused blocks below the high water mark are backed up.
D. Compressed backups cannot have a section size defined.
E. Compression can be done only for locally managed tablespaces.
NEW QUESTION 99
PDB1 and PBD2 are pluggable databases in CDB1.
Examine these commands:

CDB1 is then restarted.


Which three are true? (Choose three.)
A. PDB2 will be MOUNTED.
B. PDB1 will be MOUNTED.
C. PDB$SEED will be opened READ ONLY.
D. PDB2 will be opened READ WRITE.
E. PDB1 will be opened READ WRITE.
F. PDB$SEED will be MOUNTED.
NEW QUESTION 100
Which three are true about Automatic Workload Repository (AWR) and Automatic
Database Diagnostic Monitor (ADDM) in an Oracle multitenant environment?
(Choose three.)
A. ADDM can run in a nonroot container.
B. AWR snapshots can be created in CDB$ROOT.
C. AWR reports can be generated while connected to any container.
D. All AWR data is stored in the CDB$ROOT SYSAUX tablespace.
E. AWR snapshots can be created in a PDB.
F. No AWR data is stored in the CDB$ROOT SYSAUX tablespace.
NEW QUESTION 101
Which two are true about Optimizer Statistics? (Choose two.)
A. They can be gathered by the DBMS_STATS package.
B. They are gathered by the SQL Tuning Advisor.
C. They provide real-time data about schema objects.
D. They are ignored by Optimizer if they are stale.
E. By default, they are automatically gathered by a maintenance job.
NEW QUESTION 102
Which three resources are always shared among CDB$ROOT and pluggable
databases (PDBs)? (Choose three.)
A. the data dictionary in CDB$ROOT
B. temporary tablespaces
C. the Process Monitor Process (PMON)
D. SYSAUX tablespaces
E. the log writer process (LGWR)
F. undo tablespaces
NEW QUESTION 102
Which are three of the steps taken by Database Configuration Assistant (DBCA) to
clone a remote pluggable database (PBD) starting from Oracle 19c? (Choose three.)
A. creating a database link from CDB$ROOT in the local database to the PDB in the
remote system that is to be cloned
B. creating a database link from CDB$ROOT in the local database to CDB$ROOT in
the remote system that is to be cloned
C. creating a new empty PDB in the local database from PDB$SEED
D. creating a database link from CDB$ROOT in the remote database to be cloned to
CDB$ROOT in the local database
E. automatically dropping the database link to the remote database if it already
exists
F. creating a database link from CDB$ROOT in the remote database to the PDB in
the local database
G. opening the cloned PDB
NEW QUESTION 103
A schema owner truncated a table in error and must recover the data.
Which Oracle Flashback feature could be used to recover the data?
A. FLASHBACK TRANSACTION
B. FLASHBACK VERSION QUERY
C. FLASHBACK DATA ARCHIVE
D. FLASHBACK TABLE
E. FLASHBACK DATABASE
NEW QUESTION 104
You must migrate a non-CDB Oracle 11g Database to a CDB without first performing
an upgrade to the non-CDB.
User-defined objects are stored in several tablespaces in the non-CDB.
Which three methods can you use? (Choose three.)
A. the DBMS_PDB package
B. Data Pump full database export and import
C. Data Pump transportable tablespaces
D. replication using GoldenGate
E. cloning the non-CDB as a PDB
F. Data Pump full transportable database
NEW QUESTION 105
Which three are true about backing up the control file? (Choose three.)
A. It gets backed up automatically by RMAN when the BACKUP SPFILE command is
used
B. It can get backed up automatically as a binary copy
C. It can be backed up manually as a binary copy
D. It can be backed up manually as a trace file containing SQL statements for
control file re-creation
E. It gets backed up automatically by RMAN as a trace file containing SQL
statements for control file re-creation when a database backup occurs
F. It cannot be backed up manually as a binary copy
NEW QUESTION 106
Which two are true about PDB archive files? (Choose two.)
A. They contain all the data files only in compressed form for a PDB
B. They contain a PDB manifest file and all the data files in uncompressed form for a
PDB
C. They contain all the data files only in uncompressed form for a PDB
D. They must be created using the DBMS_PDB package
E. They contain a PDB manifest file and all the data files in compressed form for a
PDB
F. DBMS_PDB.CHECK_PLUG_COMPATIBILITY can be run against a PDB archive
NEW QUESTION 107
You want to install Oracle Grid Infrastructure for a Standalone Server using Oracle
Universal Installer (OUI).
There is no existing Oracle installation on the server.
Which two are prerequisites? (Choose two.)
A. a group called dba
B. the Oracle Inventory group oinstall
C. an operating system user to own this installation
D. an operating system account called grid
E. the installation of Oracle ASMLIB
NEW QUESTION 108
You execute this command successfully:
SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
What is the outcome?
A. It creates a file that contains SQL statements to re-create the control file
B. It creates a file that contains RMAN scripts to create a duplicate database
C. It creates a copy of the control file in the fast recovery area (FRA)
D. It creates a binary backup of the control file
E. It updates the alert log with the location and contents of the control file
NEW QUESTION 109
Which two are true about RMAN virtual private catalogs (VPCs)? (Choose two.)
A. RMAN uses Oracle Virtual Private Database (VPD) to implement VPCs
B. Each VPC is owned by the recovery catalog schema owner
C. VPC functionality is enabled by default
D. The RMAN catalog owner can grant access for an already registered database to
a new virtual catalog owner
E. Only one target database can be registered in a VPC
NEW QUESTION 110
Which two are true about backup encryption? (Choose two.)
A. Keystore-based encryption is the default mode for RMAN backup encryption
B. Vendor-specific media management software can be used for making encrypted
RMAN backups to media
C. Image copies can be encrypted
D. Backup encryption can be enabled selectively for specific tablespaces
E. The BACKUP BACKUPSET command can encrypt and decrypt backup sets
F. The Transparent Data Encryption (TDE) keystore is backed up using RMAN
NEW QUESTION 111
Which three can be done using Oracle Database Configuration Assistant (DBCA)
starting from Oracle Database 19c? (Choose three.)
A. cloning a remote container database in interactive mode
B. cloning a remote pluggable database in silent mode
C. relocating a remote pluggable database in interactive mode
D. relocating a remote container database in silent mode
E. cloning a remote container database in silent mode
F. relocating a remote pluggable database in silent mode
G. relocating a remote container database in interactive mode
NEW QUESTION 112
You plan to create a database by using the Database Configuration Assistant
(DBCA), with the following specifications:
Applications will connect to the database via a middle tier.
The number of concurrent user connections will be high.
The database will have mixed workload, with the execution of complex BI queries
scheduled at night.
Which DBCA option must you choose to create the database?
A. a General Purpose database template with default memory allocation
B. a Data Warehouse database template, with the dedicated server mode option
and AMM enabled
C. a General Purpose database template, with the shared server mode option and
Automatic Memory Management (AMM) enabled
D. a default database configuration
NEW QUESTION 113
Examine the parameters for your database instance:

You execute the following command:


SQL> ALTER TABLESPACE undotbs1 RETENTION NOGUARANTEE;
Which statement is true in this scenario?
A. Undo data is written to flashback logs after 1200 seconds.
B. Inactive undo data is retained for 1200 seconds even if subsequent transactions
fail due to lack of space in the undo tablespace.
C. You can perform a Flashback Database operation only within the duration of 1200
seconds.
D. An attempt is made to keep inactive undo for 1200 seconds but transactions may
overwrite the undo before that time has elapsed.
NEW QUESTION 114
You execute the following command:
A user establishes a connection to a database instance by using an Oracle Net
connection. You want to ensure the following:
1. The user account must be locked after five unsuccessful login attempts.
2. Data read per session must be limited for the user.
3. The user cannot have more than three simultaneous sessions.
4. The user must have a maximum of 10 minutes session idle time before being
logged off automatically.
How would you accomplish this?
A. by granting a secure application role to the user
B. by implementing Database Resource Manager
C. by using Oracle Label Security options
D. by assigning a profile to the user
NEW QUESTION 115
As a user of the ORCL database, you establish a database link to the remote HQ
database such that all users in the ORCL database may access tables only from the
SCOTT schema in the HQ database. SCOTT’s password is TIGER. The service mane
"HQ" is used to connect to the remote HQ database.
Which command would you execute to create the database link?
A. CREATE DATABASE LINK HQ USING 'HQ';
B. CREATE DATABASE LINK HQ CONNECT TO CURRENT_USER USING ‘HQ’;
C. CREATE PUBLIC DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING
'HQ';
D. CREATE DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';
NEW QUESTION 116
What happens if a maintenance window closes before a job that collects optimizer
statistics completes?
A. The job is terminated and the gathered statistics are not saved.
B. The job is terminated but the gathered statistics are not published.
C. The job continues to run until all statistics are gathered.
D. The job is terminated and statistics for the remaining objects are collected the
next time the maintenance window opens.
NEW QUESTION 117
Which two statements are true about the logical storage structure of an Oracle
database? (Choose two.)
A. An extent contains data blocks that are always physically contiguous on disk.
B. An extent can span multiple segments.
C. Each data block always corresponds to one operating system block.
D. It is possible to have tablespaces of different block sizes.
E. A data block is the smallest unit of I/O in data files.
NEW QUESTION 118
Which two statements correctly describe the relationship between data files and
logical database structures? (Choose two.)
A. A segment cannot span data files.
B. A data file can belong to only one tablespace.
C. An extent cannot span data files.
D. The size of an Oracle data block in a data file should be the same as the size of
an OS block.
NEW QUESTION 119
Which statement is true about the Log Writer process?
A. It writes when it receives a signal from the checkpoint process (CKPT).
B. It writes concurrently to all members of multiplexed redo log groups.
C. It writes after the Database Writer process writes dirty buffers to disk.
D. It writes when a user commits a transaction.
NEW QUESTION 120
The ORCL database is configured to support shared server mode. You want to
ensure that a user connecting remotely to the database instance has a one-to-one
ratio between client and server processes.
Which connection method guarantees that this requirement is met?
A. connecting by using an external naming method
B. connecting by using the easy connect method
C. creating a service in the database by using the dbms_service.create_service
procedure and using this service for creating a local naming service
D. connecting by using the local naming method with the server = dedicated
parameter set in the tnsnames.ora file for the net service
E. connecting by using a directory naming method
NEW QUESTION 121
Which two tasks can be performed on an external table? (Choose two.)
A. partitioning the table
B. creating an invisible index
C. updating the table by using an update statement
D. creating a public synonym
E. creating a view
NEW QUESTION 122
Examine these actions:
1. Create a new database for a recovery catalog.
2. Create a tablespace with sufficient space in the catalog database for the recovery
catalog.
3. Configure ARCHIVELOG mode for the catalog database.
4. Create a user to own the recovery catalog schema with quota on the tablespace
that will contain the catalog.
5. Grant the RECOVERY_CATALOG_OWNER role to the recovery catalog schema
owner.
6. Grant the SYSBACKUP privilege to the recovery catalog schema owner.
Which are the minimum actions that must be performed before executing the
CREATE CATALOG command?
A. 2, 4, 5, 6
B. 1, 2, 3, 4, 5, 6
C. 1, 2, 4, 5
D. 2, 4, 5
E. 1, 3, 4, 5
NEW QUESTION 123
RMAN is connected to the target database prod1 and an auxiliary instance in
nomount state. Examine the command to create a duplicate database:
RMAN> DUPLICATE TARGET DATABASE TO dup1
FROM ACTIVE DATABASE -
NOFILENAMECHECK -
PASSWORD FILE -
SPFILE;
Which two statements are true about the execution of the duplicate command?
A. All archive redo log files are automatically copied to the duplicate database.
B. The duplicate database has the same directory structure as the source database.
C. The duplicate database is created by using the backups created during the
execution of
D. The duplicate command.
E. The password file and SPFILE for the duplicate database dup1 are created in their
respective default locations.
F. The duplicate database is created without using RMAN backups and prod: is
allowed to remain open during duplication.
NEW QUESTION 124
RMAN is connected to a target database instance and an auxilary instance.
You execute the command:
RMAN> DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE SECTION
SIZE 1G;
What is the outcome?
A RMAN uses the pull method to restore files using image copies
B RMAN uses the pull method to restore files using backup sets
C RMAN uses the push method to transfer backup sets
D RMAN uses the push method to transfer image copies
NEW QUESTION 125
You enabled an audit policy by issuing the following statements:
SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SCOTT;
SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SYS, SYSTEM;
For which database users and for which executions is the audit policy now active?
Select two.
A. SYS, SYSTEM
B. SCOTT
C. Only for successful executions
D. Only for failed executions
E. Both successful and failed executions
NEW QUESTION 126
In one of your databases, unified auditing is enabled and an SH.SALES table exists.
You successfully execute these commands:
SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales;
SQL> AUDIT POLICY sales_pol;
Which statement is true about SALES_POL?
A. Audit records are always stored in an external audit file.
B. It is enabled for all users having SELECT privilege on SH.SALES.
C. It is only enabled for user SH.
D. Only successful queries of SH.SALES are written to the audit trail.
NEW QUESTION 127
Unified auditing is enabled in your database. The HR_ADMIN and OE_ADMIN roles
exist and are granted system privileges.
You execute the command:
SQL>CREATE AUDIT POLICY table_aud PRIVILEGES CREATE ANY TABLE, DROP ANY
TABLE ROLES hr_admin,oe_admin;
Which statement is true?
A. It fails because system privileges cannot be granted with roles in the same audit
policy.
B. It succeeds and starts capturing only successful SQL statements for all users who
have either the specified privileges or roles granted to them.
C. It fails because the command does not specify when the unified audit policy
should be enforced.
D. It succeeds and needs to be enabled to capture all SQL statements that require
either the specified privileges or any privilege granted to the HR_ADMIN or
OE_ADMIN role.
NEW QUESTION 128
Which three are true about OPatch?
A. It is platform independent.
B. It supports Rolling Patching.
C. It is a Java-based utility for applying patchsets.
D. It must be invoked as the user that owns the software being patched.
E. It can be used to apply interim patches to the Grid Infrastructure and Database
Home combination.
F. It requires installation of Oracle Universal Installer.
NEW QUESTION 129
Which three are true about RMAN persistent configuration settings, administration,
and their effects? (Choose three.)
A. A target database's persistent RMAN configuration settings are always stored in
the target's control file
B. Backup older than the recovery window retention policy are always deleted
automatically if the backup location has insufficient space.
C. A target database's persistent RMAN configuration settings are always
synchronized automatically with the RMAN catalog.
D. Backups written to the fast recovery area (FRA) that are oboslete based on the
redundancy retention policy can be deleted automatically to free space.
E. A DBA must specify either a redundancy retention policy or a recovery window
retention policy.
F. The RMAN SHOW ALL command displays only settings with nondefault values.
G. The V$RMAN_CONFIGURATION view displays only settings with values that have
been modified.
NEW QUESTION 130
Which three are true about configuring CONTROLFILE AUTOBACKUP by using RMAN?
A. The control file is backed up whenever an RMAN backup is successfully recorded
in the catalog.
B. The server parameter file (SPFILE) is automatically backed up each time the
control file is backed up.
C. The control file is backed up automatically each time the SPFILE is backed up
manually.
D. The control file is backed up whenever a new table is created.
E. It requires the use of fast recovery area (FRA).
F. The control file is backed up whenever a new tablespace is created.
NEW QUESTION 131
You take your database backups by using the RMAN media management interface
(MMI).
Which two are true about the use of the RMAN MMI?
A. You can use it to create proxy copies for entire file systems.
B. You can use it to create proxy copies for database files.
C. You can use it to create image copies for database files.
D. You can use it to create image copies for entire file systems.
E. You can use it to create backup sets for database files.
NEW QUESTION 132
Which three are performed by Oracle Automatic Storage Management (ASM)
instances?
(Choose three.)
A. mounting disk groups
B. managing space allocation for Oracle ASM files
C. managing Allocation Units (AUs) for disk group content
D. acting as an I/O server to write data file blocks to ASM disks on behalf of
Database Writer processes (DBWn)
E. acting as an I/O server to read data file blocks from ASM disks on behalf of
database server processes
F. managing extent allocation for Oracle database segments
NEW QUESTION 133
You use RMAN with a recovery catalog to back up your database. The backups and
the archived redo log files are backed up to media daily. Because of a media failure,
the entire database along with the recovery catalog database is lost.
Examine the steps required to recover the database:
1.Restore an autobackup of the server parameter file.
2.Restore the control file.
3.Start up the database instance in nomount state.
4.Mount the database.
5.Restore the data files.
6.Open the database with the resetlogs option.
7.Recover the data files.
8.Set D3ID for the database.
Identify the required steps in the correct order.
A. 1, 8, 3, 2, 4, 5, 7, 6
B. 8, 1, 3, 2, 4, 5, 7, 6
C. 1, 3, 2, 4, 8, 5, 6, 7
D. 8, 3, 2, 4, 5, 7, 6
E. 8, 1, 3, 2, 4, 5, 6
NEW QUESTION 134
Your production database is running in archivelog mode. You use RMAN with a
recovery catalog to back up your database to media and the database is uniquely
identified in the recovery catalog. You want to create a test database from the
production database and allow the production database to remain open during the
duplicate process. You restore the database backups to a new host with the same
directory structure as the production database and want to use the recovery catalog
for future backups after the database is successfully restored to the new host. How
would you achieve this?
A By creating a new database in the new host, and then using the RMAN recover
command
B By using the RMAN duplicate command with dbid and set new name for
tablespace to recover the database to the new host
C By using the RMAN duplicate command with nofilenamecheck to recover the
database to the new host
D By using the RMAN switch command to set the new location for the data files
NEW QUESTION 135
A container database, CDB1, contains a pluggable database PDB1.
Another container database is called CDB2.
You want to relocate PDB1 from CDB1 to CDB2 with near-zero down time.
Which three are required? (Choose three.)
A. CDB2 must be in archivelog mode.
B. CDB1 and CDB2 must both be in local UNDO mode.
C. CDB2 must be in shared UNDO mode only.
D. CDB1 must be in shared UNDO mode only.
E. CDB1 must be in archivelog mode.
F. CDB1 and CDB2 must be in shared UNDO mode.
NEW QUESTION 136
Which two are true about Oracle instance recovery? (Choose two.)
A. Recovery begins from the beginning of the CURRENT redo log group.
B. Recovery begins from the last checkpoint position that was calculated by the
Database Writer before instance failure.
C. Recovery begins from the start of any ACTIVE redo log group or the start of the
CURRENT log group if no other group is ACTIVE.
D. Recovery reads redo until the end of the redo thread. SMON rolls back any dead
transactions, and then the database is opened.
E. Recovery begins from the last checkpoint position that was recorded in the
control file by the checkpoint process (CKPT).
F. Recovery reads redo until the end of the redo thread, and then opens the
database. SMON then rolls back any dead transactions.

NEW QUESTION 137


Oracle Managed Files (OMF) is enabled in a CDB and this command is successfully
executed:

Which three are true? (Choose three.)


A. Application PDBs that are subsequently created in the APP1 application container
will be cloned from APP1$SEED.
B. An application seed PDB is created for APP1.
C. An application root PDB is created for APP1.
D. A default service is created for the application root APP1.
E. Application PDBs that are subsequently created in the APP1 application container
will be cloned from PDB$SEED.
F. APP1 can never be unplugged.
NEW QUESTION 138
You want to transport the UNIVERSITY tablespace from one database to another.
The UNIVERSITY tablespace is currently open read/write.
The source and destination platforms have the same endian format.
Examine this list of steps:
1. Make the UNIVERSITY tablespace read-only on the source system.
2. Export the UNIVERSITY tablespace metadata using EXPDP.
3. Create a cross-platform backup set from the UNIVERSITY tablespace on the
source system, using an RMAN command that includes the DATAPUMP clause.
4. Copy the cross-platform backup sets to the destination system.
5. Copy the Data Pump dump set from the source to the destination system.
6. Restore the cross-platform backup set on the destination system using an RMAN
command that includes the DATAPUMP clause.
7. Import the UNIVERSITY tablespace metadata using IMPDP.
8. Make the UNIVERSITY tablespace read/write on the destination system.
Which are the minimum number of steps required, in the correct order, to transport
the UNIVERSITY tablespace?
A. 1, 3, 4, 6, 8
B. 3, 4, 6
C. 1, 2, 3, 4, 5, 6, 7, 8
D. 2, 3, 4, 5, 6, 7
NEW QUESTION 139
Examine the command for creating pluggable database PDB2 in container database
CDB2.
Select three options, any one of which is required for it to execute successfully.
(Choose three.)
A. Add the FILE_NAME_CONVERT clause to the statement and set the
PDB_FILE_NAME_CONVERT parameter.
B. Add only the CREATE_FILE_DEST clause to the statement.
C. Set only the PDB_FILE_NAME_CONVERT parameter.
D. Set the PDB_FILE_NAME_CONVERT parameter and enable OMF.
E. Enable only OMF.
F. Add the FILE_NAME_CONVERT clause to the statement and enable Oracle
Managed Files (OMF)
NEW QUESTION 140
Examine this configuration:
1. The ORCL database data files are in Automatic Storage Management (Oracle
ASM) disk group +DATA.
2. ORCL uses disk group +FRA for the Fast Recovery Area.
3. LISTENER is the listener for ORCL.
4. The database, listener, ASM instance, and ASM disk groups are managed by
Oracle Restart.
5. All components are currently shut down.
You execute this command:

What is the outcome?


A. The ORCL database, the Oracle ASM instances, the +DATA and +FRA disk groups,
and the LISTENER are started.
B. Only the ORCL database instance is started.
C. Only the ORCL database and the ASM instances are started.
D. Only the ORCL database instance, the Oracle ASM instance, and the +DATA and
+FRA disk groups are started.
E. Only the ORCL database instance and the +DATA and +FRA disk groups are
started.
NEW QUESTION 141
Which three are true? (Choose three.)
A. Virtual Private Database (VPD) policies on objects in an application root are
automatically synchronized with all application PDBs contained in the application
container.
B. Application-common TSDP policies are always container specific.
C. Application-common Transparent Security Data Protection (TSDP) policies can be
created only within an application install/patch BEGIN-END block.
D. Application-common Oracle Label Security (OLS) policies cannot be created in an
application root outside an install/patch BEGIN-END block.
E. Fine-grained auditing (FGA) policies in an application root are automatically
synchronized to all application PDBs contained in the application container.
F. Application-common OLS policies can be created in an application root inside an
install/patch BEGIN-END block.
G. Unified auditing can be automatically synchronized to all application PDBs in an
application container.
NEW QUESTION 142
Which two are true about various Oracle security and auditing capabilities? (Choose
two.)
A. Application-common Transparent Security Data Protection (TSDP) policies can be
created only if all the PDBs in the application container are closed.
B. Application-common TSDP policies are always container specific.
C. Application-common OLS policies can be created only if all the PDBs in the
application container are closed.
D. Fine-grained auditing (FGA) policies in an application root are automatically
synchronized to all application PDBs contained in the application container when
they are updated.
E. Unified auditing can be automatically synchronized to all application PDBs in an
application container.
NEW QUESTION 143
Which four are true about duplicating a database using Recovery Manager (RMAN)?
(Choose four.)
A. Duplication can be done by having the auxiliary database instance pull backup
sets from the target database instance.
B. A connection to an auxiliary instance is always required.
C. A subset of the target database can be duplicated.
D. A new DBID is always created for the duplicated database.
E. A connection to the recovery catalog instance is always required.
F. A backup of the target database is always required.
G. Duplication can be done by having the target database instance push copies to
the auxiliary database instance.
H. A connection to the target database instance is always required.
NEW QUESTION 144
Which two are true about RMAN Multisection backups when a very large data file is
divided into four sections? (Choose two.)
A. Each of the file sections must be processed serially.
B. The four sections can be created serially.
C. The four sections must be image copies.
D. The four sections can be created in parallel.
E. The four sections must be contained in backup sets.
NEW QUESTION 145
Which three are true about post-upgrade activities when upgrading an Oracle
database using Database Upgrade Assistant? (Choose three.)
A. The Oracle Application Express configuration should be updated after upgrading
Oracle Database.
B. Time zone files must be upgraded manually using the DBMS_DST PL/SQL
package.
C. Any Recovery Manager (RMAN) recovery catalog must be upgraded manually.
D. The new extended data type capability must be enabled by running the utlrp.sql
script.
E. After a manual upgrade, TNSNAMES.ORA entries must be updated to reflect the
new ORACLE_HOME.
NEW QUESTION 146
Which three actions are mandatory post database upgrade?
A. Migration to unified auditing.
B. Run OPatch commands from the new Oracle home.
C. Setting threshold values for tablespace alerts.
D. Updating client scripts with the new Oracle home.
E. Upgrading user tables that depend on Oracle-maintained abstract data types.
F. Resetting passwords to enforce case-sensitivity.
NEW QUESTION 147
Which three actions are performed by Database Upgrade Assistant (DBUA)? (Choose
three.)
A. It removes the AUDSYS schema and the AUDIT_ADMIN and AUDIT_VIEWER roles
B. It increases tablespace size, if required, to meet upgrade requirements
C. It performs prerequisite checks to verify if the Oracle database is ready for
upgrade
D. It recompiles all stored PL/SQL code by using utlrp.sql
E. It sets all user tablespaces to "read-only" before starting the upgrade
F. It empties the RECYCLE BIN
NEW QUESTION 148
Which four are true about performing Tablespace Point-In-Time Recovery (TSPITR)
using Recovery Manager (RMAN)?
A. It can be performed using an auxiliary instance managed by RMAN
B. flashback database must be enabled for it to work
C. It can be used to recover a dropped tablespace
D. It can be performed repeatedly until the correct time is found without using an
RMAN catalog
E. RMAN always includes tablespaces containing undo segments in the recovery set
F. It can be used to recover a truncated table
G. It can be performed using an auxiliary instance managed by a DBA
H. RMAN automatically adds any required tablespaces to the recovery set to make it
self-contained
NEW QUESTION 149
Which two are true about creating pluggable databases (PDBs) in Oracle 19c and
later releases? (Choose two.)
A. A snapshot copy PDB can be a full copy of a source PDB.
B. A PDB snapshot can be a sparse copy of a source PDB.
C. A snapshot copy PDB does not depend on an existing storage snapshot of the
source PDB.
D. A PDB snapshot depends on an existing storage snapshot of the source PDB.
E. A PDB snapshot can be a full copy of a source PDB.
NEW QUESTION 150
Which two are true about creating container databases (CDBs) and pluggable
databases (PDBs) in Oracle 19c and later releases?
A. A CDB can be duplicated using Recovery Manager (RMAN) with no configuration
required before starting the duplication
B. A PDB snapshot must be a full copy of a source PDB
C. A CDB can be duplicated only by using the Database Configuration Assistant
(DBCA)
D. A CDB can be duplicated using the Database Configuration Assistant (DBCA) in
silent mode
E. A PDB snapshot can be a sparse copy of a source PDB
NEW QUESTION 151
Which two statements are true about Resource Manager plans for individual
pluggable databases (PDB plans) in a multitenant container database (CDB)?
A. In a PDB plan, subplans may be used with up to eight consumer groups
B. If no PDB plan is enabled for a pluggable database, then the PDB share in the
CDB plan is dynamically calculated
C. If a PDB plan is enabled for a pluggable database, then resources are allocated to
consumer groups based on the shares provided to the PDB in the CDB plan and the
shares provided to the consumer groups in the PDB plan
D. If a PDB plan is enabled for a pluggable database, then resources are allocated to
consumer groups across all PDBs in the CDB
E. If no PDB plan is enabled for a pluggable database, then all sessions for that PDB
are treated to an equal degree of the resource share of that PDB
NEW QUESTION 152
Examine the RMAN command:
RMAN> RUN { ALLOCATE CHANNEL
c1 DEVICE TYPE sbt; ALLOCATE CHANNEL
c2 DEVICE TYPE sbt; ALLOCATE CHANNEL
c3 DEVICE TYPE sbt; BACKUP INCREMENTAL LEVEL = 0 (DATAFILE 1,4,5 CHANNEL
c1) (DATAFILE 2,3,9 CHANNEL c2) (DATAFILE 6,7,8 CHANNEL c3); SQL 'ALTER
SYSTEM ARCHIVE LOG CURRENT'; }
Which statement is true about the command?
A. It uses parallelization for the backup set
B. It uses asynchronousI/O for the backup
C. It uses multisection backup
D. It creates compressed backup sets
NEW QUESTION 153
Which three statements are true about Flashback Database?
A. Flashback logs are written sequentially, and are archived
B. Flashback logs are used to restore to the blocks' before images, and then the
redo data may be used to roll forward to the desired flashback time
C. Flashback Database uses a restored control file to recover a database
D. The Oracle database automatically creates, deletes, and resides flashback logs in
the Fast Recovery Area
E. Flashback Database can recover a database to the state that it was in before a
reset logs operation
F. Flashback Database can recover a data file that was dropped during the span of
time of the flashback
NEW QUESTION 154
After implementing full Oracle Data Redaction, you change the default value for the
number data type as follows:
SQL> SELECT NUMBER_VALUE FROM REDACTION_VALUES_FOR_TYPE_FULL;
NUMBER_VALUE
-------------------------
SQL> EXEC DBMS_REDACT.UPDATE_FULL_REDACTI0N_VALUES(-1)
PL/SQL procedure successfully completed.
SQL> select number_value from redaction_values_for_type_full;
NUMBER VALUE
------------------------
After changing the value, you notice that FULL redaction continues to redact
numeric data with a zero.
What must you do to activate the new default value for numeric full redaction?
A. Restart the database instance
B. Re-connect the sessions that access objects with redaction policies defined on
them
C. Flush the shared pool
D. Re-create redaction policies that use FULL data redaction
E. Re-enable redaction policies that use FULL data redaction
NEW QUESTION 155
Which three are true about an application seed pluggable database (PDB)? (Choose
three.)
A. It cannot be dropped from its application container
B. It cannot be added to an application container after the application container has
already been created
C. It is automatically synchronized with its application root PDB when an application
is installed
D. A new application PDB created by cloning an application seed PDB can have an
old version of the application installed after cloning completes
E. It is not required in an application container
F. It is automatically synchronized with its application root PDB when an application
is upgraded
G. A new application PDB created by cloning an application seed PDB can have an
up-to-date version of the application installed after cloning completes
NEW QUESTION 156
Examine these queries and their output:

After a system crash, an instance restart and an attempted opening of the PDBs
result in:

Which two are true? (Choose two.)


A. Data file 24 can be recovered while PDB2 is opened.
B. Data file 24 must be recovered while the CDB is opened.
C. Data file 24 can be recovered while CDB$ROOT and PDB$SEED are opened.
D. Data file 24 cannot be recovered while the CDB is opened.
E. Data file 24 must be recovered while PDB2 is closed.
NEW QUESTION 157
Which two are true about automatic block repair? (Choose two.)
A. Automatic block repair can repair blocks with no standby database if
DB_BLOCK_CHECKING = TRUE.
B. Real-Time Query must be enabled on a physical standby database for automatic
block repair to be done on that physical standby database.
C. Real-Time Query must be enabled on a primary database for automatic block
repair to be done on any of its physical standby databases.
D. It is not possible for media corrupt blocks.
E. Real-Time Query must be enabled on a physical standby database for automatic
block repair to be done on its primary database.
NEW QUESTION 158
A user complains about poor database performance.
You want to verify if the user's session has waited for certain types of I/O activity.
Which view displays all waits waited on by a session at least once?
A. V$SESSION_EVENT
B. V$SESSTAT
C. V$SESSION_WAIT
D. V$SESSION_WAIT_CLASS
E. V$SESSION
NEW QUESTION 159
Your container database, CDB1, has an application container, HR_ROOT, with an
application PDB, HR_PDB1.
You have the required privilege to clone HR_PDB1 to container database CDB2,
which does not contain HR_ROOT.
Which two are always true? (Choose two.)
A. CDB1 and CDB2 must be in shared undo mode.
B. A common user must exist in CDB2 with the CREATE PLUGGABLE DATABASE
privilege.
C. All transactions in HR_PDB1 of CDB1 must commit before the cloning process
starts.
D. Cloning HR_ROOT automatically clones HR_PDB1.
E. The HR_PDB1 clone created in CDB2 will be in mount state when cloning ends.
NEW QUESTION 160
For which two requirements can you use the USER_TABLESPACE clause with the
CREATE PLUGGABLE DATABASE command? (Choose two.)
A. to specify a default tablespace in a PDB cloned from another PDB in the same
CDB.
B. to exclude all tablespaces except SYSTEM, SYSAUX, and TEMP when plugging in a
PDB
C. to include specific user tablespaces only when relocating a PDB
D. to specify the list of user tablespaces to include when moving a non-CDB to a
PDB
E. to exclude a temp tablespace when plugging in a PDB
F. to specify the list of tablespaces to include when creating a PDB from the CDB
seed
NEW QUESTION 161
Application PDBs, SALES_APP1 and SALES_APP2, must be created and they must
access common tables of the SALES_APP application.
Examine these steps:
1. Install the SALES_APP application, including the common tables, in the application
root.
2. Install the SALES_APP application in the application root and the common tables
in both the CDB root and the application root.
3. Create an application seed.
4. Install the SALES_APP application in the application seed.
5. Create the SALES_APP1 and SALES_APP2 application PDBs.
6. Sync the SALES_APP1 and SALES_APP2 application PDBs with the application root.
7. Sync the SALES_APP1 and SALES_APP2 application PDBs with the application
seed.
8. Sync the application seed with the application root.
Which are the minimum required steps in the correct sequence?
A. 3, 4, 1, 6, 8
B. 2, 5, 6
C. 1, 5, 6
D. 1, 3, 5, 6, 7
E. 1, 3, 5, 7
NEW QUESTION 162
Examine this output:

Which two are true? (Choose two.)


A. Any PDB not specified in the plan will be unable to execute statements in parallel.
B. PDB3 can use all available parallel execution processes at times.
C. PDB1 is always limited to 40% of the available system resources regardless of
demand.
D. Any PDB not specified in the plan will be able to use a maximum of 16.5% of the
available system resources.
E. PDB3 is guaranteed to receive at least 20% of the available system resources if
there is enough demand.
F. PDB2 is guaranteed at least 25% of the available parallel execution processes if
there is enough demand.
NEW QUESTION 163
Examine this command:
$ rhpctl move database -sourcehome Oracle_home_path -destinationhome
Oracle_home_path
For which two purposes can you use this command? (Choose two.)
A. to switch an existing Oracle Database home to a newer release of Oracle
software on the same server
B. to switch to a read-only Oracle home
C. to switch back to the previous Oracle home as part of a rollback operation
D. to switch the Oracle Database home when using a centralized Rapid Home
Provisioning server
E. to switch to a patched Oracle Database home
NEW QUESTION 164
Which four are true about RMAN backup sets? (Choose four.)
A. A backup piece can belong to only one backup set.
B. A data file can be split into multiple sections stored in different backup sets.
C. A data file can be split into multiple sections stored in different backup pieces in
the same backup set.
D. Blocks from multiple data files can be contained in one backup piece.
E. A backup set can contain only one backup piece.
F. A backup set must be written to media.
G. A backup set must be written to disk.
H. Blocks from multiple data files can be contained in one backup set.
NEW QUESTION 165
Which two are true about common objects? (Choose two.)
A. They can be created only in CDB$ROOT.
B. They can be only metadata-linked in an application container.
C. They can exist in user-defined schemas only in application containers.
D. They can exist in CDB$ROOT and an application root.
E. They can be extended data-linked in CDB$ROOT.
F. They can be created only in an application root.
NEW QUESTION 166
Which three statements are true about Automatic Workload Repository (AWR)?
(Choose three.)
A. All AWR tables belong to the SYSTEM schema.
B. The AWR data is stored in memory and in the database.
C. The snapshots collected by AWR are used by the self-tuning components in the
database
D. AWR computes time model statistics based on time usage for activities, which
are displayed in the v$SYS time model and V$SESS_TIME_MODEL views.
E. AWR contains system wide tracing and logging information.
NEW QUESTION 167
Which three are true about Automatic Workload Repository (AWR)? (Choose three.)
A. By default, AWR snapshots are taken every 60 minutes.
B. Its collection level is determined by the value of theSTATISTICS_LEVEL database
parameter.
C. By default, AWR snapshots are retained for 7 days.
D. The taking of AWR snapshots can be disabled.
E. AWR data is stored in the SYSTEM tablespace.

You might also like