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

A database is configured in ARCHIVELOG mode.

Full RMAN backups are taken 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

Buy Now

Correct Answer: DE

If you lose any archive from after the backup, you can't do a complete recovery, so A and C are discarted, also you can't mount the database if you don't have a valid control file. (not B)

Questions 5

Examine this configuration:

1.

CDB1 is a container database.

2.

PDB1 and PDB2 are pluggable databases in CDB1. You execute these commands successfully:

Which two are true? (Choose two.)

A. PDB1 and PDB2 are in MOUNT state.

B. Redo logs are opened.

C. PDB1 and PDB2 are in READ ONLY state.

D. CDB$ROOT is in MOUNT state.

E. PDB$SEED is in READ ONLY state.

Buy Now

Correct Answer: AD

Version 19.6.0.0.0

SQL> show pdbs

CON_ID CON_NAME OPEN MODE RESTRICTED

2 PDB$SEED READ ONLY YES

3 PDB1 READ WRITE YES

4 PDB2 READ WRITE YES

5 PDB3 MOUNTED

SQL> shutdown immediate;

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> startup mount;

ORACLE instance started.

.

Database mounted.

SQL> show pdbs

CON_ID CON_NAME OPEN MODE RESTRICTED

2 PDB$SEED MOUNTED 3 PDB1 MOUNTED 4 PDB2 MOUNTED 5 PDB3 MOUNTED SQL>

Questions 6

Which three are true about Automatic Workload Repository (AWR)? (Choose three.)

A. By default, AWR snapshots are taken every 60 minutes.

B. Its collection level is determined by the value of the STATISTICS_LEVEL database parameter.

C. By default, AWR snapshots are retained for 7 days.

D. The taking of AWR snapshots can be disabled.

E. AWR data is stored in the SYSTEM tablespace.

Buy Now

Correct Answer: ABD

Reference: https://docs.oracle.com/cd/B28359_01/server.111/b28320/initparams240.htm#REFRN10214

Questions 7

You want to create a duplicate database DUP_DB from your production database PROD on the same host. The PROD database uses Automatic Storage Management (ASM) for storage. Regular backups are taken using RMAN connected to a recovery catalog. You create an auxiliary instance and want to execute the command: RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE;

What is a prerequisite for the successful execution of this command?

A. RMAN must be connected to the target database instance and the auxiliary instance.

B. A most recent backup set of the PROD database must exist.

C. Flashback must be enabled for the PROD database.

D. The target database must be in MOUNT state.

Buy Now

Correct Answer: A

Assume that the source database prod is on host1 and stores its data files in a non-ASM file system. The control files for prod are located in / oracle/oradata/prod/.

You want to duplicate the source database to database dupdb on remote host host2.

You want to store the duplicate database files in ASM disk group +DISK1.

After connecting RMAN to the target, duplicate, and recovery catalog databases, run the following RMAN script to duplicate the database.

DUPLICATE TARGET DATABASE TO dupdb

FROM ACTIVE DATABASE

SPFILE

PARAMETER_VALUE_CONVERT `/oracle/oradata/prod/', +DISK1

SET DB_CREATE_FILE_DEST +DISK1;

When the DUPLICATE command completes, the duplicate database is created, with data files, online redo log files, and control files in ASM disk group +DISK1.

References: Oracle Database, Backup and Recovery User's Guide, 12 Release 2 (January 2017), page 26-7

Questions 8

You want to install Oracle Grid Infrastructure for a Standalone Server using Oracle Universal Installer (OUI). There is no existing Oracle installation on the server. Which two are prerequisites? (Choose two).

A. an operating system user to own this installation

B. the Oracle Inventory group oinstall

C. an operating system account called grid

D. a group called dba

E. the installation of Oracle ASMLIB

Buy Now

Correct Answer: AB

Questions 9

Which statement describes the significance of the CHANGE FAILURE command in RMAN? (Choose all that apply.)

A. It is used to change failure priority only for HIGH or LOW priorities.

B. It is used to execute the advised repair script.

C. It is used to change failure priority only for the CRITICAL priority.

D. It is used to explicitly close the open failures.

E. It is used to inform the database about the repair after the repair script executes.

Buy Now

Correct Answer: AD

Questions 10

Which three are true about Recovery Manager (RMAN) active database duplication? (Choose three)

A. Pre-existing backups of the database to be duplicated are required for the "push" method of duplication.

B. Pre-existing backups of the database to be duplicated are required for the "pull" method of duplication.

C. Pre-existing backups of the database to be duplicated are always used if they exist.

D. Image copies can be used to duplicate the active database.

E. The active database must be duplicated while in OPEN state.

F. No connection to the recovery catalog is required for active database duplication.

G. Backup sets can be used to duplicate the active database.

Buy Now

Correct Answer: DFG

Questions 11

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 12

Which three statements are true about Flashback Database?

A. Flashback logs are written sequentially, and are archived.

B. Flashback Database uses a restored control file to recover a database.

C. The Oracle database automatically creates, deletes, and resides flashback logs in the Fast Recovery Area.

D. Flashback Database can recover a database to the state that it was in before a reset logs operation.

E. Flashback Database can recover a data file that was dropped during the span of time of the flashback.

F. Flashback logs are used to restore to the blocks' before images, and then the redo data may be used to roll forward to the desired flashback time.

Buy Now

Correct Answer: CDF

Questions 13

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.

Buy Now

Correct Answer: AC

Reference: https://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:1137385000346840516

Exam Code: 1Z0-083
Exam Name: Oracle Database Administration II
Last Update: Jul 05, 2025
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

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