Download Oracle Database 19c: Data Guard Administration.1Z0-076.Pass4Success.2026-04-01.40q.tqb

Vendor: Oracle
Exam Code: 1Z0-076
Exam Name: Oracle Database 19c: Data Guard Administration
Date: Apr 01, 2026
File Size: 884 KB

How to open TQB files?

Files with TQB (Taurus Question Bank) extension can be opened by Taurus Exam Studio.

Demo Questions

Question 1
Examine this query and its output:
Which two statements are true?
  1. The master observer is connected to the database on which the query was executed.
  2. The master observer is currently running on ol7.example.com.
  3. The master observer is not running, but should run on ol7.example.com.
  4. Cats is a bystander database.
  5. The master observer is not connected to the database on which the query was executed.
Correct answer: D, E
Explanation:
D . The database role indicated by FS_FAILOVER_STATUS as BYSTANDER implies that the database is a standby database in the Data Guard configuration. This means the database is neither a primary database nor an active failover target.E . Since the FS_FAILOVER_OBSERVER_HOST column shows cats, it suggests that this is the host on which the observer would run. However, because the FS_FAILOVER_OBSERVER_PRESENT column is not shown, we cannot definitively state if the observer is currently connected or not. If FS_FAILOVER_OBSERVER_PRESENT is 'YES', the observer is connected, if 'NO', then it's not. In the absence of this column's output, the best assumption based on the available data is that the observer is not connected.The output shows that the FS_FAILOVER_STATUS is BYSTANDER, which indicates that the database in question is not actively involved in a fast-start failover configuration as a primary or standby. It is in a bystander role, meaning that while it is part of a Data Guard configuration, it is neither a target for failover nor actively participating in failover operations. Additionally, FS_FAILOVER_OBSERVER_HOST shows 'cats', which indicates the host where the observer process is expected to run. However, since there is no information about the observer being present, we can infer that although 'cats' is designated for the observer to run, the observer is not currently connected to this database.Reference Oracle documentation on Data Guard configurations and the V$DATABASE view which provides information about the fast-start failover status and observer host.
D . The database role indicated by FS_FAILOVER_STATUS as BYSTANDER implies that the database is a standby database in the Data Guard configuration. This means the database is neither a primary database nor an active failover target.
E . Since the FS_FAILOVER_OBSERVER_HOST column shows cats, it suggests that this is the host on which the observer would run. However, because the FS_FAILOVER_OBSERVER_PRESENT column is not shown, we cannot definitively state if the observer is currently connected or not. If FS_FAILOVER_OBSERVER_PRESENT is 'YES', the observer is connected, if 'NO', then it's not. In the absence of this column's output, the best assumption based on the available data is that the observer is not connected.
The output shows that the FS_FAILOVER_STATUS is BYSTANDER, which indicates that the database in question is not actively involved in a fast-start failover configuration as a primary or standby. It is in a bystander role, meaning that while it is part of a Data Guard configuration, it is neither a target for failover nor actively participating in failover operations. Additionally, FS_FAILOVER_OBSERVER_HOST shows 'cats', which indicates the host where the observer process is expected to run. However, since there is no information about the observer being present, we can infer that although 'cats' is designated for the observer to run, the observer is not currently connected to this database.
Reference Oracle documentation on Data Guard configurations and the V$DATABASE view which provides information about the fast-start failover status and observer host.
Question 2
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:
1) Stop the observer on host1
2) Disable Fast-Start Failover
3) Update the broker configuration with the new observer hostname
4) Enable Fast-Start Failover
5) Start the Observer on host2
Which contains the minimum required steps to move the observer to host2?
  1. Execute tasks 1 and 5
  2. Execute only task 5
  3. Execute tasks 1, 3, and 5
  4. Execute tasks 1, 2, 3, 4, and 5
Correct answer: C
Explanation:
Stop the Observer on host1 to ensure that there are no conflicts between the instances of the Observer running on different hosts.Update the Data Guard Broker configuration with the new hostname for the Observer. This step is crucial to redirect the Data Guard Broker to communicate with the Observer on the new host.Start the Observer on host2 to resume its operations in the new environment.Disabling and re-enabling Fast-Start Failover (steps 2 and 4) are not strictly necessary for moving the Observer to a new host. These steps would be more relevant if changes to the configuration of Fast-Start Failover itself were required, which is not the case when simply relocating the Observer.
Stop the Observer on host1 to ensure that there are no conflicts between the instances of the Observer running on different hosts.
Update the Data Guard Broker configuration with the new hostname for the Observer. This step is crucial to redirect the Data Guard Broker to communicate with the Observer on the new host.
Start the Observer on host2 to resume its operations in the new environment.
Disabling and re-enabling Fast-Start Failover (steps 2 and 4) are not strictly necessary for moving the Observer to a new host. These steps would be more relevant if changes to the configuration of Fast-Start Failover itself were required, which is not the case when simply relocating the Observer.
Question 3
Active Data Guard (ADG) databases are widely used to offload reporting or ad hoc query-only jobs from the primary database. Reporting workload profile is different from the primary database and often requires tuning.
Which tool is used to tune SQL workloads running on an ADG database?
  1. Standby Statspack
  2. In-Memory Active Session History (ASH)
  3. Automatic Diagnostic Database Monitor (ADDM)
  4. Automatic Workload Repository (AWR)
  5. SQL Tuning Advisor
Correct answer: D
Explanation:
AWR collects, processes, and maintains performance statistics for problem detection and self-tuning purposes. In an Active Data Guard environment, where the physical standby database can be used for read-only workloads, AWR can be instrumental in identifying performance bottlenecks and areas for optimization. It provides detailed reports that include wait events, time model statistics, and active session history, making it an invaluable tool for tuning SQL queries and overall database performance in an ADG setup.
AWR collects, processes, and maintains performance statistics for problem detection and self-tuning purposes. In an Active Data Guard environment, where the physical standby database can be used for read-only workloads, AWR can be instrumental in identifying performance bottlenecks and areas for optimization. It provides detailed reports that include wait events, time model statistics, and active session history, making it an invaluable tool for tuning SQL queries and overall database performance in an ADG setup.
Question 4
On your logical standby database, you specified these rules:
After completion of the weekend batch cycle you attempt to delete the SQL Apply filters:
Which is TRUE regarding the execution of the UNSKIP procedure?
  1. It succeeds only if all DML statements executed on the primary have been applied on the logical standby deleting the SQL Apply filter.
  2. It deletes both the SQL Apply filters.
  3. It succeeds but the SQL Apply filters are not deleted.
  4. It succeeds only if SQL apply is stopped before deleting the SQL Apply filter.
  5. It returns an error because the syntax to delete a SQL Apply filter must specify the same object names as specified when the filter was added.
Correct answer: B
Explanation:
The execution of the UNSKIP procedure is designed to remove SQL Apply filters that have been previously set up on a logical standby database. Based on the provided statements, the UNSKIP procedure is directed to delete any SQL Apply filters for DML statements associated with objects in the 'HR' schema that start with 'EMP'. Since both SKIP procedures had the same schema name ('HR') and statement type ('DML'), and the UNSKIP procedure uses a wildcard (%) for the object name, it will successfully remove both of the SQL Apply filters for 'EMP_NEW' and 'EMP_OLD', as both object names match the pattern provided in the UNSKIP procedure.Reference: Oracle's Data Guard documentation and SQL Language Reference provide insights into managing SQL Apply filters on a logical standby database using the DBMS_LOGSTDBY package. This includes adding and removing filters through SKIP and UNSKIP procedures.
The execution of the UNSKIP procedure is designed to remove SQL Apply filters that have been previously set up on a logical standby database. Based on the provided statements, the UNSKIP procedure is directed to delete any SQL Apply filters for DML statements associated with objects in the 'HR' schema that start with 'EMP'. Since both SKIP procedures had the same schema name ('HR') and statement type ('DML'), and the UNSKIP procedure uses a wildcard (%) for the object name, it will successfully remove both of the SQL Apply filters for 'EMP_NEW' and 'EMP_OLD', as both object names match the pattern provided in the UNSKIP procedure.
Reference: Oracle's Data Guard documentation and SQL Language Reference provide insights into managing SQL Apply filters on a logical standby database using the DBMS_LOGSTDBY package. This includes adding and removing filters through SKIP and UNSKIP procedures.
Question 5
You are monitoring your Data Guard broker configuration and issue this set of DGMGRL commands:
DGMGRL> SHOW CONFIGURATION;
Configuration - DRSolution
Protection Mode: MaxPerformance
Databases:
Close_by - Primary database
FS_inst - Far Sync
Far_away - Physical standby database
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
What is true concerning this configuration?
  1. The Close_by primary database instance forwards redo to the FS_inst Far Sync instance, which forwards the redo in turn to the Far_away physical standby database instance.
  2. The FS_inst Far Sync instance forwards redo to the Far_away physical standby only if the Close_by primary database is not able to do so.
  3. The Far Sync instance will not forward redo to the Far_away physical standby because Fast-Start Failover is disabled.
  4. The Close_by primary database forwards redo to the Far_away physical standby directly and also sends redo to the FS_inst Far Sync instance.
  5. The Far Sync instance will not forward redo to the Far_away physical standby because the Protection mode is not MaxProtection.
Correct answer: A
Question 6
Which two are true about database roles in an Oracle Data Guard configuration?
  1. A Physical Standby Database can be converted into a Logical Standby Database.
  2. A Snapshot Standby Database can be a fast-start failover target.
  3. A Logical Standby Database can be converted to a Snapshot Standby Database.
  4. A Logical Standby Database can cascade redo to a terminal destination.
  5. A configuration consisting only of a primary and one or more physical standby databases can support a rolling release upgrade.
Correct answer: 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.
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 7
Which three are true about using RMAN in a Data Guard environment?
  1. Backups of archived redo logs taken on a physical standby are interchangeable with a primary.
  2. Backups of control files taken on a physical standby are not interchangeable with a primary.
  3. A recovery catalog is required when RMAN is used to take backups from a physical standby database if you plan to recover the primary using those backups.
  4. Backups of data files taken on a physical standby are interchangeable with a primary.
  5. A recovery catalog is required when RMAN is used to take backups from a logical standby database in a Data Guard configuration if you plan to recover the primary using those backups.
Correct answer: A, B, D
Question 8
A Data Guard environment has this configuration and these attributes:
The primary database prima is in the local region.
A physical standby database physt1 is in the local region.
A physical standby database physt2 is in a remote region.
The primary ships redo to physt1.
physt1 ships redo to physt2.
physt1 and physt2 have Real-Time Query enabled.
A sequence has been created with this SQL statement in the primary database:
CREATE SEQUENCE a NOCACHE SESSION;
Which TWO statements are TRUE?
  1. The sequence is usable on physt1 and physt2.
  2. The sequence is usable on physt2 if physt1 becomes unavailable, but only if an alternate redo destination has been configured on the primary database.
  3. physt2 will no longer receive redo if physt1 becomes unavailable, unless LOG_ARCHIVE_DEST_n has the ALTERNATE attribute specified on the primary database.
  4. physt2 will no longer receive redo if physt1 becomes unavailable, unless LOG_ARCHIVE_DEST_n has the ALTERNATE attribute specified on physt1.
  5. The sequence is usable on physt1 but not usable on physt2.
Correct answer: A, C
Question 9
Which three types of backups offload ........ with the primary database in a data Guard
  1. Control files
  2. Broker configuration files
  3. Password files
  4. Data files
  5. Online logs
  6. Archive logs
Correct answer: A, D, F
Explanation:
In a Data Guard environment, you can offload the backups of certain database components to a physical standby database. Incremental backups of a standby database are interchangeable with the primary database, meaning you can apply a backup taken on a standby database to a primary database and vice versa. This includes control files, data files, and archive logs. Backups of control files and nonstandby control files are interchangeable. You can restore a standby control file on a primary database and a primary control file on a physical standby database, demonstrating their interchangeability and the ability to offload control file backups to one database in a Data Guard environment.
In a Data Guard environment, you can offload the backups of certain database components to a physical standby database. Incremental backups of a standby database are interchangeable with the primary database, meaning you can apply a backup taken on a standby database to a primary database and vice versa. This includes control files, data files, and archive logs. Backups of control files and nonstandby control files are interchangeable. You can restore a standby control file on a primary database and a primary control file on a physical standby database, demonstrating their interchangeability and the ability to offload control file backups to one database in a Data Guard environment.
Question 10
You notice that the SQL apply lag on your logical standby database has increased but the redo transport lag has not.
Which four could be reasons for the increase in SQL apply lag?
  1. An undersized undo tablespace on the logical standby
  2. Many SQL apply operations do full table scans
  3. An increased number of bulk updates on the primary
  4. An increased number of bulk inserts on the primary
  5. The standby redo log files are undersized on the primary database
  6. An undersized shared pool
Correct answer: A, B, C, F
Explanation:
The SQL apply lag on a logical standby database can be caused by several factors:A: An undersized undo tablespace can lead to delays in SQL apply operations as it may not be able to handle the volume of undo records generated by the SQL apply process.B: SQL apply operations that do full table scans can consume significant system resources, potentially leading to higher apply lag.C: An increased number of bulk updates on the primary database may generate a large volume of redo data, which can cause apply lag if the logical standby cannot apply the changes quickly enough.F: An undersized shared pool may affect the parsing and execution of SQL statements by SQL apply, which can contribute to the apply lag.Option D is less likely to be a direct cause of SQL apply lag compared to bulk updates, as inserts generate new data rather than modifying existing data, which SQL apply can typically handle more efficiently.Option E is incorrect because the size of the standby redo log files on the primary database impacts redo transport lag, not SQL apply lag.
The SQL apply lag on a logical standby database can be caused by several factors:
A: An undersized undo tablespace can lead to delays in SQL apply operations as it may not be able to handle the volume of undo records generated by the SQL apply process.
B: SQL apply operations that do full table scans can consume significant system resources, potentially leading to higher apply lag.
C: An increased number of bulk updates on the primary database may generate a large volume of redo data, which can cause apply lag if the logical standby cannot apply the changes quickly enough.
F: An undersized shared pool may affect the parsing and execution of SQL statements by SQL apply, which can contribute to the apply lag.
Option D is less likely to be a direct cause of SQL apply lag compared to bulk updates, as inserts generate new data rather than modifying existing data, which SQL apply can typically handle more efficiently.
Option E is incorrect because the size of the standby redo log files on the primary database impacts redo transport lag, not SQL apply lag.
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!