0% found this document useful (0 votes)
260 views4 pages

Xcerts Certifications

Uploaded by

Lang Tu Mong Mo
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)
260 views4 pages

Xcerts Certifications

Uploaded by

Lang Tu Mong Mo
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/ 4

CERTIFICATIONS

We provide the latest IT certification practice exams in a variety of formats and


for all types of IT professionals. Our commitment to get you certified in the
shortest and easiest way is evident in the quality of our products.
Our state-of-the-art Test Engine Software simulates the real exam environment
and are available for: Windows (.EXE), Android App (.APK) and eReader (eBook)
formats. These questions and answers will help you pass your certification exam
on your first try or we refund your MONEY in full.

Xcerts Certifications
[email protected] | https://Xcerts.com
Oracle
1Z0-076
Oracle Database 19c: Data
Guard Administration Exam
1Z0-076

QUESTION: 1
Which two are true about database roles in an Oracle Data Guard configuration?

A. A Physical Standby Database can be converted into a Logical Standby Database.


B. A Snapshot Standby Database can be a fast-start failover target.
C. A Logical Standby Database can be converted to a Snapshot Standby Database.
D. A Logical Standby Database can cascade redo to a terminal destination.
E. A configuration consisting only of a primary and one or more physical standby databases can
support a rolling release upgrade.

Answer(s): A, E

Explanation:
A Physical Standby Database can indeed be converted into a Logical Standby Database,
providing flexibility in a Data Guard configuration. This allows for the database to switch roles
and supports SQL apply operations, enabling more granular control over the data and
transactions being replicated and applied. Additionally, having a configuration with a primary
database and one or more physical standby databases allows for rolling upgrades to be
performed. This means that each database in the Data Guard configuration can be upgraded in
a phased manner, minimizing downtime and ensuring high availability during the upgrade
process.

QUESTION: 2
You must design an Oracle Data Guard configuration for a DSS database that meets these
permanent requirements:
1. Creating and maintaining bitmap indexes should not impact the performance of the primary
database.
2. Creating and maintaining materialized views should not impact the performance of the
primary database.
Additionally, there are these requirements, only one of which is ever done at any one time:
1. It should be possible to apply designated patches with a minimum amount of downtime.
2. Upgrading to a new database release should be performed with the least possible amount of
downtime.
3. New application software releases should be tested against an exact and up-to-date replica
of the primary database.

Which configuration meets these requirements with the fewest of databases?

A. a primary database with one logical standby database


B. a primary database with two logical standby databases
C. a primary database with one physical standby database
D. a primary database with two physical standby databases
E. A primary database with one logical and one physical standby database

Answer(s): A

Explanation:
Logical standby databases allow the execution of DDL and DML operations, which makes them
suitable for maintaining bitmap indexes and materialized views without affecting the

https://Xcerts.com 2
1Z0-076

performance of the primary database .


Logical standby databases can be used for performing rolling upgrades and patching with
minimum downtime, meeting another requirement .
They also enable the testing of new application software releases against an up-to-date replica
of the primary database, fulfilling the last requirement.
Other configurations involving physical standby databases or combinations of logical and
physical standby databases might not meet all the specified requirements as efficiently or with
the same level of performance isolation for the primary database.

QUESTION: 3
You created two remote physical standby databases using SQL and RMAN. The primary
database is a four-instance RAC database and each physical standby database has two
instances.
Roles-based services are used for client connectivity and have been defined in the Grid
Infrastructure.
Consider these operational requirements:
· The ability to manage multiple standby databases with a single tool · The simplification of
switchovers, failovers, reinstatements, and conversions to and from snapshot standby
databases
· The automation of failovers to a specified target standby database Which TWO tools can be
used to fulfill these requirements7

A. RMAN
B. SQL*Plus
C. CRSCTL
D. Enterprise Manager Cloud Control
E. DGMGRL
F. SRVCTL
G. GDCCTL

Answer(s): D, E

Explanation:
Enterprise Manager Cloud Control provides a graphical interface to manage multiple standby
databases, simplify switchovers and failovers, and automate failover processes to a specified
target standby database. It offers a comprehensive view and control over the Data Guard
configuration, making complex operations more manageable.
DGMGRL is a command-line tool specifically designed for managing Data Guard configurations.
It allows the administration of multiple standby databases, simplifies the execution of
switchovers and failovers, reinstatements, and conversions to and from snapshot standby
databases, and supports the automation of failover processes to a specified standby database.
Other options like RMAN, SQL*Plus, CRSCTL, SRVCTL, and GDCCTL do not provide the
same level of integrated management functionality for Data Guard environments as Enterprise
Manager Cloud Control and DGMGRL.

QUESTION: 4
The Oracle database 19c Observer is currently running on host1 and you wish to have it running
on host2.
Examine this list of possible steps:

https://Xcerts.com 3

You might also like