1z0-083: Oracle Database Administration II Topic 1
Question #: 1
Topic #: 1
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.
Selected Answer: BCE
Question #: 2
Topic #: 1
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? (Choose two.)
A. Increase the size of tape I/O buffers.
B. Disable FORCE LOGGING for the database.
C. Increase the size of the database buffer cache.
D. Enable asynchronous disk I/O.
E. Increase the level of RMAN multiplexing.
Selected Answer: DE
Question #: 3
Topic #: 1
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
Selected Answer: BD
Question #: 4
Topic #: 1
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.
Selected Answer: BDF
Question #: 5
Topic #: 1
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
F. configuring the OS for Oracle Automatic Storage Management shared storage access
Selected Answer: BCD
Question #: 6
Topic #: 1
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.
Selected Answer: DE
Question #: 7
Topic #: 1
Which two are true about the Automatic Database Diagnostic Monitor (ADDM)? (Choose two.)
A. It analyzes a period of time corresponding to the 12 hours of activity.
B. It runs automatically after each AWR snapshot.
C. A DBA can run it manually.
D. Results are written to the alert log.
E. It analyzes a period of time corresponding to the last day of activity.
Selected Answer: BC
Question #: 8
Topic #: 1
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.
Selected Answer: BE
Question #: 9
Topic #: 1
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
Selected Answer: ABE
Question #: 10
Topic #: 1
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.
Selected Answer: ABG
Question #: 11
Topic #: 1
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.
Selected Answer: AB
Question #: 12
Topic #: 1
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.
Selected Answer: BCF
Question #: 13
Topic #: 1
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. 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
Selected Answer: B
Question #: 14
Topic #: 1
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.
Selected Answer: BD
Question #: 15
Topic #: 1
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.
Selected Answer: ABCG
Question #: 16
Topic #: 1
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.
Selected Answer: DE
Question #: 17
Topic #: 1
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.
Selected Answer: ABC
Question #: 18
Topic #: 1
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
Selected Answer: BE
Question #: 19
Topic #: 1
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.
Selected Answer: AB
Question #: 20
Topic #: 1
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.
Selected Answer: BC
Question #: 21
Topic #: 1
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
Selected Answer: A
Question #: 22
Topic #: 1
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)
Selected Answer: BC
Question #: 23
Topic #: 1
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.
Selected Answer: AB
Question #: 24
Topic #: 1
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.
Selected Answer: AF
Question #: 25
Topic #: 1
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.
What would be your next step?
A. Run the SQL Access Advisor.
B. Run the Memory Advisor for the shared pool.
C. Run the SQL Tuning Advisor.
D. Run the Memory Advisor for the Program Global Area.
E. Run the Memory Advisor for the System Global Area.
Selected Answer: B
Question #: 26
Topic #: 1
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.
Selected Answer: AD
Question #: 27
Topic #: 1
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.
Selected Answer: DE
Question #: 28
Topic #: 1
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.
Selected Answer: BD
Question #: 29
Topic #: 1
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.
Selected Answer: ACF
Question #: 30
Topic #: 1
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 can recommend changes to improve the statistics gathering process.
D. It always analyzes all schemas in the database.
E. It runs automatically every night by default.
F. It is part of the DBMS_STATS package.
Selected Answer: CEF
Question #: 31
Topic #: 1
You issued this command:
RMAN> BACKUP RECOVERY FILES;
Which two are true? (Choose two.)
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.
Selected Answer: AC
Question #: 32
Topic #: 1
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.
Selected Answer: AC
Question #: 33
Topic #: 1
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.
Selected Answer: BCD
Question #: 34
Topic #: 1
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.
Selected Answer: AC
Question #: 35
Topic #: 1
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
Selected Answer: E
Question #: 36
Topic #: 1
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.
Selected Answer: DE
Question #: 37
Topic #: 1
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.
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.
Selected Answer: CFG
Question #: 38
Topic #: 1
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
Selected Answer: AB