Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-083 > 1Z0-083 Online Practice Questions and Answers

1Z0-083 Online Practice Questions and Answers

Questions 4

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.

Buy Now

Correct Answer: DE

A, B are Wrong. Flashback Query and Version Query need Undo not Redo

C is Wrong.

D is Correct. Assuming that an index is not dropped before dropping a table.

E is Correct

Questions 5

Your CDB has two regular PDBs as well as one application container with two application PDBs and an application seed.

No changes have been made to the standard PDB$SEED.

How many default temporary tablespaces can be assigned in the CDB?

A. three

B. eight

C. seven

D. six

E. five

Buy Now

Correct Answer: D

We can verify that, by default, neither PDB$SEED nor APP SEED create temporary tablespace (at least that's how it seems to work in 19.3.0)

SQL> show pdbs CON_ID CON_NAME OPEN MODE RESTRICTED

2 PDB$SEED READ ONLY NO 3 TOYS_ROOT READ WRITE NO 4 TOYS_ROOT$SEED READ WRITE NO 5 PDB1 READ WRITE NO 6 HR_ROOT READ WRITE NO 7 OPERATIONS READ WRITE NO 8 RESEARCH READ WRITE NO

SQL> select name from v$pdbs where con_id not in (select con_id from cdb_temp_files); NAME

PDB$SEED TOYS_ROOT$SEED

CDB$ROOT + pdb1 + pdb2 + app_root + app_pdb1 + app_pdb2 = 6

Questions 6

On the 10th of August, you implement an incremental database backup strategy and configure a recovery window of five days.

Level 0 backups are taken on the 10th, 17th, and 24th of August. Differential level 1 incremental backups are taken daily between the level 0 backups.

Today is the 26th of August.

Which backups will be obsolete?

A. all backups prior to 10th of August

B. all backups prior to 22nd of August

C. all backups prior to 24th of August

D. all backups prior to 20th of August

E. all backups prior to 17th of August

Buy Now

Correct Answer: A

Questions 7

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.

Buy Now

Correct Answer: BDF

Reference: https://mandysandhu.com/2018/04/30/oracle-database-18c-schema-only-accounts/

Questions 8

RMAN is connected to a target database instance and an auxilary instance. You execute 3625the command:

RMAN> DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE SECTION SIZE 1G; What is the outcome?

A. RMAN uses the pull method to restore files using image copies

B. RMAN uses the push method to transfer image copies

C. RMAN uses the push method to transfer backup sets

D. RMAN uses the pull method to restore files using backup sets

Buy Now

Correct Answer: D

When RMAN performs active database duplication using backup sets, a connection is established with the source database and the auxiliary database. The auxiliary database then connects to the source database through Oracle Net Services and retrieves the required database files from the source database. This method of active database duplication is also to as the pull-based method.

Example: DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE PASSWORD FILE SPFILE NOFILENAMECHECK; Incorrect Answers: A, B, C: When active database duplication is performed using image copies, after RMAN establishes a connection with the source database, the source database transfers the required database files to the auxiliary database. Using image copies may require additional resources on the source database. This method is referred to as the push-based method of active database duplication.

References: https://docs.oracle.com/database/121/BRADV/rcmdupdb.htm

Questions 9

You create a table with the PERIOD FOR clause to enable the use of the Temporal Validity feature of Oracle Database 12c.

Examine the table definition:

Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?

A. The valid time columns employee_time_start and employee_time_end are automatically created.

B. The same statement may filter on both transaction time and valid temp or altime by using the AS OF TIMESTAMP and PERIOD FOR clauses.

C. The valid time columns are not populated by the Oracle Server automatically.

D. The valid time columns are visible by default when the table is described.

E. Setting the session valid time using DBMS_FLASHBACK_ARCHIVE.ENABLE_AT_VALID_TIME sets the visibility for data manipulation language (DML), data definition language (DDL), and queries performed by the session.

Buy Now

Correct Answer: ABE

A: To implement Temporal Validity(TV), 12c offers the option to have two date columns in that table which is having TV enabled using the new clause Period For in the Create Table for the newly created tables or in the Alter Table for the

existing ones. The columns that are

used can be defined while creating the table itself and will be used in the Period For clause or you can skip having them in the table's definition in the case of which, the Period For clause would be creating them internally.

E: ENABLE_AT_VALID_TIME Procedure

This procedure enables session level valid time flashback.

Questions 10

Which two restrictions apply when the RMAN BACKUP AS COPY command is used to create a backup? (Choose two).

A. Backups can be taken only if a fast recovery area is configured.

B. Backups can be written only to disk.

C. Backups can be taken only for data files.

D. Binary compression cannot be applied to the backup.

E. Backups can be written only if checksums are stored for each block.

F. Backups can be written only to media.

Buy Now

Correct Answer: BD

Questions 11

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.

Buy Now

Correct Answer: BDE

Questions 12

Which two are prerequisites for using FLASHBACK TABLE? (Choose two.)

A. A table's constraints must be disabled before issuing the flashback.

B. The FLASHBACK ANY TABLE system privilege or the FLASHBACK object privilege must be granted to the user performing the flashback.

C. A table's indexes must be set to unusable before issuing the flashback.

D. Row Movement must be enabled on the table being flashed back.

E. The FLASHBACK ANY TABLE system privilege or the FLASHBACK object privilege must be granted to the table owner.

Buy Now

Correct Answer: BD

https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/FLASHBACK-TABLE.html#GUID-FA9AF2FD-2DAD-4387-9E62-14AFC26EA85C it is B and D

Questions 13

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.

Buy Now

Correct Answer: DE

https://docs.oracle.com/en/database/oracle/oracle-database/19/cncpt/memory-architecture.html#GUID-913335DF-050A-479A-A653-68A064DCCA41

Exam Code: 1Z0-083
Exam Name: Oracle Database Administration II
Last Update: May 26, 2026
Questions: 273

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2026 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.