0% found this document useful (0 votes)
240 views10 pages

Oracle 1z0-083 Exam - Questions and Answers

The document contains a collection of 181 questions and answers related to the Oracle Database Administration II exam (1z0-083). It covers various topics such as RMAN commands, database tuning methodologies, Flashback features, and managing memory components in Oracle databases. Each question is presented with multiple-choice answers, and the correct answers are indicated for each question.

Uploaded by

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

Oracle 1z0-083 Exam - Questions and Answers

The document contains a collection of 181 questions and answers related to the Oracle Database Administration II exam (1z0-083). It covers various topics such as RMAN commands, database tuning methodologies, Flashback features, and managing memory components in Oracle databases. Each question is presented with multiple-choice answers, and the correct answers are indicated for each question.

Uploaded by

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

28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.

com

Oracle Database Administration II v1.0


Page: 1 / 13   Exam contains 181 questions

 COLLAPSE ALL

Question 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.

EXPOSE CORRECT ANSWER

Answer : BE

NEXT QUESTION

Question 2

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.
https://www.certlibrary.com/exam/1z0-083 1/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

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.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 3

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.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 4

https://www.certlibrary.com/exam/1z0-083 2/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

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.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 5

Examine this configuration:


1. CDB1 is an Oracle Database 12c Release 2 database containing pluggable
databases PDB$SEED, PDB1, and PDB2.
https://www.certlibrary.com/exam/1z0-083 3/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

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

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 6

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.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 7

https://www.certlibrary.com/exam/1z0-083 4/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

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.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 8

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

https://www.certlibrary.com/exam/1z0-083 5/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 9

Which three are true about Automatic Workload Repository (AWR),


Automatic Database Diagnostic Monitor (ADDM), and the Manageability
Monitor (MMON) background process? (Choose three.)

A. ADDM can recommend shrinking the buffer cache.


B. ADDM can recommend extending the buffer cache.
C. By default, MMON creates an AWR snapshot every 30 minutes.
D. ADDM performs its analysis only when a DBA requests it.
E. By default, AWR snapshots are automatically purged after eight days.
F. AWR snapshots must be deleted when no longer required by ADDM.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 10

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)

https://www.certlibrary.com/exam/1z0-083 6/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 11

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.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 12

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.

https://www.certlibrary.com/exam/1z0-083 7/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

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.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 13

A database is configured in ARCHIVELOG mode.


Full RMAN backups are taken daily and no backup to trace has been taken of
the control file.
A media failure has occurred.
In which two scenarios is complete recovery possible? (Choose two.)

A. when any archived log from, before, or after the most recent backup is
corrupt.
B. after losing all copies of the control file
C. after losing an archived log from after the most recent backup
D. after losing an archived log from before the most recent backup
E. after losing the SYSTEM tablespace

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 14

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.
https://www.certlibrary.com/exam/1z0-083 8/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

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.

EXPOSE CORRECT ANSWER NEXT QUESTION

Question 15

Which three are true about the SQL Tuning Advisor? (Choose three.)

A. It checks each query being analyzed for stale statistics.


B. It checks each query being analyzed for missing statistics.
C. It only recommends syntactic changes to SQL statements.
D. It can recommend semantic changes to SQL statements.
E. It considers all SQL statements being analyzed by the advisor task as a
group.
F. It builds SQL profiles for each poorly performing SQL statement to
prevent regressions.

EXPOSE CORRECT ANSWER NEXT QUESTION

Page: 1 / 13   Exam contains 181 questions

 COLLAPSE ALL

Talk to us!
Have any questions or issues ? Please dont hesitate to contact us


[email protected]
https://www.certlibrary.com/exam/1z0-083 9/10
28/01/2025, 19:34 Oracle 1z0-083 Exam - Questions and Answers - CertLibrary.com

Certlibrary.com is owned by MBS Tech Limited: Room 1905 Nam Wo Hong Building, 148 Wing Lok

Street, Sheung Wan, Hong Kong. Company registration number: 2310926

Certlibrary doesn't offer Real Microsoft Exam Questions. Certlibrary Materials do not contain actual

questions and answers from Cisco's Certification Exams.

CFA Institute does not endorse, promote or warrant the accuracy or quality of Certlibrary. CFA® and

Chartered Financial Analyst® are registered trademarks owned by CFA Institute.

Terms & Conditions | Privacy Policy

https://www.certlibrary.com/exam/1z0-083 10/10

You might also like