1z0-083 Examcollection Premium Exam 152q
1z0-083 Examcollection Premium Exam 152q
1z0-083 Examcollection Premium Exam 152q
152q
6FBB368E631FF7D5FE285A31DFD9A4E8
Exam A
QUESTION 1
Which three are true about thresholds, metrics, and server-generated alerts? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/cd/E11882_01/server.112/e41573/autostat.htm#PFGRF027
https://blogs.oracle.com/oem/how-to-clear-an-alert-v2
QUESTION 2
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.
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 3
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
Correct Answer: EF
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/admin/creating-and-removing-pdbs-with-sql-plus.html#GUID-1C47D543-8376-48AE-A1AE-
632316731D59
QUESTION 4
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.
Explanation/Reference:
Reference:
https://books.google.com.pk/books?id=0iwrL9P25Z0C&pg=PA35&lpg=PA35&dq=FLASHBACK+transaction+query+requires+undo+to+retrieve+all+versions+of+a+row+that
+existed+between+two+points+in+time&source=bl&ots=MJnYl5CZ1u&sig=ACfU3U0dWP-NPd-
U8uu3zbaoi3YZzT0FTQ&hl=en&sa=X&ved=2ahUKEwigi5_Jl9joAhXzUBUIHUh4DksQ6AEwAnoECAsQJg#v=onepage&q=FLASHBACK%20transaction%20query%20requires%
20undo%20to%20retrieve%20all%20versions%20of%20a%20row%20that%20existed%20between%20two%20points%20in%20time&f=false
https://docs.oracle.com/cd/E18283_01/server.112/e17120/tables011.htm
QUESTION 5
Which three actions are performed by the Oracle Preinstallation RPM, oracle-database-server-xxxx-preinstall, for Oracle Grid Infrastructure, where xxxx is the
Oracle version and release? (Choose three.)
A. performing checks to ensure minimum configuration requirements for Oracle Grid Infrastructure are met
B. creating the oracle OS user
C. creating the OSDBA (dba) group
D. creating the oraInventory (oinstall) group
E. creating the grid OS user
6FBB368E631FF7D5FE285A31DFD9A4E8
F. configuring the OS for Oracle Automatic Storage Management shared storage access
Explanation/Reference:
Reference: https://docs.oracle.com/cd/E11882_01/install.112/e41961/prelinux.htm#CWLIN2932
QUESTION 6
Which two are true about common objects? (Choose two.)
Correct Answer: EF
Section: (none)
Explanation
Explanation/Reference:
Reference: https://blog.toadworld.com/2017/08/01/oracle-multi-tenant-application-containers-part-iii-sharing-of-data-in-application-common-objects
QUESTION 7
Which two are true about the Automatic Database Diagnostic Monitor (ADDM)? (Choose two.)
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 8
Which two are true about server-generated alerts? (Choose two.)
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://jameshuangsj.wordpress.com/2019/12/01/clears-stateless-alerts-in-oem-by-using-emcli/
QUESTION 9
Which three are located by using environment variables? (Choose three.)
A. the Optimal Flexible Architecture (OFA) compliant path to store Oracle software and configuration files.
B. the location of Oracle Net Services configuration files
C. the list of a disk group names to be mounted by an Oracle Automatic Storage Management (ASM) instance at startup
D. default directories for temporary files used by temporary tablespaces
E. the temporary disk space used by Oracle Installer during installation
F. the maximum number of database files that can be opened by a database instance
Explanation/Reference:
QUESTION 10
Which three are true about opatchauto? (Choose three.)
A. It performs a shutdown and then a restart of all processes in both Oracle Grid Infrastructure and Oracle Database home during the patching process.
B. It must be invoked by a user with root user privileges.
C. Patches are applied via opatchauto.
D. Users must always input patch plans to opatchauto.
E. It requires the Oracle Grid Infrastructure and Oracle Database instances to be shut down before being invoked.
F. It applies patches in nonrolling mode by default.
G. It is used to apply interim patches to Oracle Grid Infrastructure and Oracle Database home combinations.
6FBB368E631FF7D5FE285A31DFD9A4E8
Explanation/Reference:
QUESTION 11
Which two are true about the character sets used in an Oracle database? (Choose two.)
A. Single-byte character sets provide better performance than multibyte character sets.
B. Unicode enables information from any language to be stored using a single character set.
C. Unicode is the only supported character set for Oracle databases created using Database Configuration Assistant (DBCA).
D. Single-byte character sets always use 7-bit encoding schemes.
E. Multibyte character sets allow more efficient space utilization than single byte character sets.
F. Single-byte character sets always use 8-bit encoding schemes.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/NLSPG/ch2charset.htm#NLSPG166
QUESTION 12
Which three are true about monitoring waits for sessions and services? (Choose three.)
A. V$SESSION_EVENT displays all waits for all past and existing sessions if the wait has occurred at least once for a session.
B. V$SERVICE_EVENT displays all waits for all services if the wait has occurred at least once for a service.
C. V$SESSION_WAIT_CLASS displays waits broken down by wait class only for waiting sessions.
D. V$SESSION_WAIT and V$SESSION both contain details of the event on which a non-waiting session last waited.
E. V$SESSION_EVENT displays all waits for all past sessions if the wait has occurred at least once for a session.
F. V$SESSION_WAIT and V$SESSION both contain details of the event on which a session is currently waiting.
Explanation/Reference:
QUESTION 13
You must transport the UNIVERSITY tablespace from one database to another.
Which is the minimum number of actions required, in the correct order, to transport the UNIVERSITY tablespace?
A. 1, 2, 4, 5, 7, 8
B. 1, 2, 4, 6, 7, 8
C. 1, 2, 3, 4, 5, 7, 8
D. 1, 2, 3, 4, 5, 6, 7, 8
E. 2, 4, 5, 6, 7
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 14
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.
Correct Answer: EF
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/CWWIN/usrgrps.htm#CWWIN-GUID-6FD3C6AE-5A99-4C6D-85D6-868CBA6F5DAE
QUESTION 15
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.
6FBB368E631FF7D5FE285A31DFD9A4E8
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.
Explanation/Reference:
QUESTION 16
A container database called CDB1 is OMF-enabled.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Reference: http://anjaniappsdba.blogspot.com/2016/09/oracle-database-12102c-hot-cloning-of.html
QUESTION 17
Which three are true about transporting databases across platforms using Recovery Manager (RMAN) image copies? (Choose three.)
A. By default, the transported database will use Oracle Managed Files (OMF)
B. Data files can be converted on the destination system.
C. Data files can be converted on the source system.
D. A new DBID is automatically created for the transported database.
E. Databases can be transported between systems with different endian formats.
F. The password file is automatically converted by RMAN.
Explanation/Reference:
Explanation:
Password file is automatically converted by RMAN.
QUESTION 18
Examine this command:
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
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/18/cwadd/rapid-home-provisioning.html#GUID-856C7378-2510-4B3E-8BE1-B4D79DF4FE8B
QUESTION 19
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.
6FBB368E631FF7D5FE285A31DFD9A4E8
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/18/multi/creating-and-configuring-a-cdb.html#GUID-12ADA04D-F81D-4579-A68C-0958CC7D6C2F
QUESTION 20
Which two are true about SQL Performance Analyzer (SPA)? (Choose two.)
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.oracle.com/technetwork/database/manageability/spa-ow09-131455.pdf (4)
QUESTION 21
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.
A. V$SESSION_EVENT
B. V$SESSTAT
C. V$SESSION_WAIT
D. V$SESSION_WAIT_CLASS
E. V$SESSION
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/E29597_01/server.1111/e16638/instance_tune.htm
QUESTION 22
Which two are true about gathering optimizer statistics? (Choose two.)
A. Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open PDBs except PDB$SEED.
B. Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to a PDB opened in read/write mode gathers object statistics for that PDB.
C. Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics only in CDB$ROOT.
D. System statistics can be gathered only while connected to CDB$ROOT.
E. Executing DBMS_STATS.GATHER_DATABASE_STATS while connected to CDB$ROOT gathers object statistics in all open pluggable databases (PDBs)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/20/arpls/DBMS_STATS.html
QUESTION 23
Examine this output:
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.
6FBB368E631FF7D5FE285A31DFD9A4E8
F. PDB2 is guaranteed at least 25% of the available parallel execution processes if there is enough demand.
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 24
Which two are true about the execution of operating system scripts starting from Oracle Database 19c? (Choose two.)
A. orainstRoot.sh can be executed automatically by the Database installer by using sudo or root credentials.
B. root.sh can be executed automatically by the Database Installer only if it is provided with root credentials.
C. The sudo password can be specified in a response file.
D. root.sh can be executed automatically by the Database installer only by using sudo credentials.
E. The sudo password must be specified in a response file.
F. The root password cannot be specified in a response file.
Correct Answer: AF
Section: (none)
Explanation
Explanation/Reference:
QUESTION 25
Automatic Shared Memory Management is disabled for one of your database instances.
Some SQL statements perform poorly due to excessive hard parse activity, thereby degrading performance.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 26
Which two are true about flashback features in Oracle Database 19c and later releases? (Choose two.)
A. Flashback logs are automatically purged when DB_FLASHBACK_RETENTION_TARGET is set lower than the time they have already been retained.
B. Flashback logs are monitored and proactively deleted when beyond the retention period defined in DB_FLASHBACK_RETENTION_TARGET only after there is space pressure.
C. Flashback logs are monitored and proactively deleted when beyond the retention period defined in DB_FLASHBACK_RETENTION_TARGET before there is space pressure.
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 whenever the value of DB_FLASHBACK_RETENTION_TARGET is changed.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 27
Examine these queries and their output:
6FBB368E631FF7D5FE285A31DFD9A4E8
After a system crash, an instance restart and an attempted opening of the PDBs result in:
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 28
Which two are true about RMAN duplexed backup sets? (Choose two.)
A. A duplexed backup set uses the same number of 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 disk by backing up the backup set that is already on disk.
C. A non-duplexed backup set written to SBT can be duplexed to tape by backing up the backup set that is already on tape.
D. A non-duplexed backup set written to disk can be duplexed to tape by backing up the backup set that is already on disk.
E. A non-duplexed backup set written to SBT can be duplexed to disk by backing up the backup set that is already on tape.
F. A duplexed backup set always uses twice as many SBT channels as a non-duplexed backup set for the same number of files.
Correct Answer: DF
Section: (none)
Explanation
Explanation/Reference:
QUESTION 29
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. Backups written to the fast recovery area (FRA) that are obsolete based on the redundancy retention policy can be deleted automatically to free space.
D. The RMAN SHOW ALL command displays only settings with nondefault values.
E. A target database’s persistent RMAN configuration settings are always synchronized automatically with the RMAN catalog.
F. The V$RMAN_CONFIGURATION view displays only settings with values that have been modified.
G. A DBA must specify either a redundancy retention policy or a recovery window retention policy.
6FBB368E631FF7D5FE285A31DFD9A4E8
Correct Answer: EFG
Section: (none)
Explanation
Explanation/Reference:
QUESTION 30
Which three are true about Optimizer Statistics Advisor? (Choose three.)
Explanation/Reference:
Reference: https://oracle-base.com/articles/12c/optimizer-statistics-advisor-12cr2
QUESTION 31
You issued this command:
A. All Oracle recovery files not in the current FRA that have not been backed up already, are backed up.
B. All non-Oracle files in the current FRA that have not been backed up already, are backed up.
C. All Oracle recovery files in the current FRA that have not been backed up already, are backed up.
D. All Oracle recovery files in the current fast recovery area (FRA) are backed up.
E. These backups can be written to disk or SBT.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 32
Which two are true about the Oracle database methodology? (Choose two.)
A. The Oracle Database time model should be used to find the database and instance areas most in need of tuning.
B. Tuning activities should stop once the user is satisfied with performance.
C. Tuning activities should stop once agreed service levels for performance have been met.
D. The database instance memory should always be tuned before tuning any file systems.
E. SQL statements should always be tuned before tuning any file systems.
F. The alert log should be used to find the database and instance areas most in need of tuning.
Correct Answer: CF
Section: (none)
Explanation
Explanation/Reference:
Reference: https://flylib.com/books/en/4.322.1.9/1/
QUESTION 33
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.
Explanation/Reference:
Reference: https://web.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14191/rcmtunin003.htm
QUESTION 34
You are managing this configuration:
CDB1 user SYS executes these commands after connecting successfully to PDB2:
6FBB368E631FF7D5FE285A31DFD9A4E8
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.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 35
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:
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
QUESTION 36
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.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 37
Which three are true about an application seed pluggable database (PDB)? (Choose three.)
A. It is automatically synchronized with its application root PDB when an application is upgraded.
B. It cannot be added to an application container after the application container has already been created.
C. A new application PDB created by cloning an application seed PDB can have an old version of the application installed after cloning completes.
6FBB368E631FF7D5FE285A31DFD9A4E8
D. It is automatically synchronized with its application root PDB when an application is installed.
E. It cannot be dropped from its application container.
F. 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.
G. It is not required in an application container.
Explanation/Reference:
QUESTION 38
Examine this configuration:
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 39
Which three are true about Automatic Workload Repository (AWR), Automatic Database Diagnostic Monitor (ADDM), and the Manageability Monitor (MMON) background
process? (Choose three.)
Explanation/Reference:
Reference: https://books.google.com.pk/books?id=DeQkU5E75DUC&pg=PA869&lpg=PA869&dq=By+default,+AWR+snapshots+are+automatically+purged+after+eight
+days&source=bl&ots=DfoGmJfCMy&sig=ACfU3U0Pf2RgIs72LUV4HUzs5UIXI8sXEQ&hl=en&sa=X&ved=2ahUKEwjb8bKhu9noAhUwTxUIHRpYAuMQ6AEwA3oECAsQLA#v=
onepage&q=By%20default%2C%20AWR%20snapshots%20are%20automatically%20purged%20after%20eight%20days&f=false
QUESTION 40
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)
Explanation/Reference:
6FBB368E631FF7D5FE285A31DFD9A4E8
QUESTION 41
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 bottom up as that is the order in which errors are generated.
C. RMAN error stacks should be read from the top down as that is the order in which errors are generated.
D. The RMAN LOG command line clause causes output issued during RMAN command compilation to be written to a log file and to standard output.
E. The RMAN LOG command line clause causes output issued during RMAN command compilation to be written to a log file only.
F. Media Management messages for SBT devices are written to an Oracle trace file.
Correct Answer: EF
Section: (none)
Explanation
Explanation/Reference:
QUESTION 42
Which three are true about managing memory components in an Oracle database instance? (Choose three.)
A. With Automatic Shared Memory Management, the database instance can increase the Large Pool size by reducing the Shared Pool size.
B. With Automatic Memory Management, the database instance can increase the System Global Area size by reducing the Program Global Area size.
C. Automatically tuned and resized System Global Area components will always revert to their initial sizes after an instance restart.
D. Automatic Memory Management must be used together with locking the System Global Area into physical memory.
E. With Automatic Shared Memory Management, the database instance can increase the Program Global Area size by reducing the System Global Area size.
F. On Line Transaction Processing systems often use less Program Global Area than Decision Support Systems.
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/TGDBA/tune_shared_pool.htm
QUESTION 43
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. 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
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 44
Which three are true about Database Point-in-Time Recovery? (Choose three.)
A. The database must have FLASHBACK DATABASE ON to perform Database Point-in-Time Recovery.
B. The database must be in MOUNT state when performing Database Point-in-Time Recovery.
C. Database Point-in-Time Recovery is performed by the Managed Recovery Process (MRP)
D. The Database must be in ARCHIVELOG mode.
E. The target point for the recovery must be specified as a stime or System Change Number (SCN).
F. The database must be open RESETLOGS after Database Point-in-Time Recovery.
Explanation/Reference:
QUESTION 45
Which three are true about the SQL Tuning Advisor? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/TGSQL/tgsql_sqltune.htm#TGSQL540
6FBB368E631FF7D5FE285A31DFD9A4E8
QUESTION 46
Which two are true about duplicating pluggable databases (PDBs) with RMAN? (Choose two.)
A. Two or more PDBs can be duplicated with the same RMAN DUPLICATE command.
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. A user with SYSDBA or SYSBKUP must use RMAN logged in to a PDB in order to duplicate it.
E. CDB$ROOT and PDB$SEED are automatically duplicated if a PDB is duplicated.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/BRADV/rcmdupdb.htm#BRADV430
QUESTION 47
Which three are true about Rapid Home Provisioning (RHP), which has been available since Oracle 18c? (Choose three.)
Explanation/Reference:
Reference: https://blogs.oracle.com/db_maintenance/rapid-home-provisioning-server-minimun-requirement
QUESTION 48
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.
Correct Answer: CF
Section: (none)
Explanation
Explanation/Reference:
QUESTION 49
Which two are facets of performance planning that should always be considered or implemented for an Oracle Database environment? (Choose two.)
6FBB368E631FF7D5FE285A31DFD9A4E8
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 50
Which three actions are performed by Database Upgrade Assistant (DBUA)? (Choose three.)
Explanation/Reference:
Reference: https://oracle-base.com/articles/12c/upgrading-to-12c
QUESTION 51
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.)
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 52
You plan to install Oracle Grid Infrastructure for a Standalone Server and Oracle Database for the first time on a server.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 53
Examine this configuration:
6FBB368E631FF7D5FE285A31DFD9A4E8
What will be the outcome?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 54
Examine these actions:
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
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 55
Which two are true about creating pluggable databases (PDBs) using snapshots in Oracle 19c and later releases? (Choose two.)
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/18/multi/administering-pdb-snapshots.html#GUID-35B03C37-00BA-4945-BF20-9A7C4C541955
QUESTION 56
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.
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/ADMQS/GUID-2B8A3B5E-D319-4377-8B22-8BB67DCC9885.htm#ADMQS0235
QUESTION 57
Your SALES_ROOT application container has two application PDBs.
The SALES_APP application has a common table, FIN.REVENUE, in the two PDBs.
6FBB368E631FF7D5FE285A31DFD9A4E8
Examine this query and its output:
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 58
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.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 59
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.
Explanation/Reference:
QUESTION 60
Examine this configuration:
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 61
Which three are true about upgrading Oracle Grid Infrastructure? (Choose three.)
A. A direct upgrade can be performed only from the immediately preceding Oracle Grid Infrastructure version.
B. The newer version is installed in a separate Oracle Grid Infrastructure home on the same server as the existing version.
C. An existing Oracle base can be used.
D. The upgrade process will automatically install all mandatory patches for the current version of Oracle Grid Infrastructure.
E. Existing Oracle Database instances must be shut down before starting the upgrade.
F. Only the grid user can perform the upgrade.
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/CWLIN/procstop.htm#CEGEDCDB
QUESTION 62
A database is configured in ARCHIVELOG mode.
A full RMAN backup exists but no control file backup to trace has been taken.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 63
Which two are true about instance recovery? (Choose two.)
Correct Answer: EF
Section: (none)
Explanation
Explanation/Reference:
QUESTION 64
Which two are true about Oracle Optimizer Statistics, their use, and their collection? (Choose two.)
A. The number of table rows is considered when evaluating the cost of accessing a table using an index.
B. Index balanced B*Tree height is considered when evaluating the cost of using an index.
C. The Statistics Advisor can help recommend the best way to gather statistics.
D. Statistics collected using DBMS_STATS always yield the best optimizer result.
E. The Statistics Advisor generates actions for all recommendations.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/19/tgsql/optimizer-statistics-advisor.html#GUID-D81A7708-FDA0-45BB-A6E2-103858B047AE
QUESTION 65
A container database (CDB) contains two pluggable databases PDB1 and PDB2.
6FBB368E631FF7D5FE285A31DFD9A4E8
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.
Explanation/Reference:
QUESTION 66
Which two are true about data movement between a non-CDB and a PDB using Data Pump? (Choose two.)
A. Tablespaces are automatically created as needed while importing full exports in either a non-CDB or a PDB.
B. Oracle attempts to convert conventional database users to local users when moving schemas from a non-CDB to a PDB.
C. A new PDB is automatically created when importing a non-CDB into a CDB.
D. Oracle attempts to convert common users to conventional users when moving schemas from a PDB to a non-CDB.
E. Moving data from a PDB to a non-CDB is only possible by using transportable tablespace export and import.
F. Moving data from a non-CDB to a PDB is only possible by using conventional export and import.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 67
Which three methods can be used for heap table data migration after upgrading a database? (Choose three.)
Explanation/Reference:
QUESTION 68
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.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 69
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.
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.
6FBB368E631FF7D5FE285A31DFD9A4E8
E. Only the ORCL database instance and the +DATA and +FRA disk groups are started.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 70
Which four are true about a Recovery Manager (RMAN) duplication without a TARGET connection? (Choose four.)
A. The NOREDO clause must be used if the backups of the database being duplicated were taken when the database was in NOARCHIVELOG mode.
B. The UNDO TABLESPACE clause is always required when no connection exists to the TARGET instance.
C. RMAN “pushes” the backups of the database to be duplicated over the network to the auxiliary instance.
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 SBT-based backups of the database to be duplicated can be used by the auxiliary instance.
F. The UNDO TABLESPACE clause is always required when no connection exists to the recovery catalog and the TARGET database is closed.
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.
Explanation/Reference:
Reference: http://oradb-srv.wlv.ac.uk/ora12c/RCMRF/rcmsynta020.htm
QUESTION 71
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.
Explanation/Reference:
QUESTION 72
Which three are true about Automatic Workload Repository (AWR)? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B28359_01/server.111/b28320/initparams240.htm#REFRN10214
QUESTION 73
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.
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 74
Oracle Managed Files (OMF) is enabled in a CDB and this command is successfully executed:
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.
6FBB368E631FF7D5FE285A31DFD9A4E8
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.
Explanation/Reference:
QUESTION 75
Which two are true about RMAN encryption? (Choose two.)
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/BRADV/rcmconfa.htm#BRADV89476
QUESTION 76
Which three are true about performing an Oracle Database install on Linux? (Choose three.)
Explanation/Reference:
QUESTION 77
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.
Explanation/Reference:
QUESTION 78
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.
Explanation/Reference:
Reference: https://mandysandhu.com/2018/04/30/oracle-database-18c-schema-only-accounts/
QUESTION 79
You have configured RMAN SBT channels to write backups to media.
6FBB368E631FF7D5FE285A31DFD9A4E8
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.
Explanation/Reference:
QUESTION 80
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.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 81
Which four are true about RMAN backup sets? (Choose four.)
Explanation/Reference:
QUESTION 82
Which two are true about creating RMAN backups for an Oracle container database? (Choose two.)
A. Tablespaces from different PDBs with identical names must be backed up by connecting RMAN separately to each PDB to back up the tablespaces.
B. The BACKUP DATABASE command will create a pluggable database (PDB) backup when RMAN is connected to a PDB.
C. SPFILE backups can be created while connected to an application root PDB.
D. The BACKUP DATABASE PLUS ARCHIVELOG command will back up archive logs when RMAN is connected to a PDB.
E. The BACKUP PLUGGABLE DATABASE command can be used to back up CDB$ROOT.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 83
Which three can be done using Oracle Database Configuration Assistant (DBCA) starting from Oracle Database 19c? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/19/clone-pdbs-using-dbca-silent-mode/index.html?
learningpath=true&appuser=nobody&appsession=170971049395&contentid=26693&activityname=Clone%20PDBs%20using%20DBCA%20in%20Silent%
20Mode&eventid=6352
6FBB368E631FF7D5FE285A31DFD9A4E8
QUESTION 84
Examine these queries and their output:
An online RMAN backup of the CDB was taken an hour before Restore Point R1 was created.
A. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using RMAN while connected to PDB1.
B. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using SQL while connected to PDB1.
C. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using SQL while connected to CDB$ROOT.
D. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using RMAN while connected to CDB$ROOT.
E. This cannot be done due to the lack of a clean restore point.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 85
Which two are true about diagnosing Oracle Database failure situations using Data Recovery Advisor? (Choose two.)
A. Using the Data Recovery Advisor LIST FAILURE command always requires that the database for which failures are to be listed is in MOUNT state.
B. A failure can be closed only when it has been repaired.
C. Data Recovery Advisor can be used if a database is closed.
D. The Data Recovery Advisor CHANGE FAILURE command can be used only to change failure priorities.
E. Data Recovery Advisor can proactively check for failures.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 86
Which two are true about an Oracle gold image-based installation in Oracle 18c and later releases? (Choose two.)
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.
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 87
Which two are true about RMAN duplexed backup sets? (Choose two.)
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://web.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14191/rcmconc1003.htm#:~:text=Duplexed%20Backup%20Sets,destinations%20with%20one%
20BACKUP%20command.
QUESTION 88
Which should be tuned first when doing a performance tuning exercise for an Oracle Database environment?
A. SQL statements
6FBB368E631FF7D5FE285A31DFD9A4E8
B. log writer performance
C. general operating system health
D. database writer performance
E. database instance memory management and sizes
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 89
Which three are true in Oracle 19c and later releases? (Choose three.)
Explanation/Reference:
QUESTION 90
Which two are true about the automatic execution of operating system scripts when performing silent mode installation starting from Oracle Database 19c? (Choose two.)
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://oraclefact.wordpress.com/2019/08/05/1-install-oracle-database-19c-with-automatic-root-scripts-execution/
QUESTION 91
Which three capabilities require the use of the RMAN recovery catalog? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/managing-recovery-catalog.html#GUID-2491887B-D9AC-48BE-914D-CB0341A77057
QUESTION 92
Which three are true about the tools for diagnosing Oracle Database failure situations? (Choose three.)
A. The ADR command-line utility (ADRCI) can package incident information to send to Oracle Support.
B. The Automatic Diagnostic Repository (ADR) has a separate home directory for each instance of each Oracle product that is installed and uses it.
C. Flashback commands help with repairing physical errors.
D. RMAN can always repair corrupt blocks.
E. The ADR can store metadata in an Oracle Database repository.
F. The Data Recovery Advisor uses the ADR.
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/ADMIN/diag.htm
QUESTION 93
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.
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.
6FBB368E631FF7D5FE285A31DFD9A4E8
F. A proxy PDB must exist in the application root in the local CDB.
Explanation/Reference:
QUESTION 94
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.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B28359_01/server.111/b28274/sql_tune.htm#PFGRF028
QUESTION 95
Which two are true about Rapid Home Provisioning of Oracle software? (Choose two.)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Reference https://docs.oracle.com/en/database/oracle/oracle-database/12.2/cwadd/rapid-home-provisioning.html#GUID-CCEC5960-EDA4-4A3F-9643-0CA308EA49AA
QUESTION 96
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.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 97
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.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 98
Which three are performed by Oracle Automatic Storage Management (ASM) instances? (Choose three.)
Explanation/Reference:
6FBB368E631FF7D5FE285A31DFD9A4E8
Reference: https://docs.oracle.com/cd/E11882_01/server.112/e18951/asmcon.htm#OSTMG94057
QUESTION 99
Your CDB has two regular PDBs as well as one application container with two application PDBs and an application seed.
A. six
B. seven
C. five
D. eight
E. three
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 100
Application PDBs, SALES_APP1 and SALES_APP2, must be created and they must access common tables of the SALES_APP application.
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.
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
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 101
Which two are prerequisites for using FLASHBACK TABLE? (Choose two.)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/backup.102/b14192/flashptr003.htm
QUESTION 102
Which two are true about RMAN Multisection backups when a very large data file is divided into four sections? (Choose two.)
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmbckad.htm
QUESTION 103
Which three are true about the Oracle Optimizer? (Choose three.)
6FBB368E631FF7D5FE285A31DFD9A4E8
F. It can only use SQL Plan Directives tied to the SQL statement for which a plan is being generated.
Explanation/Reference:
QUESTION 104
RMAN has just been connected to a target database and the recovery catalog database.
In which two cases would an automatic full resynchronization occur between this target database’s control file and the RMAN recovery catalog? (Choose two.)
A. when control file metadata for archive log backups or image copies has been overwritten in the target database’s control file due to being older than
CONTROL_FILE_RECORD_KEEP_TIME
B. when control file metadata for data file backups or image copies has been overwritten in the target database’s control file due to being older than
CONTROL_FILE_RECORD_KEEP_TIME
C. when a new tablespace is added to a registered target database
D. when a backup of the current control file is created
E. when the target is first registered
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://web.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14191/rcmcatdb003.htm
QUESTION 105
You plan to perform cross-platform PDB transport using XTTS.
A. A backup of the PDB must exist, taken using the BACKUP command with the TO PLATFORM clause.
B. The source PDB must be in MOUNT state.
C. The source PDB must not be an application root.
D. The source PDB can be in MOUNT or OPEN state.
E. The source and target platforms must have the same endianness.
F. Automatic conversion of endianness occurs.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://blog.enmotech.com/2018/01/10/oracle-12cr2-cross-platform-pdb-transport-using-xtts/
QUESTION 106
Which three true about recovering tables using RMAN? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV689
QUESTION 107
Which operating system group is NOT needed to perform an Oracle Database installation?
A. OSASM
B. OSKMDBA
C. OSDBA
D. OSOPER
E. OSRACDBA
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/LADBI/usr_grps.htm#LADBI2820
QUESTION 108
You want to transport the UNIVERSITY tablespace from one database to another.
The source and destination platforms have the same endian format.
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
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 109
Examine this configuration:
After successfully performing all the preupgrade tasks, you execute these commands from the Oracle Database 18c environment:
Correct Answer: E
Section: (none)
Explanation
Explanation/Reference:
QUESTION 110
Which three are true about a whole database backup? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup003.htm#i1006297
QUESTION 111
Which two are true about reclaiming space used by Flashback logs in Oracle Database 19c and later releases? (Choose two.)
A. Space is always reclaimed automatically when the retention period for Flashback logs is lowered.
B. Space might be reclaimed proactively before space pressure occurs.
6FBB368E631FF7D5FE285A31DFD9A4E8
C. Space might be reclaimed automatically when the retention period for Flashback logs is lowered.
D. Space is only reclaimed when there is space pressure in the Fast Recovery Area. (FRA)
E. Space is always reclaimed proactively before space pressure occurs.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 112
Which three are true about SGA memory management in a multitenant database? (Choose three.)
A. Setting DB_CACHE_SIZE for a PDB guarantees a minimum amount of Database Buffer Cache memory for that PDB.
B. The SHARED_POOL_SIZE setting for a PDB can be up to 80% of the SHARED_POOL_SIZE setting of the root container.
C. Setting SHARED_POOL_SIZE for a PDB guarantees a minimum amount of Shared Pool memory for that PDB.
D. The SGA_TARGET setting for a PDB cannot exceed 50% of the SGA_TARGET value of the root container.
E. Setting SGA_TARGET for a PDB guarantees a minimum amount of SGA memory for that PDB.
F. SGA_MIN_SIZE cannot be set for a PDB.
Explanation/Reference:
Reference: https://community.oracle.com/tech/apps-infra/discussion/4391822/multitenant-allow-to-limit-memory-consumption-for-specific-pdbs
QUESTION 113
Which three actions will add a resource to an Oracle Restart configuration? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart002.htm
QUESTION 114
Which three are true about creating container databases (CDBs) and pluggable databases (PDBs) in Oracle 19c and later releases? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/19/multi/cloning-a-pdb.html#GUID-05702CEB-A43C-452C-8081-4CA68DDA8007
QUESTION 115
Which two are true about Oracle Grid Infrastructure for a Standalone Server? (Choose two.)
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/hpdbi/about-oracle-grid-infrastructure-for-a-standalone-server.html#GUID-D13A1F20-F513-4448-
808C-A19AFCDAE135
QUESTION 116
Which two are true about an RPM-based Oracle Database installation? (Choose two.)
A. It uses a service configuration script to create a single-instance database as part of the installation.
B. From Oracle Database 18c, a single RPM can be used to install only Oracle Database Server for a single instance.
C. It performs a software-only Oracle Database installation.
D. It includes the Oracle Preinstallation RPM.
E. It requires an Unbreakable Linux Network (ULN) subscription.
Correct Answer: DE
6FBB368E631FF7D5FE285A31DFD9A4E8
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/18/ladbi/running-rpm-packages-to-install-oracle-database.html#GUID-BB7C11E3-D385-4A2F-9EAF-
75F4F0AACF02
QUESTION 117
HR_ROOT is an application container with the HR_APP application installed.
No application PDBs and no application seed have yet been created in HR_ROOT.
An application PDB, PDB1, must be created so that the HR_APP application’s common objects are accessible to it.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 118
Which three are true about Rapid Home Provisioning of Oracle software? (Choose three.)
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/sprhp/what-can-i-do-rapid-home-provisioning.html
QUESTION 119
In performance management, which two factors might reduce the ability of an application to scale to a large number of users? (Choose two.)
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 120
You issued this command:
A. All files in the current FRA that have been backed up already, are backed up.
B. All Oracle recovery files normally written to the FRA and which have been backed up already to the current FRA, are backed up.
C. All Oracle recovery files normally written to the FRA and which have been backed up already to in any previous FRA, are backed up.
D. All Oracle recovery files normally written to the FRA and which have not yet been backed up, are backed up.
E. All files in any previous FRA that have not yet been backed up, are backed up.
F. All files in the current fast recovery area (FRA) that have not yet been backed up, are backed up.
G. All files in any previous FRA that have been backed up already, are backed up.
Explanation/Reference:
QUESTION 121
Which three are true about recovery operations done without using Recovery Manager (RMAN)? (Choose three.)
6FBB368E631FF7D5FE285A31DFD9A4E8
E. A lost PFILE can be re-created alert.log using SQL*PLUS.
F. A lost index tablespace can be re-created without performing any recovery.
Explanation/Reference:
QUESTION 122
Examine this configuration:
Which table or set of tables will exist after the Flashback operation has completed?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 123
Which two are true about RMAN backups when using a media manager? (Choose two.)
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 124
Which three are true about interpreting Recovery Manager (RMAN) error stacks returned to standard output? (Choose three.)
6FBB368E631FF7D5FE285A31DFD9A4E8
D. Media Management errors appear as a line with “sbtio” and a number.
E. Media Management errors appear as a line with “sbtio”.
F. Media Management errors appear as a line with “Additional information” and a number.
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/BRADV/rcmtroub.htm#BRADV89876
QUESTION 125
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.
Explanation/Reference:
Reference: https://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmblock.htm#BRADV89785
QUESTION 126
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
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/upgrd/upgrading-oracle-database-upgrade-assistant-dbua.html#GUID-F929338D-48EE-434F-
A5F9-A9E7CD61B17F
QUESTION 127
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.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 128
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.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 129
Which three are true about Automatic Workload Repository (AWR) snapshots? (Choose three.)
6FBB368E631FF7D5FE285A31DFD9A4E8
Explanation/Reference:
QUESTION 130
Which three are true about using Database Resource Manager in an Oracle multitenant environment? (Choose three.)
Explanation/Reference:
QUESTION 131
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.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.thegeekdiary.com/undo-modes-in-12-2-multitenant-databases-local-and-shared-modes/
QUESTION 132
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.
Explanation/Reference:
QUESTION 133
Which three activities are possible for PDBs? (Choose three.)
Explanation/Reference:
QUESTION 134
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.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
6FBB368E631FF7D5FE285A31DFD9A4E8
QUESTION 135
Which three are true about RMAN archival backups with the RESTORE POINT clause? (Choose three.)
A. All archive logs are retained after an archival backup is taken, until the next archival backup is taken of the same database.
B. The SPFILE is included in the archival backup.
C. They are never considered obsolete by RMAN.
D. 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.
E. The ARCHIVAL attribute for a backup overrides the RMAN retention policy.
F. They can optionally be written to a fast recovery area (FRA).
G. Use of a recovery catalog is always required to support the creation and use of archival backups.
Explanation/Reference:
QUESTION 136
Your container database, CDB1, is in local undo mode.
Explanation/Reference:
QUESTION 137
Examine this configuration:
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 138
Examine this configuration:
What is true?
6FBB368E631FF7D5FE285A31DFD9A4E8
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##.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 139
Which statement correctly describes the SQL profiling performed by the SQL Tuning Advisor?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 140
Examine this configuration:
1. SHUTDOWN ABORT
2. STARTUP NOMOUNT
3. STARTUP MOUNT
4. ALTER DATABASE MOUNT
5. RESTORE DATABSE
6. RECOVER DATABASE NOREDO
7. RECOVER DATABASE UNTIL AVAILABLE
8. RESTORE ARCHIVELOG ALL
9. ALTER DATABSE OPEN
10. ALTER DATABASE OPEB 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
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 141
Which three are true about an application container? (Choose three.)
Explanation/Reference:
Reference: https://blog.toadworld.com/2017/06/26/oracle-multi-tenant-application-containers-part-i
QUESTION 142
Which three are true about the FLASHBACK DATABASE feature? (Choose three.)
6FBB368E631FF7D5FE285A31DFD9A4E8
E. It always generates REDO and UNDO.
F. It requires that the target database be in ARCHIVELOG mode.
Explanation/Reference:
QUESTION 143
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.
Explanation/Reference:
Reference: https://docs.oracle.com/cd/E25290_01/doc.60/e25224/patchesupdates.htm
QUESTION 144
Which two are true about backup set compression using RMAN default compression? (Choose two.)
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://knowledge.broadcom.com/external/article/50652/rman-backup-how-does-it-treat-empty-blo.html
QUESTION 145
Which two are true about memory advisors? (Choose two.)
A. If Automatic Shared Memory Management is enabled, both the SGA Advisor and PGA Advisor are always available.
B. If Automatic Memory Management is enabled, no memory advisors are available.
C. All memory advisors use data from Automatic Workload Repository.
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.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Reference: https://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:1137385000346840516
QUESTION 146
PDB1 and PBD2 are pluggable databases in CDB1.
6FBB368E631FF7D5FE285A31DFD9A4E8
CDB1 is then restarted.
Explanation/Reference:
QUESTION 147
Which three are true about Automatic Workload Repository (AWR) and Automatic Database Diagnostic Monitor (ADDM) in an Oracle multitenant environment? (Choose three.)
Explanation/Reference:
QUESTION 148
Which two are true about Optimizer Statistics? (Choose two.)
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/database/121/TGSQL/tgsql_stats.htm#TGSQL-GUID-E4EFD512-EAF9-4AF3-943F-FDEC7E47B23C
QUESTION 149
Which three resources are always shared among CDB$ROOT and pluggable databases (PDBs)? (Choose three.)
6FBB368E631FF7D5FE285A31DFD9A4E8
D. SYSAUX tablespaces
E. the log writer process (LGWR)
F. undo tablespaces
Explanation/Reference:
QUESTION 150
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
Explanation/Reference:
QUESTION 151
A schema owner truncated a table in error and must recover the data.
A. FLASHBACK TRANSACTION
B. FLASHBACK VERSION QUERY
C. FLASHBACK DATA ARCHIVE
D. FLASHBACK TABLE
E. FLASHBACK DATABASE
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://docs.oracle.com/cd/B12037_01/appdev.101/b10795/adfns_fl.htm
QUESTION 152
Which three are true about using Database Upgrade Assistant (DBUA) to upgrade a database? (Choose three.)
Explanation/Reference:
6FBB368E631FF7D5FE285A31DFD9A4E8