1z0-066.exam: Number: 1z0-066 Passing Score: 800 Time Limit: 120 Min File Version: 1
1z0-066.exam: Number: 1z0-066 Passing Score: 800 Time Limit: 120 Min File Version: 1
exam
Number: 1z0-066
Passing Score: 800
Time Limit: 120 min
File Version: 1
1z0-066
https://www.gratisexam.com/
https://www.gratisexam.com/
Exam A
QUESTION 1
Which two are true about database roles in an Oracle Data Guard Configuration? (Choose two.)
https://www.gratisexam.com/
A. A configuration consisting only of a primary and one or more physical standby databases can support a rolling release upgrade.
B. A Logical Standby Database can be converted to a Snapshot Standby Database.
C. A Logical Standby Database can cascade redo to a terminal destination.
D. A Snapshot Standby Database can be a fast-start failover target.
E. A Physical Standby Database can be converted into a Logical Standby Database.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
B: A snapshot standby database can be converted back into a physical standby database at any time.
E: You create a logical standby database by first creating a physical standby database and then transitioning it to a logical standby database.
Incorrect Answers:
A: Oracle Database supports the installation of database software upgrades, and the application of patch sets, in a rolling fashion—with near zero database
downtime—by using Data Guard SQL Apply and logical standby databases.
C: A cascaded redo transport destination (also known as a terminal destination) receives primary database redo indirectly from a standby database rather than
directly from a primary database. Only physical standby databases can cascade redo.
References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/create_ls.htm#SBYDB4732
https://docs.oracle.com/cd/E11882_01/server.112/e41134/manage_ps.htm#SBYDB00580
https://www.gratisexam.com/
QUESTION 2
There are currently 6 APPLIER and 6 PREPARER processes running and no idle APPLIER processes on your logical standby database.
The MAX_SERVERS SQL apply parameter and number of archiver processes are both set to 12.
Identify two changes, each of which would allow you to increase the number of APPLIER processes. (Choose two.)
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
There are three parameters that can be modified to control the number of processes allocated to SQL Apply: MAX_SERVERS, APPLY_SERVERS, and
PREPARE_SERVERS. The following relationships must always hold true:
This is because SQL Apply always allocates one process for the READER, BUILDER, and ANALYZER roles.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/manage_ls.htm
QUESTION 3
Which three statements are true about snapshot standby databases? (Choose three.)
https://www.gratisexam.com/
Section: (none)
Explanation
Explanation/Reference:
Explanation:
C: Flashback Database is similar to conventional point-in-time recovery in its effects. It enables you to return a database to its state at a time in the recent past.
Flashback Database uses its own logging mechanism, creating flashback logs and storing them in the fast recovery area. You can only use Flashback Database if
flashback logs are available. Flashback Database is used to convert a snapshot standby database back into a physical standby database.
E: When we convert the physical standby database to snapshot standby database a guaranteed restore point is created. This guaranteed restore point is used to
flashback a snapshot standby database to its original state.
Incorrect Answers:
A: Oracle Database supports the installation of database software upgrades, and the application of patch sets, in a rolling fashion—with near zero database
downtime—by using Data Guard SQL Apply and logical standby databases.
References:
https://docs.oracle.com/cd/E11882_01/server.112/e41134/manage_ps.htm#SBYDB4803
http://satya-dba.blogspot.se/2012/06/snapshot-standby-databases-oracle.html
QUESTION 4
Which three statements are true about Global Sequences when connected to a physical standby database with Real-Time Query enabled? (Choose three.)
A. If the CACHE option is set then the size of the cache must be at least 100.
B. Their creation requires that a LOG_ARCHIVE_DEST_n parameter be defined in the standby that points back to their primary.
C. Their usage will always have a performance impact on the primary database.
D. Their usage may have a performance impact on the physical standby database if the CACHE size is too small
E. They must have the NOORDER and CACHE options set.
Explanation/Reference:
Explanation:
B: the terminal standby should have a LOG_ARCHIVE_DEST_n parameter defined that points back to the primary.
D: Because the standby's requests for a range of sequences involve a round-trip to the primary, be sure to specify a large enough value for the CACHE keyword
when you create a sequence that will be used on an Oracle Active Data Guard standby. Otherwise, performance could suffer.
E: In an Oracle Active Data Guard environment, sequences created by the primary database with the default CACHE and NOORDER options can be accessed from
https://www.gratisexam.com/
standby databases as well.
References: https://docs.oracle.com/database/121/SBYDB/manage_ps.htm#SBYDB5164
QUESTION 5
Examine this query and its output:
FS_FAILOVER_STATUS FS_FAILOVER_CURRENT_TARGET
BYSTANDER cats
FS_FAILOVER_OBSERVER_PRESENT FS_FAILOVER_OBSERVER_HOST
NO ol7.example.com
A. The observer is not connected to the database on which the query was executed.
B. Cats is a bystander database.
C. The observer is connected to the database on which the query was executed.
D. The observer is currently running on ol7.example.com.
E. The observer is not running, but should run on ol7.example.com.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Viewing Information About the Observer
You can find information about the observer by querying the following columns in the V$DATABASE view:
* FS_FAILOVER_OBSERVER_HOST shows the name of the computer on which the observer is running. Here it is cats.
* FS_FAILOVER_OBSERVER_PRESENT shows whether or not the observer is connected to the local database. Here the value is
https://www.gratisexam.com/
QUESTION 6
Which three are true about using RMAN in a Data Guard environment? (Choose three.)
A. 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.
B. Backups of archived redo logs taken on a physical standby are interchangeable with a primary.
C. 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.
D. Backups of control files taken on a physical standby are not interchangeable with a primary.
E. Backups of data files taken on a physical standby are interchangeable with a primary.
Explanation/Reference:
Explanation:
RMAN uses a recovery catalog to track filenames for all database files in a Data Guard environment. A recovery catalog is a database schema used by RMAN to
store metadata about one or more Oracle databases. The catalog also records where the online redo logs, standby redo logs, tempfiles, archived redo logs, backup
sets, and image copies are created.
RMAN commands use the recovery catalog metadata to behave transparently across different physical databases in the Data Guard environment. For example, you
can back up a tablespace on a physical standby database and restore and recover it on the primary database. Similarly, you can back up a tablespace on a primary
database and restore and recover it on a physical standby database.
Incorrect Answers:
A: Because a logical standby database is not a block-for-block copy of the primary database, you cannot use a logical standby database to back up the primary
database
D: Backups of standby control files and nonstandby control files are interchangeable. For example, you can restore a standby control file on a primary database
and a primary control file on a physical standby database. This interchangeability means that you can offload control file backups to one database in a Data Guard
environment. RMAN automatically updates the filenames for database files during restore and recovery at the databases.
References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/rman.htm#SBYDB4853
QUESTION 7
A customer has these requirements for their proposed Data Guard implementation:
1. Zero data loss must still be guaranteed through the loss of any one configuration component.
2. The primary database must be protected against a regional disaster.
https://www.gratisexam.com/
3. Performance overheads on the primary should be minimized as much as possible given these requirements.
4. Downtime on the primary database for any reason must be kept to a minimum.
Which Data Guard broker commands are needed to implement these requirements?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The route between fs1 and physical standbase in the remote region, like physt2, should be SYNC or SYNC NOAFFIRM.
Note:
Fast Sync is a new Data Guard capability available with Oracle Database 12c. Fast Sync enables use of the destination parameter NOAFFIRM which specifies
that the standby acknowledge receipt of redo without waiting for the write to the standby redo log file to complete. Fast Sync can improve application response
time in a SYNC configuration by removing remote I/O from the total round trip time.
https://www.gratisexam.com/
Active Data Guard Far Sync Architecture
Incorrect Answers:
B: There is no keyword FASTSYNC. To configure fast sync you use SYNC NOAFFIRM.
C: The route between fs1 and physical standbase in the remote region, like physt, should be SYNC, not ASYNC.
D: The route between fs1 and physical standbase in the remote region, like physt2, should be SYNC, not ASYNC.
References: http://www.oracle.com/technetwork/database/availability/farsync-2267608.pdf
QUESTION 8
Examine the Data Guard configuration:
Configuration - Animals
https://www.gratisexam.com/
DGMGRL> show fast_start failover;
Fast-Start Failover: ENABLED
Threshold: 30 seconds
Target: dogs
Observer: ol7.example.com
Lag Limit: 30 seconds (not in use)
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: 10 seconds
Observer Override: FALSE
LAST_FAILOVER_REASON
ORA-01578: ORACLE data block corrupted (file # %s, block # %s)
Identify the task, or sequence of tasks, to bring the configuration into the SUCCESS state.
A. Bring Dogs to the NOMOUNT state and let the broker reinstate Dogs automatically.
B. MOUNT DOGS and issue “reinstate database dogs:” at the DGMGRL prompt while connected to Dogs.
C. MOUNT DOGS and issue “reinstate database dogs:” at the DGMGRL prompt while connected to Sheep.
D. Open Dogs and let the broker reinstate Dogs automatically.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
https://www.gratisexam.com/
The command REINSTATE DATABASE reinstates a database as a new standby database in the broker configuration for the current primary database.
Reference: https://docs.oracle.com/cd/B28359_01/server.111/b28295/dgmgrl.htm#BABDACIF
QUESTION 9
You are monitoring your Data Guard broker configuration and issue this set of DGMGRL commands:
Configuration ‒ DRSolution
Configuration Status:
SUCCESS
A. 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.
B. The far sync instance will not forward redo to the Far_away physical standby because the Protection mode is not MaxProtection.
C. 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.
D. The far sync instance will not forward redo to the Far_away physical standby because Fast-Start Failover is disabled.
E. 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.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
An Oracle Data Guard far sync instance is a remote Oracle Data Guard destination that accepts redo from the primary database and then ships that redo to other
members of the Oracle Data Guard configuration. A far sync instance manages a control file, receives redo into standby redo logs (SRLs), and archives those SRLs
to local archived redo logs, but that is where the similarity with standbys ends. A far sync instance does not have user data files, cannot be opened for access,
cannot run redo apply, and can never function in the primary role or be converted to any type of standby database.
https://www.gratisexam.com/
References: https://docs.oracle.com/database/121/SBYDB/create_fs.htm
QUESTION 10
After converting your physical standby database to a logical database, you get an error:
Configuration ‒ proddg
A. Add a logical standby database PRODSBY and enable it, thereby replacing the physical standby database metadata in the broker configuration.
B. Remove the physical standby database PRODSBY from the broker configuration, add a logical standby database PRODSBY to the broker configuration
and enable it.
C. Reinstate the physical standby database PRODSBY as a logical standby, thereby replacing the physical standby database metadata in the broker configuration.
D. Reinstate both the primary and physical standby databases. The broker will automatically detect that PRODSBY is a logical standby update to the metadata.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
You can reenable the standby database or reset the primary database state to ONLINE to fix the inconsistencies.
References: https://docs.oracle.com/cd/B19306_01/server.102/b14230/cli.htm
QUESTION 11
Which four requirements can be met by deploying a logical standby database? (Choose four.)
https://www.gratisexam.com/
B. It can be used to create additional schemas.
C. It can be used to create additional tables.
D. It must have the same physical structure as the primary database.
E. It must provide a disaster-recovery solution that protects all data with capability of performing switchovers and failovers.
F. Support for workloads requiring additional materialized views.
G. It can be used for Real Application Testing without affecting the disaster recovery capabilities.
Explanation/Reference:
Explanation:
A: DDL Statements supported by a Logical Standby Database include:
ALTER INDEX
CREATE INDEX
DROP INDEX
Incorrect Answers:
D: The physical organization in a logical standby database is different from that of the primary database, even though the logical standby database is created from a
backup copy of the primary database.
References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/create_ls.htm#SBYDB4731
https://docs.oracle.com/cd/B28359_01/server.111/b28294/data_support.htm
QUESTION 12
A query on the view DBA_LOGSTDBY_UNSUPPORTED on your primary database returns several rows.
As a result of this, you decide that an upgrade may not use logical standby databases.
Which three are true about upgrading Data Guard environments consisting of one physical standby database running on a separate host from the primary? (Choose
three.)
https://www.gratisexam.com/
A. The upgrade requires downtime until the upgrade of the standby is completed.
B. The broker must be disabled during the upgrade.
C. With manual upgrade, catupgrd.sql can be executed on the primary and standby databases simultaneously.
D. The upgrade requires downtime until the upgrade of the primary is completed.
E. The new release of the Oracle Software must be installed on both the primary and standby database hosts.
F. Redo Apply on the standby database must be stopped while the primary database is upgraded.
G. Fast-Start Failover can be used to protect the primary database during the upgrade.
Explanation/Reference:
Explanation:
B: Disable the broker's management of the configuration and then stop the broker.
E: On the primary database install the newer release of the Oracle software, and on the logical standby database, install the newer release of the Oracle software.
Incorrect Answers:
C: Oracle Database 12c introduces a new command-line upgrade utility (catctl.pl). This utility replaces the catupgrd.sql script used to upgrade to previous
releases of Oracle Database. The new command-line upgrade utility enables parallel processing during the database upgrade, resulting in better upgrade
performance and reduced database downtime.
References:
https://docs.oracle.com/database/121/SBYDB/upgrades.htm#SBYDB1200
https://docs.oracle.com/database/121/DGBKR/upgrade_appx.htm#DGBKR1212
QUESTION 13
You are licensed to use Oracle Active Data Guard.
Which two statements are true after enabling block change tracking on a physical standby database? (Choose two.)
https://www.gratisexam.com/
F. It starts the CTWR process on the primary database instance.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A: Many of the customers now are opting to perform RMAN backups on standby database to offload the resources of production database.
B: To enable Active Data Guard on a standby database, set the ENABLE_OPTION_ACTIVE_DATA_GUARD initialization parameter to TRUE.
Note: Fast Incremental backups is possible with Block change tracking, which is initially introduced from version 10.2 onwards, by this tool it's very useful to reduce
the RMAN incremental backup duration but it is limited only for Primary database. From 11g Oracle with Active Data Guard feature we can use Block change
tracking even on Physical standby database.
References: http://www.morganslibrary.org/reference/block_change_tracking.html
QUESTION 14
Which three are true regarding the Enterprise Manager Cloud Control Data Guard configuration verification wizard? (Choose three.)
A. It checks that supplemental logging is turned on if there is a logical standby database in the configuration.
B. It verifies that parameter settings in the SPFILE or in memory or both, are consistent with the broker configuration properties for that database.
C. It checks that the current data protection level is consistent with the broker’s configured data protection mode.
D. It modifies the database configurable parameters to match the values set for the broker configuration.
E. It generates a workload on the primary database causing log switching, and monitors the arrival rate of redo on the standby database.
Explanation/Reference:
Explanation:
Usually Data Guard configuration verification is kind of health check of Data Guard, it does many things like performing complete health check, verifying the
FSFO status, determination of protection mode, availability of standby redo log files, Data Guard status whether valid or not, After the log switch whether the
sequence is shipping to standby or not and Data Guard properties. To initiate Data Guard verification Navigation is "Availability --> Verify Data Guard
Configuration".
https://www.gratisexam.com/
https://www.gratisexam.com/
References: http://www.toadworld.com/platforms/oracle/w/wiki/11149.monitoring-troubleshooting-data-guard-using-em12c
QUESTION 15
You created a physical standby database PRODSBY1 from the primary database PROD using SQL and RMAN.
Which two are prerequisites for creating a Data Guard Broker configuration to manage these databases? (Choose two.)
https://www.gratisexam.com/
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Explanation:
B: Enabled forced logging on the primary database by issuing the following command.
C: Enable Broker
When we have a primary database and a standby database, we need to start using the Data Guard Broker to manage them. Connect to both databases (primary
and standby) and issue the following command.
References: https://oracle-base.com/articles/12c/data-guard-setup-using-broker-12cr1
QUESTION 16
In which two cases is it possible to change the protection mode to maximum protection using Enterprise Manager Cloud Control? (Choose two.)
A. A snapshot standby database is the only standby database in the Data Guard configuration.
B. A logical standby database is the only standby database in the data guard configuration.
C. A far sync instance is the only Data Guard configuration member receiving redo in synchronous mode.
D. Flashback is not enabled for either the primary database, the standby database, or both in the Data Guard configuration.
E. The primary and standby databases are hosted on different operating systems.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Maximum protection mode requires the SYNC redo transport mode to be set on at least one standby database.
Note:
The Maximum protection mode ensures that no data loss will occur if the primary database fails. To provide this level of protection, the redo data needed to
recover a transaction must be written to both the online redo log and to the standby redo log on at least one synchronized standby database before the transaction
commits.
https://www.gratisexam.com/
To ensure that data loss cannot occur, the primary database will shut down, rather than continue processing transactions, if it cannot write its redo stream to at least
one synchronized standby database.
References: http://www.oracle.com/technetwork/oem/framework-infra/wp-em12c-building-ha-level3-1631423.pdf
QUESTION 17
Which two are true about the usage of DBMS_ROLLING? (Choose two.)
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
E: The trailing group contains the original primary database and standby databases that will protect the original primary during the rolling upgrade process.
D: Databases in the leading group are upgraded first; hence the name leading group. The leading group contains the designated future primary database, and the
physical standbys that you can configure to protect the designated future primary. The future primary is first converted into a logical standby database and then
the new database software is installed on it and the upgrade process is run. Other standby databases in the leading group also must have their software upgraded
at this point.
Note: To upgrade the database software in an Oracle Data Guard configuration in a rolling fashion, you first designate a physical standby as the future primary
database.
Conceptually, the rolling upgrade process splits the Oracle Data Guard configuration into two groups: the leading group (LG) and the trailing group (TG).
Incorrect Answers:
A: The leading group contains the designated future primary database, and the physical standbys that you can configure to protect the designated future primary.
References: https://docs.oracle.com/database/121/SBYDB/dbms_rolling_upgrades.htm#SBYDB5431
QUESTION 18
Which three statements are true about Far Sync instances? (Choose three.)
https://www.gratisexam.com/
A. The Data Guard Broker must be used to deploy and manage Far Sync instances.
B. They enable standby databases to be configured at remote distances from the primary without impacting performance on the primary.
C. A primary database can ship redo directly to multiple Far Sync instances.
D. They use an spfile, a standby controlfile, and standby redo logs.
E. They work with any protection level.
Explanation/Reference:
Explanation:
A: The far sync instance is added to a Data Guard broker configuration.
B: Creating a far sync instance is similar to creating a physical standby except that data files do not exist at the far sync instance. Therefore, on a far sync instance
there is no need to copy data files or restore data files from a backup. Once the far sync instance has been created, the configuration is modified to send redo
synchronously from the primary database to the far sync instance in Maximum Availability mode and the far sync instance then forwards the redo asynchronously
in real time.
Incorrect Answers:
C: A far sync instance manages a control file, receives redo into standby redo logs (SRLs), and archives those SRLs to local archived redo logs.
E: A far sync instance is supported in either maximum performance or maximum availability mode only.
Reference: https://docs.oracle.com/database/121/SBYDB/create_fs.htm
QUESTION 19
Which three statements are true about snapshot standby databases? (Choose three.)
https://www.gratisexam.com/
D. A logical standby database can be converted into a snapshot standby database.
E. Tablespaces can be created.
Explanation/Reference:
Explanation:
Incorrect Answers:
Not C: A snapshot standby database cannot be the target of a switchover or failover. A snapshot standby database must first be converted back into a physical
standby database before performing a role transition to it.
D: A snapshot standby database is a fully updatable standby database that is created by converting a physical standby database into a snapshot standby database.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/manage_ps.htm
QUESTION 20
Which three are benefits of using the Data Guard Broker to manage standby databases? (Choose three.)
Explanation/Reference:
Explanation:
BE: The broker simplifies switchovers and failovers by allowing you to invoke them using a single key click in Oracle Enterprise Manager or a single command at the
DGMGRL command-line interface (referred to in this documentation as manual failover).
C: The broker coordinates database state transitions and update database properties dynamically with the broker recording the changes in a broker configuration
file that includes profiles of all the databases in the configuration. The broker propagates the changes to all databases in the configuration and their server
parameter files.
https://www.gratisexam.com/
Reference: https://docs.oracle.com/cd/E11882_01/server.112/e40771/concepts.htm
QUESTION 21
Which three are always benefits of using a logical standby database? (Choose three.)
Explanation/Reference:
Explanation:
C: A logical standby database can be used to test new software releases and some kinds of applications on a complete and accurate copy of the primary's data. It
can host other applications and additional schemas while protecting data replicated from the primary against local changes.
D: A logical standby database is open read/write while changes on the primary are being replicated. Consequently, a logical standby database can
simultaneously be used to meet many other business requirements, for example it can run reporting workloads that would problematical for the primary's
throughput.
F: Logical standby can be used to greatly reduce downtime associated with applying patchsets and new software releases. A logical standby can be upgraded to
the new release and then switched over to become the active primary. This allows full availability while the old primary is converted to a logical standby and the
patchset is applied.
References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/standby.htm#SBYDB00103
QUESTION 22
Which two are prerequisites for creating a standby database using Enterprise Manager cloud control? (Choose two.)
https://www.gratisexam.com/
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A: Before you create a standby database you must first ensure the primary database is properly configured.
Place the primary database in FORCE LOGGING mode.
B: If archiving is not enabled, issue the following SQL statements to put the primary database in ARCHIVELOG mode and enable automatic archiving:
References: https://docs.oracle.com/database/121/SBYDB/create_ps.htm#SBYDB4719
QUESTION 23
A Data Guard environment has this configuration and these attributes:
A sequence has been created with this SQL statement in the primary database:
https://www.gratisexam.com/
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Note: LOG_ARCHIVE_DEST_n specifies an alternate archiving destination to be used when the original destination fails.
The ALTERNATE attribute is optional. If an alternate destination is not specified, then redo transport services do not automatically change to another destination if
the original destination fails.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/log_arch_dest_param.htm
https://docs.oracle.com/database/121/SQLRF/statements_6017.htm#SQLRF01314
QUESTION 24
Which two are prerequisites for enabling Automatic Block Media Recovery in a Data Guard environment consisting of a primary database, one physical standby
database and one logical standby database? (Choose two.)
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
C: Flashback Database must be enabled on the target database for RMAN to search the flashback logs for good copies of corrupt blocks. You must have already
enabled Flashback Database on the original primary database before the failover.
D: Block media recovery is a technique for restoring and recovering corrupt data blocks while data files are online. If only a few blocks are corrupt, then block
media recovery may be preferable to data file media recovery. For automatic block media recovery to work, a physical standby database must be in real-time
query mode, which requires an Oracle Active Data Guard license.
References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/scenarios.htm
https://docs.oracle.com/database/121/BRADV/rcmblock.htm#BRADV89786
QUESTION 25
Examine the Data Guard configuration:
https://www.gratisexam.com/
DGMGRL> show configuration:
Configuration ‒ Animals
Configuration Status:
SUCCESS
Explanation/Reference:
QUESTION 26
Which three statements are true about standby redo logs in a Data Guard configuration with no Oracle Streams or Goldengate configured? (Choose three.)
https://www.gratisexam.com/
Correct Answer: ACE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A: SQL Apply converts the data from the archived redo log or standby redo log in to SQL statements and then executes these SQL statements on the logical
standby database.
Note: Log apply services use the following methods to maintain physical and logical standby databases:
* Redo apply (physical standby databases only)
* SQL Apply (logical standby databases only)
C: The archiver (ARCn) process or the log writer (LGWR) process on the primary database can transmit redo data directly to remote standby redo log files,
potentially eliminating the need to register a partial archived log file (for example, to recover after a standby database crashes).
Incorrect Answers:
B: A: Standby redo log files are required to use real-time apply.
D: Standby redo log files are access by the Standby Database, not the primary database.
F: By default, the redo data is applied from archived redo log files. When performing Redo Apply, a physical standby database can use the real-time apply feature to
apply redo directly from the standby redo log files as they are being written by the RFS process, (ot the LGWR process).
Reference: https://docs.oracle.com/cd/B19306_01/server.102/b14239/log_apply.htm
QUESTION 27
Which two are prerequisites for configuring Transaction Guard in a Data Guard environment? (Choose two.)
A. Grant execute permission on the DBMS_APP_CONT package to relevant database schema owners.
B. Create a database service with COMMIT_OUTCOME set to TRUE, and ensure clients use that service to connect to the database instance.
C. Ensure that connection descriptors for database clients use the failover clause with the COMMIT_OUTCOME parameter set to TRUE.
D. Set INSTANCE_NAME identically on all the Data Guard Configuration databases and modify the local service name on the client to include
a CONNECTION_LIST containing all the standby hosts.
E. Create a database service with COMMIT_OUTCOME set to TRUE and ensure that the service is statically registered with the default listener on the primary host.
https://www.gratisexam.com/
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Explanation:
To use Transaction Guard with an application, you must do the following:
* Grant permission on the DBMS_APP_CONT package to the database users who will call
* Use an application service for all database work. Create the service using the srvctl command if you are using Oracle RAC, or using
the DBMS_SERVICE.CREATE_SERVICE PL/SQL subprogram if you are not using Oracle RAC.
Configure the services for commit outcome and retention. For example:
COMMIT_OUTCOME = TRUE
RETENTION_TIMEOUT = <retention-value>
COMMIT_OUTCOME determines whether transaction commit outcome is accessible after the commit has executed.
References: https://docs.oracle.com/database/121/ADFNS/adfns_trans_idemp_guard.htm#ADFNS338
QUESTION 28
Attempting to start the observer raises an error:
DGM-16954: Unable to open and lock the Observer configuration file Failed.
Identify two possible ways to start the observer successfully. (Choose two.)
Correct Answer: CD
Section: (none)
Explanation
https://www.gratisexam.com/
Explanation/Reference:
Explanation:
Error code: DGM-16954
Description: Unable to open and lock the Observer configuration file
Cause: The Observer configuration file cannot be opened or cannot be locked for exclusive access.
Action: Make sure the Observer has the correct operating system privileges to write the file and there is no other Observer that is using the same file. Try the
command again.
References: https://www.oraexcel.com/oracle-12cR1-DGM-16954
QUESTION 29
Which three statements are true about Data Guard configurations? (Choose three.)
A. All databases in one Data Guard environment must have the same database name.
B. VALID_FOR is a LOG_ARCHIVE_DEST_N attribute that enables DB role change operations without having to modify LOG_ARCHIVE_DEST_n
when performing switchovers or failovers.
C. For Standard Edition, LOG_ARCHIVE_DUPLEX_DEST is used to configure redo transport, from the primary to the standby database.
D. When using the Data Guard Broker, an spfile is not required.
E. Up to 30 physical standby databases may exist within one configuration.
F. The Oracle recommendation for the number of standby redo log groups per thread is one more than the number of online redo log groups per thread.
Explanation/Reference:
Explanation:
A: Parameter DB_NAME
On a primary database, specify the name used when the database was created. On a physical standby database, use the DB_NAME of the primary database.
E: A Data Guard configuration includes a production database referred to as the primary database, and up to 30 directly connected replicas referred to as standby
databases.
F: The Far Sync instance’s standby redo logs (SRLs) should have the same number of redo log groups as on the primary +1 for each thread as per standard MAA
Best Practices.
Incorrect:
not D: You must use a server parameter file (SPFILE) to ensure the broker can persistently reconcile values between broker properties and any related initialization
parameter values.
References: https://docs.oracle.com/database/121/SBYDB/create_ps.htm#SBYDB4720
https://www.gratisexam.com/
https://docs.oracle.com/database/121/DGBKR/install.htm#DGBKR090
QUESTION 30
Which two are true about the use of RMAN recovery catalogs when offloading backups to a physical standby database? (Choose two.)
A. It backups that are offloaded to a physical standby database are taken when not connected to a recovery catalog, then they may still be used for restoration
on the primary database.
B. The physical standby database may be used to register the database in the recovery catalog, if the primary is not registered.
C. The primary and physical standby databases must be registered separately in the recovery catalog, if a far sync instance is used to route redo to the
physical standby database.
D. It is not necessary to use a recovery catalog unless a far sync instance is used to route redo to the physical standby database.
E. Primary and physical standby database may use different virtual recovery catalogs in the same physical recovery catalog.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
E: The RMAN recovery catalog is subdivided into multiple virtual recovery catalogs.
D: The following RMAN configurations are recommended at a standby database where backups are not done:
1. Connect RMAN to the standby database as target, and to the recovery catalog.
2. Enable automatic deletion of archived logs once they are applied at the standby database (this is also applicable to all terminal databases when the cascading
or far sync instance features are in use)
Incorrect Answers:
A: When using RMAN in an Oracle Data Guard environment, you should always connect it to a recovery catalog.
B: You should not explicitly register the standby database in the recovery catalog.
References: https://docs.oracle.com/cd/E55822_01/AMAGD/amagd_concepts.htm#AMAGD562
QUESTION 31
Which three steps are prerequisites for the creation of a physical standby database on a separate server using the RMAN active database duplication method?
(Choose three.)
A. Set the DB_UNIQUE_NAME parameter on the primary database to a different value than that of the DB_NAME parameter.
B. Put the primary database into archivelog mode.
C. Startup nomount the standby database instance.
D. Configure Oracle Net connectivity on the primary host to the standby database instance.
https://www.gratisexam.com/
E. Establish user equivalence for the database software owner between the primary host and standby host.
Explanation/Reference:
Explanation:
C: Shut down and restart the auxiliary database instance on the destination host in NOMOUNT mode.
D: When a database must be accessed from another host, you must set up a password file and Oracle Net connectivity.
E: When instructed to connect to the necessary instances, connect to the root as a user with SYSDBA or SYSBACKUP privilege. On both instances, the password
for the user performing the duplication must be the same.
References: https://docs.oracle.com/database/121/BRADV/rcmdupdb.htm
QUESTION 32
Which three are required in order to use Real-Time Query without lagging behind the primary? (Choose three.)
Explanation/Reference:
Explanation:
D: The COMPATIBLE database initialization parameter must be set to 11.0 or higher to use the real-time query feature of the Oracle Active Data Guard option.
E: The apply lag control and Redo Apply synchronization mechanisms require that the client be connected and issuing queries to a physical standby database that
is in real-time query mode.
Incorrect Answers:
C: The standby database must receive redo data via the SYNC transport.
References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/manage_ps.htm#SBYDB00707
QUESTION 33
https://www.gratisexam.com/
Examine the Fast-start configuration:
Threshold : 30 seconds
Target: sheep
Observer : ol7.example.com
Lag Limit: 30 seconds (not in use)
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: (none)
Observer Override: FALSE
Health Conditions:
Corrupted Controlfile YES
Corrupted Dictionary YES
Inaccessible Logfile NO
Stuck Archiver YES
Datafile Offline YES
A. The observer will initiate a failover when the primary database is unable to produce local archived redo log files.
B. An automatic failover will be initiated even if the target standby database lags behind the primary.
C. The observer is running.
D. A failover may occur if the observer has lost connectivity to the primary database, even if the Fast-Start Failover target standby database has a good
connection to the primary database.
E. The configuration operates in Maximum Availability mode.
F. The configuration operates in Maximum Performance mode.
Explanation/Reference:
https://www.gratisexam.com/
Explanation:
A: Stuck Archiver: YES
Archiver is unable to archive a redo log because the device is full or unavailable.
C: Observer : 017.example.com
E: The FastStartFailoverLagLimit configuration property is only used by the broker when enabling fast-start failover for configurations operating in maximum
performance mode.
References: https://docs.oracle.com/cd/E11882_01/server.112/e40771/sofo.htm#DGBKR330
QUESTION 34
Which three are true concerning restoring of RMAN backups to primary and physical standby databases in a Data Guard environment? (Choose three.)
A. Backups of data files taken on the primary database may be restored on a physical standby database.
B. Backups of control files taken on the primary database may not be restored and used on a physical standby database.
C. Backups of SPFILEs taken on a physical standby database may not be restored on the primary database.
D. Backups of control files taken on a physical standby database may be restored on the primary database.
E. Backups of data files taken on a physical standby database may be restored on a primary database.
F. Backups of SPFILEs taken on the primary database may not be restored and used on a physical standby database.
Explanation/Reference:
Explanation:
C, F: All backup operations can be offloaded to a single standby database, except backups of the SPFILE. Backups of the SPFILE can only be restored to the
database from which they were backed up.
E: RMAN restores database files, over the network, from a physical standby database.
As of Oracle Database 12c, RMAN lets you restore or recover files by connecting, over the network, to a physical standby database that contains the required files.
You can restore an entire database, data files, control files, spfile, or tablespaces.
Note: An Oracle database consists of one or more logical storage units called tablespaces, which collectively store all of the database's data. Each tablespace in an
Oracle database consists of one or more files called datafiles, which are physical structures that conform to the operating system in which Oracle is running.
References: https://docs.oracle.com/database/121/SBYDB/rman.htm#SBYDB00755
QUESTION 35
https://www.gratisexam.com/
Which statement is true regarding Oracle Net connectivity for a Data Guard Broker configuration?
A. To start SQL apply on a logical standby database, a TNS entry enabling connectivity to the primary database instance must be defined on the logical
standby database host.
B. the LOCAL_LISTENER initialization parameter must be set to the listener used to register the primary database instance.
C. To enable Real_Time Query on a physical standby database, a TNS entry enabling connectivity to the standby database instance must be defined on the
primary database host.
D. A TNS enabling connectivity to the primary database instance must be defined on each of the standby database hosts.
E. A TNS entry or entries enabling connectivity to standby database instance(s) must be defined on the primary database host.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The tnsnames.ora on both Primary as well as Standby sites have entries for the databases.
Note: TNSNAMES.ORA is a SQL*Net configuration file that defines databases addresses for establishing connections to them.
References: http://gavinsoorma.com/2013/08/minimal-downtime-rolling-database-upgrade-to-12c-release-1/
QUESTION 36
Examine this list of possible steps:
Which is the minimum number of steps in the correct order, to perform a rolling release upgrade of a data guard environment using an existing logical standby
database and to enable the new functionality?
A. 5, 2, 4, 3, 6, 1
B. 1, 5, 2, 4, 6, 3
C. 5, 2, 4, 6, 3, 1
D. 4, 6, 5, 2, 3, 1
E. 5, 2, 4, 1
https://www.gratisexam.com/
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Execution: Execution of the rolling upgrade has five stages.
Stage 1 (5): The DBMS_ROLLING.START_PLAN procedure starts the execution of the rolling upgrade. This converts the LGM database, the future primary
database, to a logical standby and starts the SQL Apply process at the LGM.
Stage 2 (2): You upgrade the database software at the databases that are part of the leading group. You also run the upgrade scripts at the LGM. After this is done,
you must restart SQL Apply processes at the LGM database.
Stage 3 (4): After the apply lag reaches a given threshold (set to 10 minutes by default, but can be configured during the specification stage), the
DBMS_ROLLING.SWITCHOVER procedure proceeds with the switchover operation. When the switchover is complete, the LGM becomes the primary database.
Stage 4: The LGM is now the primary database running the new database software and the databases in the leading group are protecting it. The TGM is
mounted and the databases in the trailing group are still running the older version of the database software. You must prepare the TGM and TGS databases for
upgrade by upgrading the database software and re-mounting the databases on the higher version binaries.
Stage 5 (3, 6): Execute the DBMS_ROLLING.FINISH_PLAN procedure at the current primary database (originally the LGM). It reinstates all the databases in the
trailing group to become the standbys of the current primary database, and restarts the apply processes. The FINISH_PLAN procedure waits for all databases in the
trailing group to be upgraded to the new release (although the database software for the trailing group databases was changed in Stage 4, the data dictionary of the
trailing group databases, except for any logical standbys in the trailing group, are updated based on media recovery of the redo generated during the upgrade at the
LGM database).
Note: To upgrade the database software in an Oracle Data Guard configuration in a rolling fashion, you first designate a physical standby as the future primary
database.
Conceptually, the rolling upgrade process splits the Oracle Data Guard configuration into two groups: the leading group (LG) and the trailing group (TG).
Databases in the leading group are upgraded first; hence the name leading group. The leading group contains the designated future primary database, and the
physical standbys that you can configure to protect the designated future primary. The future primary is first converted into a logical standby database and then the
new database software is installed on it and the upgrade process is run. Other standby databases in the leading group also must have their software upgraded at
this point.
References: https://docs.oracle.com/database/121/SBYDB/dbms_rolling_upgrades.htm
QUESTION 37
https://www.gratisexam.com/
Which three are prerequisites for enabling Fast-Start Failover? (Choose three.)
A. The Fast-Start Failover target standby database must receive REDO directly from the primary database.
B. Flashback Database must be enabled on both the primary database and the Fast-Start Failover target standby database.
C. Flashback Database must be enabled only on the Fast-Start Failover target standby database.
D. The configuration must be operating in either Maximum Performance or Maximum Availability mode.
E. The configuration must be operating in either Maximum Performance or Maximum Protection mode.
F. The Data Guard environment must be managed by the Data Guard Broker.
Explanation/Reference:
Explanation:
B: You enable the Flashback Mode both on the primary database and on the standby database.
D: In Maximum Availability mode, Fast-Start Failover (FSFO) guarantees that no transaction that has received a commit acknowledgment will be lost during a
failover.
Oracle Database 11g FSFO adds support for Maximum Performance mode (async redo transfer), providing the flexibility to trade durability for performance.
F: The Dataguard Broker Observer (Observer) is used when fast start failover is required. Fast start failover is simply an automatic failover to the standby database
Incorrect Answers:
C: You enable the Flashback Mode both on the primary database and on the standby database.
References: http://dbasoumya.blogspot.se/2015/07/fast-start-failoverfsfo-in-oracle-11g.html
http://www.oracle.com/technetwork/articles/smiley-fsfo-084973.html
QUESTION 38
You must design an Oracle Data Guard configuration for an OLTP database that meets these permanent requirements:
Additionally, there are these requirements, only one of which is ever done at any one time:
https://www.gratisexam.com/
Which configuration meets these requirements with the fewest databases?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 39
Which two are true about management of a far sync instance when using the Data Guard Broker? (Choose two.)
A. A far sync instance is in a disabled state in the broker configuration immediately after adding it.
B. A far sync instance that has its RedoRoutes property set may not be disabled in the broker configuration.
C. Broker management of a far sync instance may only be disabled with the disable configuration DGMGRL command.
D. A far sync instance need not exist before adding it to the broker configuration but may not be enabled until created.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A: ADD FAR_SYNC
Adds an existing far sync instance to an Oracle Data Guard broker configuration.
The far sync instance is disabled after creation. You must explicitly enable it before the broker can ship redo to and from it.
B: A far sync instance that has its RedoRoutes property set cannot be disabled.
Incorrect Answers:
D: The far sync instance must already exist before you can add it to a broker configuration.
https://www.gratisexam.com/
References: https://docs.oracle.com/database/121/DGBKR/dgmgrl.htm
QUESTION 40
Your Data Guard environment has two remote physical standby databases.
Client applications use the local naming method to define connectivity to the primary database instance.
Which will automatically redirect clients to the new primary database in case of a switchover or failover?
A. Create a database service on the standby databases; automate the start of the service after a role change, and modify the connection description on the
clients to use that service.
B. Configure a PRIMARY role service on the Primary and Standby and modify the Client connect descriptor to include both Primary and the Standby.
C. Set the DB_NAME parameter identically on all databases; modify the connection descriptor on the clients to use DB_NAME to connect to the primary
database instance.
D. Set the LOCAL_LISTENER parameter for all the database instances, to register services with the default listener on the primary database host.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Example of error:
TNS-12514
”TNS: could not resolve the connect identifier specified"
*Cause:
A connection to a database or other service was requested using a connect identifier, and the connect identifier specified could not be resolved into a connect
descriptor using one of the naming methods configured.
*Actions include:
- Check that the net service name used as the connect identifier exists in the TNSNAMES.ORA file.
- If you are using local naming (TNSNAMES.ORA file):
- Make sure that "TNSNAMES" is listed as one of the values of the
NAMES.DIRECTORY_PATH parameter in the Oracle Net profile (SQLNET.ORA)
- Verify that a TNSNAMES.ORA file exists and is in the proper directory and is accessible.
- Make sure there are no syntax errors anywhere in the TNSNAMES.ORA file. Look for
303811.pdf
QUESTION 41
https://www.gratisexam.com/
Your Data Guard environment consists of these components and settings:
https://www.gratisexam.com/
1. A primary database supporting an OLTP workload
2. A remote physical standby database
3. Real-time query is enabled
4. The redo transport mode is set to SYNC.
5. The protection mode is set to Maximum Availability.
Which two are true regarding the DelayMins Database Property for the standby database? (Choose two.)
Correct Answer: BF
Section: (none)
Explanation
Explanation/Reference:
Explanation:
F: The DelayMins configurable database property specifies the number of minutes log apply services will delay applying the archived redo log data on the standby
database.
References: https://docs.oracle.com/cd/E11882_01/server.112/e40771/dbpropref.htm#DGBKR855
QUESTION 42
Examine the Data Guard configuration after an accidental switchover to Sheep:
Configuration ‒ Animals
https://www.gratisexam.com/
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
Explanation/Reference:
QUESTION 43
Which three are among the various tasks performed by the Data Guard Monitor (DMON) process? (Choose three.)
Explanation/Reference:
Explanation:
A: Oracle Enterprise Manager Cloud Control (Cloud Control) works with the Oracle Data Guard monitor to automate and simplify the management of an Oracle
Data Guard configuration.
With Cloud Control, the complex operations of creating and managing standby databases are simplified through Oracle Data Guard management pages and
wizards, including:
https://www.gratisexam.com/
* A switchover operation that helps you switch roles between the primary database and a standby database.
B (not D): The Oracle Data Guard monitor process (DMON) is an Oracle background process that runs on every database instance that is managed by the broker.
E: The broker's DMON process persistently maintains information about all members of the broker configuration in a binary configuration file.
Reference: https://docs.oracle.com/database/121/DGBKR/concepts.htm#DGBKR050
QUESTION 44
A Data Guard environment has this configuration and these attributes:
1. A primary database
2. A Physical Standby Database named sbdb
3. The configuration is in maximum availability protection mode.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
E: A snapshot standby database receives and archives, but does not apply, redo data from a primary database.
D: Snapshot standby databases are best used in scenarios where the benefit of having a temporary, updatable snapshot of the primary database justifies additional
administrative complexity and increased time to recover from primary database failures.
Note: Redo data received from the primary database is applied when a snapshot standby database is converted back into a physical standby database, after
discarding all local updates to the snapshot standby database.
The data in the primary database is fully protected however, because a snapshot standby can be converted back into a physical standby database at any time,
and the redo data received from the primary will then be applied.
https://www.gratisexam.com/
Incorrect Answers:
A: A snapshot standby database receives and archives, but does not apply, redo data from a primary database.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/manage_ps.htm
QUESTION 45
Examine the Data Guard configuration:
Configuration - Animals
Databases:
Properties:
FastStartFailoverThreshold = ‘30’
OperationTimeout = ‘30’
TraceLevel = ‘USER’
FastStartFailoverLagLimit = ‘30’
CommunicationTimeout = ‘180’
ObserverReconnect = ‘10’
FastStartFailoverAutoReinstate = ‘FALSE’
FastStartFailoverPmyShutdown = ‘TRUE’
BystandersFollowRoleChange = ‘none’
ObserverOverride = ‘FALSE’
Threshold: 30 seconds
Target: dogs
Observer: ol5.example.com
Lag Limit: 30 seconds
Shutdown Primary: TRUE
Auto-reinstate: FALSE
https://www.gratisexam.com/
Observer Reconnect: 10 seconds
Observer Override: TRUE
Configuration Status:
SUCCESS
A. The observer must run on host ol5.example.com and is currently not running.
B. The observer will reinstate Sheep automatically after a failover, if required.
C. The observer will mark another standby database as the failover target if the original failover target becomes unavailable.
D. The observer will detect if the primary database is unable to accept new connections.
E. The former primary database will not be reinstated automatically after a failover.
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
B: . If fast-start failover is enabled, the observer will automatically reinstate the standby databases after failover has completed.
E: FastStartFailoverAutoReinstate= ‘FALSE’ means that the former primary database will not be reinstated automatically after a failover,
Note: The FastStartFailoverAutoReinstate configuration property causes the former primary database to be automatically reinstated if a fast-start failover was
initiated because the primary database was either isolated or had crashed. To prevent automatic reinstatement of the former primary database in these cases, set
this configuration property to FALSE.
The observer is the third party in an otherwise typical primary/standby Data Guard configuration. Only the observer can initiate FSFO failover. It's secondary job is
to automatically reinstate a failed primary as a standby if that feature is enabled (the default).
Incorrect Answers:
A: The observer is running.
B: Sheep is neither the primary database, nor the failover target.
D: By default, the observer will initiate failover to the target standby if and only if ALL of the following are true:
* observer is running
* observer and the standby both lose contact with the primary
Note: if the observer loses contact with the primary, but the standby does not, the observer can determine that the primary is still up via the standby.
* observer is still in contact with the standby
* durability constraints are met
* failover threshold timeout has elapsed
https://www.gratisexam.com/
References: http://www.oracle.com/technetwork/articles/smiley-fsfo-084973.html
https://docs.oracle.com/cd/E11882_01/server.112/e40771/dbpropref.htm
QUESTION 46
You must configure an Oracle Data Guard environment consisting of:
1. A primary database
2. A Physical Standby Database
3. A Snapshot Standby Database
requirements:
1. Primary database availability should not be compromised by the availability of the standby databases.
2. Under normal operations, transactions executed on the primary database should not commit before redo is written to disk on the primary database and on at
least one standby database.
Which redo transport mode, and which protection mode should you configure to meet these requirements?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
The Maximum Availability protection mode provides the highest level of data protection that is possible without compromising the availability of a primary database.
Transactions do not commit until all redo data needed to recover those transactions has been written to the online redo log and to at least one synchronized standby
database. If the primary database cannot write its redo stream to at least one synchronized standby database, it operates as if it were in maximum performance
mode to preserve primary database availability until it is again able to write its redo stream to a synchronized standby database.
This mode ensures that no data loss will occur if the primary database fails, but only if a second fault does not prevent a complete set of redo data from being sent
from the primary database to at least one standby database.
When a transport is performed using SYNC/AFFIRM, the primary performs write operations and waits for acknowledgment that the redo has been transmitted
synchronously to the physical standby and written to disk. A SYNC/AFFIRM transport provides an additional protection benefit at the expense of a
https://www.gratisexam.com/
performance impact caused by the time required to complete the I/O to the standby redo log.
https://www.gratisexam.com/
Incorrect Answers:
D: In the case of SYNC/NOAFFIRM, in which there is no check that data has been written to disk on the standby, there may be some data loss.
A, B: The Maximum Protection mode ensures that zero data loss occurs if a primary database fails. To provide this level of protection, the redo data needed to
recover a transaction must be written to both the online redo log and to at least one synchronized standby database before the transaction commits. To ensure that
data loss cannot occur, the primary database will shut down, rather than continue processing transactions, if it cannot write its redo stream to at least one
synchronized standby database.
Because this data protection mode prioritizes data protection over primary database availability, Oracle recommends that a minimum of two standby databases
be used to protect a primary database that runs in maximum protection mode to prevent a single standby database failure from causing the primary database to
shut down.
E: The Maximum Performance protection mode provides the highest level of data protection that is possible without affecting the performance of a primary
database. This is accomplished by allowing transactions to commit as soon as all redo data generated by those transactions has been written to the online log.
Redo data is also written to one or more standby databases, but this is done asynchronously with respect to transaction commitment, so primary database
performance is unaffected by delays in writing redo data to the standby database(s).
This protection mode offers slightly less data protection than maximum availability mode and has minimal impact on primary database performance.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm
QUESTION 47
Which four statements are true regarding SQL Apply filters for a logical standby database? (Choose four.)
A. They can be used to skip execution of DML triggers on a table while allowing the DML to execute.
B. They can be used to skip ALTER SYSTEM and ALTER DATABASE commands.
C. They can be used to stop SQL apply if it encounters an error.
D. They can be used to skip all SQL statements executed on a specific pluggable database (PDB) within a standby multitenant container database (CDB).
E. They can only be used to skip DML statements on a table.
F. They can be used to skip ALTER TABLE commands on a specific tables.
G. They can be used to skip CREATE TABLE commands.
Explanation/Reference:
Explanation:
https://www.gratisexam.com/
A: The DDL fires DML triggers defined on the target table. Since the triggered DMLs occur in the same transaction as the DDL, and operate on the table that is the
target of the DDL, these triggered DMLs will not be replicated at the logical standby.
C: The SKIP_ERROR Procedure specifies rules regarding what action to take upon encountering errors
F: You can specify rules to prevent application of DML and DDL changes to the specific table.
G: Use the SKIP procedure with caution, particularly when skipping DDL statements. If a CREATE TABLE statement is skipped, for example, you must also specify
other DDL statements that refer to that table in the SKIP procedure. Otherwise, the statements will fail and cause an exception. When this happens, SQL Apply
stops running.
Incorrect Answers:
B: ALTER SYSTEM and ALTER DATABASE commands cannot be skipped.
E: You can specify rules to prevent application of DML and DDL changes to the specific table.
References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/manage_ls.htm#SBYDB4805
https://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_lsbydb.htm
QUESTION 48
You must configure an Oracle Data Guard environment consisting of:
1. A primary database
2. One Physical Standby Database
3. One Logical Standby Database
requirements:
1. Primary database availability should not be compromised by the availability of the standby databases.
2. Under normal operations, transactions executed on the primary database should not commit before redo is written to disk on both the primary database and
at least one standby database.
Which redo transport mode and which protection mode would you configure to meet these requirements?
Correct Answer: C
https://www.gratisexam.com/
Section: (none)
https://www.gratisexam.com/
Explanation
Explanation/Reference:
Explanation:
The Maximum Availability protection mode provides the highest level of data protection that is possible without compromising the availability of a primary database.
Transactions do not commit until all redo data needed to recover those transactions has been written to the online redo log and to at least one synchronized standby
database. If the primary database cannot write its redo stream to at least one synchronized standby database, it operates as if it were in maximum performance
mode to preserve primary database availability until it is again able to write its redo stream to a synchronized standby database.
This mode ensures that no data loss will occur if the primary database fails, but only if a second fault does not prevent a complete set of redo data from being sent
from the primary database to at least one standby database.
When a transport is performed using SYNC/AFFIRM, the primary performs write operations and waits for acknowledgment that the redo has been transmitted
synchronously to the physical standby and written to disk. A SYNC/AFFIRM transport provides an additional protection benefit at the expense of a
performance impact caused by the time required to complete the I/O to the standby redo log.
Incorrect Answers:
D: In the case of SYNC/NOAFFIRM, in which there is no check that data has been written to disk on the standby, there may be some data loss.
A, B: The Maximum Protection mode ensures that zero data loss occurs if a primary database fails. To provide this level of protection, the redo data needed to
recover a transaction must be written to both the online redo log and to at least one synchronized standby database before the transaction commits. To ensure that
data loss cannot occur, the primary database will shut down, rather than continue processing transactions, if it cannot write its redo stream to at least one
synchronized standby database.
Because this data protection mode prioritizes data protection over primary database availability, Oracle recommends that a minimum of two standby databases
be used to protect a primary database that runs in maximum protection mode to prevent a single standby database failure from causing the primary database to
shut down.
E: The Maximum Performance protection mode provides the highest level of data protection that is possible without affecting the performance of a primary
database. This is accomplished by allowing transactions to commit as soon as all redo data generated by those transactions has been written to the online log.
Redo data is also written to one or more standby databases, but this is done asynchronously with respect to transaction commitment, so primary database
performance is unaffected by delays in writing redo data to the standby database(s).
This protection mode offers slightly less data protection than maximum availability mode and has minimal impact on primary database performance.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm
QUESTION 49
Which three factors can influence the rate of redo apply on a physical standby database? (Choose three.)
https://www.gratisexam.com/
A. the network latency between the primary and standby databases
B. the number of archiver processes on the standby database
C. the number and size of standby redo logs on the primary database
D. the rate of redo generation on the primary database
E. the number and size of standby redo logs on the standby database
Explanation/Reference:
Explanation:
Consider using the following methods to optimize the time it takes to apply redo to physical standby databases.
* (B) Set Parallel Recovery to Twice the Number of CPUs on One Standby Host
* (E) During media recovery or Redo Apply, the redo log file is read, and data blocks that require redo application are parsed out. With parallel media recovery,
these data blocks are subsequently distributed evenly to all recovery processes to be read into the buffer cache. The default is serial recovery or zero
parallelism, which implies that the same recovery process reads the redo, reads the data blocks from disk, and applies the redo changes.
References: https://docs.oracle.com/cd/B19306_01/server.102/b14239/manage_ps.htm#BACHIBGG
QUESTION 50
You edit the DGConnectIdentifier database property using the edit database set property DGMGRL command.
A. The fal_client database initialization parameter on all standby databases is updated with the new value.
B. The service attribute of the log_archive_dest_n initialization parameter for any database referring to the specified database is updated with the new value.
C. The fal_client database initialization parameter for the specified database is updated with the new value.
D. The broker configuration must be disabled and then enabled to use the new connection property.
E. The service attribute of the log_archive_dest_n initialization parameter referring to all standby databases is updated with the new value.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Explanation:
B: The DGConnectIdentifier configurable database property specifies the connection identifier the broker uses when making connections to a database.
The value of this property is specified in the SERVICE attribute of the LOG_ARCHIVE_DEST_n parameter when the broker configures redo transport services on
the primary database.
https://www.gratisexam.com/
A: The connect identifier for a database must allow all other databases in the configuration to reach it.
References: https://docs.oracle.com/cd/E11882_01/server.112/e40771/dbpropref.htm#DGBKR870
QUESTION 51
Examine the Data Guard configuration:
Configuration – Animals
Configuration Status:
SUCCESS
Explanation/Reference:
QUESTION 52
Examine the Data Guard configuration:
https://www.gratisexam.com/
Configuration – Animals
Protection Mode: MaxPerformance
Databases:
dogs- Primary database
sheep- Physical standby database
cats- Snapshot standby database
Configuration Status:
SUCCESS
You receive an error while attempting to raise the protection mode to Maximum Protection:
Error: ORA-16627: operation disallowed since no standby databases would remain to support protection mode
Failed.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
Sheep is the Physical standby database.
Error cause: The broker rejects an attempt to change the configuration"s overall protection mode since it could not find any online, enabled standby databases that
support the proposed protection mode.
Action: If changing the overall protection mode, confirm that at least one standby database satisfies the new protection mode.
Reference: http://psoug.org/oraerror/ORA-16627.htm
https://www.gratisexam.com/
QUESTION 53
Which two statements are true regarding Data Guard Broker? (Choose two.)
A. It automatically adds the primary database to an existing broker configuration when Enterprise Manager Cloud Control is used to create a standby.
B. It automatically starts the DMON process for the database instances that are part of a Data Guard configuration.
C. It can be used to perform failovers and switchovers.
D. It can be used to create and manage standby databases.
E. It can be used to monitor redo transport and log apply services.
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Explanation:
B: The Data Guard monitor process (DMON) is an Oracle background process that runs for every database instance that is managed by the broker. When you start
the Data Guard broker, a DMON process is created.
C: The following list describes some of the operations the broker automates and simplifies:
* Invoking switchover or failover with a single command to initiate and control complex role changes across all databases in the
configuration. Etc.
Incorrect Answers:
E: Oracle Enterprise Manager works with the Data Guard monitor to automate and simplify the management of a Data Guard configuration including:
* Performance tools and graphs that help you monitor and tune redo transport services and log apply
QUESTION 54
You must use a physical standby database file to recover a data file on a primary database in a Data Guard environment.
Which three of these steps must be performed on the primary database after the file has been backed up using RMAN on the physical standby database? (Choose
three.)
https://www.gratisexam.com/
Correct Answer: ABD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
You can use files on a standby database to recover a lost datafile.
Start RMAN and take the following steps to copy the datafiles from the standby to the primary:
RUN {
SET NEWNAME FOR DATAFILE 2 TO '/disk9/df2copy.dbf';
SWITCH DATAFILE 2;
}
References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/rman.htm#SBYDB4870
QUESTION 55
Your expertise is requested for these customer requirements:
A. two standby databases, at least one of them a physical standby with Real-Time Query enabled and the STANDBY_MAX_DELAY parameter set to zero,
receiving redo from the primary with asynchronous transport
B. two standby databases, at least one of them a physical standby with Real-Time Query enabled and the STANDBY_MAX_DATA_DELAY parameter set to
zero, receiving redo from the primary with synchronous transport
C. one physical standby database with Real-Time Query enabled, receiving redo from two Far Sync instances that are connected the primary
D. one physical standby database with Real-Time Query enabled and the STANDBY_MAX_DATA_DELAY parameter set to zero, receiving redo from the primary
https://www.gratisexam.com/
with synchronous transport
E. two physical standby databases with Real-Time Query enabled, receiving redo from the primary with the LOG_ARCHIVE_DEST_n attributes SYNC
NOAFFIRM to minimize the performance impact on the primary
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Explanation:
If STANDBY_MAX_DATA_DELAY is set to 0, a query issued to a physical standby database is guaranteed to return the exact same result as if the query were
issued on the primary database, unless the standby database is lagging behind the primary database, in which case an ORA-3172 error is returned.
Note: In an Active Data Guard environment, this session parameter can be used to specify a session-specific apply lag tolerance, measured in seconds, for queries
issued by non-administrative users to a physical standby database that is in real-time query mode.
Incorrect Answers:
C, D: Maximum Protection mode ensures that zero data loss occurs if a primary database fails.
Because this data protection mode prioritizes data protection over primary database availability, Oracle recommends that a minimum of two standby databases
be used to protect a primary database that runs in maximum protection mode to prevent a single standby database failure from causing the primary database to
shut down.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm
https://chenguangblog.wordpress.com/tag/standby_max_data_delay/
QUESTION 56
You must manually reinstate a database using DGMGRL.
To which database should you connect with DGMGRL before issuing the REINSTATE command and in which state should the target database be?
A. The target database should be in NOMOUNT state and DGMGRL should be connected to any database that is a member of the configuration.
B. The target database should be MOUNTED and DGMGRL should be connected to any database that is a member of the configuration.
C. The target database should be MOUNTED and DGMGRL should be connected to the primary database.
D. The target database should be MOUNTED and DGMGRL should be connected to the target database.
E. The target database should be in NOMOUNT state and DGMGRL should be connected to the primary database.
https://www.gratisexam.com/
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Explanation:
To reinstate the failed primary database, start it to the mounted state. Then run DGMGRL, connect to the new primary database and reinstate the old primary
database.
References: https://docs.oracle.com/cd/B28359_01/server.111/b28295/cli.htm
QUESTION 57
Which two are true about rolling release upgrades in a Data Guard environment? (Choose two.)
A. The background process DMON must be enabled on the primary and standby databases during a rolling release upgrade procedure.
B. A physical standby database can be converted to a logical standby database temporarily.
C. Rolling release upgrades require the background process RVWR to write flashback logs on the standby database.
D. The KEEP IDENTITY clause ensures that a logical standby database keeps the same DBID as the primary database.
E. The recovery point objective increases proportionally to the duration of the rolling release upgrade procedure.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
D: Performing a Rolling Upgrade With an Existing Physical Standby Database
Step 1 Prepare the primary database for a rolling upgrade (perform these steps on Database A)
Step 2 Convert the physical standby database into a logical standby database (perform these steps on Database B)
Includes:
issue the following command:
References: https://docs.oracle.com/database/121/SBYDB/rollup.htm#SBYDB4884
QUESTION 58
Examine the Data Guard configuration:
https://www.gratisexam.com/
DGMGRL> show configuration;
Configuration ‒ Animals
Databases:
dogs ‒ Primary database
dogsfs1 ‒ Far Sync
sheep ‒ Physical standby database
Configuration Status:
SUCCESS
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
D: Ensure that the LogXptMode property for both the primary database and the Fast-Start Failover target standby database are SYNC.
A: If more than one physical or logical standby database exists, in this case it is the sheep database, you must specify the FastStartFailoverTarget value explicitly,
prior to enabling fast-start failover. The indicated target is verified when fast-start failover is enabled.
https://www.gratisexam.com/
Note: DGMGRL> enable fast_start failover;
Error: ORA-16651: requirements not met for enabling fast-start failover
Failed.
SOLUTION
1) Check whether the flashback database is enabled on primary & standby
database Select flashback_on from gv$database;
References: https://docs.oracle.com/cd/E11882_01/server.112/e40771/dbpropref.htm#DGBKR862
http://psoug.org/oraerror/ORA-16651.htm
QUESTION 59
Your Data Guard environment consists of these components and settings:
1. A primary database
2. A remote physical standby database
3. Real-time query is enabled.
4. The redo transport mode is set to SYNC.
5. The protection mode is set to Maximum Availability.
You notice that queries executed on the physical standby database receive errors:
Which two would you recommend to avoid this error? (Choose two.)
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
https://www.gratisexam.com/
Explanation:
A: Maximum Performance
This protection mode provides the highest level of data protection that is possible without affecting the performance of a primary database. This is accomplished by
allowing transactions to commit as soon as all redo data generated by those transactions has been written to the online log. Redo data is also written to one or
more standby databases, but this is done asynchronously with respect to transaction commitment, so primary database performance is unaffected by delays in
writing redo data to the standby database(s).
Note: If STANDBY_MAX_DATA_DELAY is set to a non-zero value, a query issued to a physical standby database will be executed only if the apply lag is less
than or equal to STANDBY_MAX_DATA_DELAY. Otherwise, an ORA-3172 error is returned to alert the client that the apply lag is too large.
References:
https://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm
http://docs.oracle.com/html/E26088_02/statements_2013.htm
QUESTION 60
Which two Data Guard monitoring activities may be performed using Enterprise Manager Cloud Control? (Choose two.)
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
A: On the Data Guard Performance page, you can monitor the Redo Generation Rate in the Primary database, and the Apply Rate and Lag Times in the Standby
Database.
E: Look at the Standby Database Progress Summary Section. This displays the Transport lag and the Apply lag in a bar chart format. The Transport lag is the time
difference between the last update on the primary database, and the last received redo on the standby. Whereas, the Apply lag is the same difference but pertaining
to the last applied redo on the standby.
References: http://www.oracle.com/technetwork/articles/oem/havewala-odg-oem12c-1999410.html
https://www.gratisexam.com/
QUESTION 61
Which two Data Guard features require the use of flashback database by the broker? (Choose two.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
C: Prerequisites that must be met before the broker allows you to enable fast-start failover include: Enable Flashback Database and set up a fast recovery area on
both the primary database and the target standby database.
E: Introduced in 11g, snapshot standby allows the standby database to be opened in read-write mode. When switched back into standby mode, all changes made
whilst in read-write mode are lost. This is achieved using flashback database, but the standby database does not need to have flashback database explicitly
enabled to take advantage of this feature, thought it works just the same if it is.
References: https://docs.oracle.com/database/121/DGBKR/sofo.htm#DGBKR391
https://oracle-base.com/articles/12c/data-guard-setup-using-broker-12cr1#flashback_database
QUESTION 62
You have a Data Guard Broker configuration called ‘Somewhere’ as shown:
Configuration ‒ Somewhere
Configuration Status:
SUCCESS
https://www.gratisexam.com/
You then run this command:
Which two are true about the output of this DGMGRL command? (Choose two.)
A. A far sync instance cannot have inconsistent properties because it has no database.
B. It shows all properties whose broker configuration values for database Nearby are inconsistent with the broker configuration values for database Farout.
C. It shows all properties whose broker configuration values for database Nearby are inconsistent with the values in the corresponding server parameter file or
the runtime values for database instance Nearby.
D. Any inconsistency reported is on an instance-specific basis.
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
Explanation:
C: InconsistentProperties arises out of mismatch of parameter values between spfile, Data Guard Broker configuration and the database.
D (not A): The InconsistentProperties monitorable property returns a table that shows all properties whose values contained in the broker configuration file are
inconsistent with the values in the corresponding server parameter file or the runtime values.
Although the properties reported in this table are database-specific or far sync instance-specific properties, the inconsistency is reported on an instance-specific
basis.
References: https://docs.oracle.com/database/121/DGBKR/dbpropref.htm#DGBKR760
QUESTION 63
Which three are true concerning database states after a successful switchover? (Choose three.)
A. If the former primary database became a logical standby database it will be in mount state.
B. The new primary database will be open read-write.
C. The former primary database will always be open.
D. If the former primary database became a logical standby database it will be open read-write.
E. If the former primary database became a physical standby database it will always be open read-only.
F. If the former primary database became a physical standby database it will be in the same state as the former physical standby database.
https://www.gratisexam.com/
Explanation
Explanation/Reference:
References: https://docs.oracle.com/database/121/SBYDB/pre12_role_trans.htm#SBYDB5212
QUESTION 64
Which two are true about the creation of a Data Guard Broker configuration? (Choose two.)
A. In a broker configuration, the primary database name must match the DB_UNIQUE_NAME value in the database initialization parameter file.
B. A primary database profile may be added to the configuration prior to creating the primary database.
C. A standby database profile may be added to the configuration prior to creating that standby database.
D. A newly created broker configuration requires at least one standby database profile to be specified at the time the configuration is created.
E. A newly created broker configuration is in the disabled state.
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Explanation:
D: Create the Broker Configuration
When using Cloud Control, the Add Standby Database wizard can either add an existing (Oracle RAC or non-Oracle RAC) standby database into the
configuration or create a new (Oracle RAC or non-Oracle RAC) standby database and add it to the configuration.
E: An Oracle Data Guard configuration must be enabled to be managed or monitored by the broker.
Note: An Oracle Data Guard configuration consists of one primary database and a combination of standby databases and far sync instances that receive redo
directly from the primary database. The Oracle Data Guard broker logically groups these primary and standby databases into a broker configuration that allows the
broker to manage and monitor them together as an integrated unit.
Incorrect Answers:
B, C: When using DGMGRL, the primary database and a standby database must already exist.
References: https://docs.oracle.com/database/121/DGBKR/configure.htm
QUESTION 65
Which three statements are true about Data Guard database modes and states? (Choose three.)
A. A primary database may ship redo directly to more than mine standby databases.
B. Force Logging Mode is not required for a primary database but is recommended.
https://www.gratisexam.com/
C. A Logical Standby Database can be in MOUNT state while applying changes.
D. The Primary Database can operate in noarchivelog mode.
E. Databases in a Data Guard Configuration need not operate in Flashback Logging mode.
Explanation/Reference:
Explanation:
This is accomplished by shipping redo directly from the primary database log
References: https://www.oracle.com/technetwork/database/features/availability/maa-wp-dr-dbm-130065.pdf
https://oracle-base.com/articles/11g/data-guard-setup-11gr2
QUESTION 66
Examine the Data Guard configuration:
Properties:
FastStartFailoverThreshold = ‘30’
OperationTimeout = ‘30’
TraceLevel = ‘USER’
FastStartFailoverLagLimit = ‘30’
CommunicationTimeout = ‘180’
ObserverReconnect = ‘10’
FastStartFailoverAutReinstate = ‘TRUE’
FastStartFailoverPmyShutdown = ‘TRUE’
BystandersFollowRoleChange = ‘all’
ObserverOverride = ‘FALSE’
Fast-Start Failover: ENABLED
Threshold: 30 seconds
Target: dogs
Observer: prutser6.example.com
Lag Limit: 30 seconds (not in use)
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: 10 seconds
Observer Override:
Configuration Status:
SUCCESS
What happens if you issue “failover to dogs;” at the DGMGRL prompt while connected to Dogs?
https://www.gratisexam.com/
A. The failover succeeds, Sheep becomes the new target standby database, and Cats is automatically reinstated.
B. The failover succeeds and Cats is automatically reinstated.
C. The failover succeeds and Cats is left running.
D. The failover succeeds and Cats is terminated.
E. It results in an error indicating that a failover is not allowed.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 67
The Oracle database 12c Observer is currently running on host1 and you wish to have it running on host2.
Which contains the minimum required steps to move the observer to host2?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 68
https://www.gratisexam.com/
Which three are true about the rolling release upgrade method for Data Guard environments using a transient Logical Standby database? (Choose three.)
A. A rolling release upgrade can be performed with the Data Guard environment in any protection mode.
B. The transient logical standby database used for the rolling release upgrade can run with a newer version of the Oracle software than the primary database.
C. The transient logical standby database used for the rolling release upgrade must have the same DBID as the primary database.
D. The original primary database can ship redo to any standby database that is part of the Data Guard configuration during the rolling release upgrade process.
E. SELECT GUARD_STATUS FROM V$DATABASE; must return NONE as a prerequisite for the rolling release upgrade with a transient logical standby database.
Explanation/Reference:
https://www.gratisexam.com/