Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
75 views
Guide To Oracle Data Guard Fast - Failover
Uploaded by
Hesham Kaid Alataby
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Guide to Oracle Data Guard Fast- Failover For Later
Download
Save
Save Guide to Oracle Data Guard Fast- Failover For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
75 views
Guide To Oracle Data Guard Fast - Failover
Uploaded by
Hesham Kaid Alataby
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Guide to Oracle Data Guard Fast- Failover For Later
Carousel Previous
Carousel Next
Save
Save Guide to Oracle Data Guard Fast- Failover For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 27
Search
Fullscreen
ate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover This document will guide you through configuring Oracle Data Guard Fast-Start Failover (FSFO) using a physical standby database. FSFO can provide substantial gains in high availability and disaster recovery preparedness for all environments, from inexpensive Cloud-based systems *» global distributed data centers. a) The information in this guide is based on practical experience gained from deploying FSFO in a global corporate production environment. The guide makes few assumptions about your existing environment and includes examples for creating a physical standby database and Data Guard Broker configuration. To get started, all youll need is Oracle Database Enterprise Edition Release 10.2 or later, a database, and three hosts: two for the databases and a small host for the FSFO observer. The guide attempts to be operating system agnostic; however, some examples may contain platform specific elements such as path and file naming conventions. DOWNLOAD Oracle Database Major Components of an FSFO Environment FSFO builds upon a number of other Oracle technologies and features such as Data Guard, Flashback Database, and Data Guard Broker. Data Guard hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind ver1 4t4 200028 Guide to Oracle Data Guard Fast Start Failover The foundation of FSFO is Data Guard - a primary and at least one standby, The standby can be physical of logical and there can be multiple standbys, but only one of the standbys can be the failover target at any given time, The following paragraphs describe the supported availability modes. Maximum Availability Mode (Oracle Database 10g Rel 2 and later) In Maximum Availability mode, FSFO guarantees that no transaction that has received a commit acknowledgment will be lost during a failover. The price for this guarantee is increased commit latency ( log file sync waits). Maximum Availability mode uses synchronous redo transfer and FSFO imposes the additional requirement that the redo is recorded in the standby redo log (SRL) of the target standby (AFFIRM option of log_archive_dest_n)}, Overall commit latency is increased by the round-trip network latency. With increased latency comes decreased throughput; however, in some cases the difference in throughput may be made up by increasing parallelism. Although redo transfer is synchronous, Maximum Availability mode allows the primary to remain available if the standby database becomes unavailable for any reason (e.g, standby database, host, or network failure, etc). If the primary is unable to contact the standby after a user specified period of time (NET_TIMEOUT option of log_archive_dest_n), it drops out of synchronous transfer mode and begins operating as though it were in Maximum Performance mode. When the standby becomes available again, the primary and standby re-synchronize and resume synchronous redo transfer. Maximum Performance Mode (Oracle Database 11g Re! 1 and later) Ss Oracle Database 1lg FSFO adds support for Maximum Performance mode (async redo transfer), providing the flexibility to trade durability for performance. Commit latency is not affected by redo transfer, but committed transactions whose redo has not been received by the standby will be lost during failover. FSFO configurations in Maximum Performance mode may limit potential data loss by specifying the maximum. allowable age of transactions that are lost during a failover, For example, if the limit specified is 30 seconds (the default), FSEO guarantees that all transactions that committed prior to 30 seconds ago are preserved during failover. The minimum allowable limit is 10 seconds. Data Guard Broker Broker isa Data Guard management utility that maintains state information about a primary and its standby databases. It automatically sets Data Guard related database initialization parameters on instance start and role transitions, starts apply services for standbys, and automates many of the administrative tasks associated with maintaining a Data Guard configuration, FSFO is a feature of Broker which records information about the failover target, how long to wait after a failure before triggering a failover, and other FSFO specific properties Flashback Database Flashback Database is a continuous data protection (CDP) solution integrated with the Oracle Database. It provides a way to quickly restore a database to a previous point in time or SCN using on-disk data structures called flashback logs. Flashing back a database is much faster and more seamless (one simple DDL statement) than traditional point-in-time or SCN-based recovery. FSFO uses Flashback Database as part of the process of reinstating a failed primary asa standby. hips iva oracle. comectrica-resourcesiarticlesiteyfso hint arrate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover Problems with automatic reinstatement are frequently due to misconfiguration, so let's look at this in a bit more detail Flashback Database records the before-image of changed blocks. To avoid the overhead of recording every change to every block, Flashback Database takes a "fuzzy" snapshot every 30 minutes and only records the before-image block upon its first change since the last snapshot, Subsequent changes to the same block during the same snapshot are not recorded. Flashing back a database occurs in two stages: * Restore - Flashback Database restores the datafiles to the closest snapshot prior to the specified SCN. This can be compared to performing an RMAN restore of the datafiles from a backup taken prior to the specified SCN, but is much faster. * Media Recovery - Once the restore is complete, recovery proceeds as a typical media recovery, applying redo from archived and online redologs and rolling back uncommitted changes with undo. This means that in order for a flashback database operation to succeed,Flashback Database requires all archive redo logs generated between the snapshot time and restore SCN (typically the past 30 minutes of redo). Use the V$RECOVERY_PROGRESS view to monitor recavery status. For FSFO environments, set db_flashback_retention_target = 60 or higher to provide sufficient Flashback Database history for automatic standby reinstatement. Metadata for the fuzzy snapshot is stored in the flashback log itself. f that metadata is pushed out, Oracle can ne longer find a fuzzy snapshot so it will not be able to flash back. To avoid problems due to timing variations, values less than 60 minutes are not recommended and values of 30 or less virtually guarantee Flashback Date ¢- » failure. Flashback Database stores its logs in the Flash Recovery Area (FRA), so the FRA must be large enough to store at least 60 minutes of Flashback Database history. The total storage requirement is proportional to the number of distinct blocks changed during snapshots - e.g. 1,000,000 block changes on a small set of blocks generates less Flashback Database history than 1,000,000 changes on a larger set of blocks. A good method to determine Flashback Database storage requirements is to enable Flashback Database and observe the amount of storage it uses during several peak loads. There is little risk in enabling Flashback Database to determine its storage requirements - it can be disabled while the primary is open if necessary. However, re-enabling Flashback Database will require a bounce since the database must be mounted and not open. FSFO observer The observer is the third party in an otherwise typical primary/standby Data Guard configuration. It is actually a low-footprint OCI client built into the DGMGRL CLI (Data Guard Broker Command Line Interface) and, like any other client, may be run on a different hardware platform than the database servers. Its primary job is to perform a failover when conditions permit it to do so without violating the data durability constraints set by the DBA. 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). The observer is the key element that separates Data Guard failover from its pre-FSFO role as the plan of last resort to its leading role in a robust high availability solution. Note: the FSFO observer version must match the database version. Oracle Database 11g observers are incompatible with 10g databases and vice-versa hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind 37ate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover Conditions for FSFO Failover 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’s still up via the standby. * observer is still in contact with the standby * durability constraints are met * failover threshold timeout has elapsed User configurable failover conditions (11g and later) Oracle Database 11g Rel 1 introduced user configurable failover conditions that can trigger the observer to initiate failover immediately. Unalh cane it hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind a7ate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover ORACLE 3. Create a physical standby 4. Enable Flashback Database 5. Create a Broker configuration 6. Configure the observer 7. Enable and test FSFO Conventions used Database hosts are referred to as "a" and "b" hosts and the databases themselves are referred to as the “a and "b” databases. The observer host is ‘observer.demo.org. Names used in the examples: Database name oS Database unique names dba db1b Domain name demo.org Hostnames dbhost-a dbhost-b observer Data Guard listener name LISTENER_DG TNS aliases dba db1_b Input commands are shown in shaded boxes in normal text. Expected output is shown in blue text, Configure Oracle Net Data Guard uses Oracle Net (SQL*Net) for communication between the primary and standby databases and the FSFO observer. Getting the Oracle Net configuration right is one of the key factors in a successful FSFO deployment. Improper Oracle Net configuration is a leading cause of reported FSFO issues. Note: Data Guard requires dedicated server connections for proper operation. Do not use Shared Server (formerly MTS) for Data Guard. Configure listeners hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind 57ate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover It's good practice to use separate listeners for application connections and Data Guard connections. This allows Data Guard to remain functional during maintenance periods when the application listeners are down, Be sure to include the Data Guard listener in the local_listeners database parameter. Most of the network services used in a FSFO environment may use dynamic registration, but to enable Broker to restart instances during role transitions or during reinstatement after a failover, you must define a static service named db_unique_name_dgmegrl. db_domain , (Note: 111.0.7 adds the StaticConnectidentifier Broker database property to allow you to specify a different service name.) If you will be using RMAN to create the standby database, it also needs a static service to restart the database being created, In order to maintain separation of Broker and non-Broker activity, a second static service is recommended. ora configuration for ho: © copy ep) (HOS © Copy s LISTENER_DG = (DESCRIPTION= (ADDRZS (ADDRESS= (PROTOCOL=tep) (HOST= Configure naming method Create a unique connect alias for each database. Using the db_unique_name of each database as the Oracle Net alias is simple and intuitive. db1_a: Alias to connect to the dynamic Data Guard service on database "a" db1_b: Alias to connect to the dynamic Data Guard service on database "b" db1_a_static: Alias to connect to the static Data Guard service on database db1_b_static: Alias to connect to the static Data Guard service on database Example tnsnames.ora entries: ab. (SDU=32767) (address _list= (address Start the Data Guard listener hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind earate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover Start the Data Guard listener on both "a" and "b" hosts, lsnretl start LISTENER Test the Oracle Net connections Verify the configuration from both hosts. ng dbl_a Attempting to contact © Copy 32767) (addre tnsping dbl_b Attempting to contact (description= Preparing the Primary ‘A number of prerequisites must be met on the primary in order to use Fast-Start Failover. This section describes how to configure and verify each prerequisite. To see if your prit, ", has already met a prerequisite, follow the instructions in the Verify section. Steps that require the primary to be in a mounted (not open) state are grouped together in the section below entitled Steps Requiring a Bounce of the Primary. Add the Data Guard listener to local_listeners parameter To allow the database to register with the Data Guard listener, the listener endpoint must be added to the database's local listener parameter. If local_listener is already in use, add the Data Guard listener to the list. After setting local_listener, register the database with the listener and verify the services have been registered. Note: You can also use TNS aliases defined in the tnsnames.ora file when setting the local_listener parameter. This is particularly useful when registering with multiple listeners where the parameter value would otherwise exceed the 255 character limit. Set © copy alter system set local_listener=" (address=(host=dbhost~a) 2) (proto: Verify B copy hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind mrate 20220273 (Guide to Oracle Data Guard Fast-Siat Falover show parameter local listener NAMZ TYPE VALUE -- Services Su Enable Force Logging All Data Guard environments should enable force logging at the database level in order to guard against nologging tablespaces from being added. Enable alter databa. fe force leggings Verify Copy it select force_logging from v$database; FOR ~ Create an spfile Broker changes database parameters during startup and role transitions via ALTER SYSTEM commands. An spfile is required to persist these changes. Create S Copy create spfile='?/dbs/spfile${ORACLE_SID).ora' from pfile='?/dbs/init${ORAC Verify show parameter spfile; NAME TYPE VALUE hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind werate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover Create a password file All Data Guard environments require the use of a password file in order to allow the databases to connect to each other. Create orapwd £i1e=SORACLE_HOME/dbs/orapw$ORACLE_SID Verify © Copy select * from v$pwfile_users; USERNAME SYSDB SYSOP SYSAS Enable remote login Remote login is required, along with a password file, to allow the databases in a Data Guard configuration to connect to each other. Enable s alter system set remote_login_passwordfile=exclusive scope=spfile; Verify © Copy show parameter remote_ Set db_unique_name Each database in a Data Guard configuration must have a unique name. This guide uses the naming convention of appending an underscore followed by a letter to the db_name to create the db_unique_name. Set © copy alter system set db_unique_name - dbl_a scope-spfile; NAME TYPE VALUE Verify B copy hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind erate 20220273 (Guide to Oracle Data Guard Fast-Siat Falover show parameter db_unique_name NAME Configure Flash Recovery Area If you don't already have a Flash Recovery Area (FRA), you will need to create one for Flashback Database. If you already have an FRA, you may need to increase its size in order to accommodate the Flashback Database files. See theFlashback Database section above for information on storage requirements. Configure © Copy alter system set db recovery file dest_size = 20g scopesboth; alter system Verify show parameter db_recovery file NAME TYPE VALUE -~. Enable automatic standby file management Not a hard requirement, but recommended. Enable i1e_management=auto; show parameter standby _file_management NAME TYPE VALUE Set log_archive_config This parameter must be set before the primary can be opened in Maximum Availability mode. The remaining Data Guard-related parameters will be set by Broker later in the walkthrough. Set hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind ser1 4t4 200028 Guide to Oracle Data Guard Fast Start Failover alter system set log_archive_config='DG_CONFIG=(db1_b)' scope=both; Verify © copy show parameter log: g NAME TYPE VALUE hive_co! Create standby redo logs In order to accommodate all load conditions, Oracle recommends having at least one more SRL group than the number of ORL groups of the same size. This walkthrough assumes that all ORLs and SRLs on the primary and standby databases are the same size. Create Determine the number and size of the Online Redo Log files (ORLs) © copy select bytes, count (groupt) from v$iog group by byt BYTES COUNT (GROUP#) 6 Find the highest group# © Copy select max(group#) from vSlog; MAX (GROUP#) ‘Add the SRLs. Unlike ORLs, SRLs should be created with only one member per group. There is no need to multiplex SRLs in order to protect redo as with ORLs (the redo is already protected in the ORLs of the primary). Multiplexing SRLs merely adds unnecessary IO and can increase commit latency. For systems with multiple RAID controllers, consider creating SRLs such that their IO is balanced across the controllers. In this example, there are 3 ORLs with a max group# of 3, We will create 4 SRLs starting with group# 11. Starting with 11is purely cosmetic - it allows new ORL groups to be added later while keeping their group# in the same sequence as the existing ORLs. ‘© Copy alter database add standby logfile group 11 '/u02/oradata/dbi/stby-t 1-gl1 Verify B copy hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind werate 20220273 (Guide to Oracle Data Guard Fast-Siat Falover ype, member from v$logfile where type = 'STANDEY'; GROUP# Steps Requiring a Bounce of the Primary The following steps all require the database to be in a mounted (not open) state. They can all be done at the same time in a single bounce Enable archivelog mode Enable alter database archivelog: Verify 'S Copy ct log_mode from vSdatabase; LOG_MODE --- ARCHIVELOG 6 Enable Flashback Database Enable © copy alter database flashback on; alter system set db_flashback_retention_targe Verify © copy LASEBACK_ON select flashback on from v$database; Enable Maximum Availability Mode ‘As mentioned above, Maximum Availability mode is mandatory for Oracle Database 10g and optional for Oracle Database lg. Enable hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind srate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover alter database set standby database to Verify © Copy select protection_node from v$database; PROTECTION MODE Create the Standby Database If you don't already have a standby database, use your favorite method to create one. The example below takes advantage of the Tlg RMAN Active Database Duplication feature. This feature enables RMAN to duplicate an existing database over the network without requiring a backup to disk or tape. The following assumes that the standby host has been setup according to Oracle's recommendations and that the operating system, accounts, security, resource limits, directory structure, etc. are configured correctly. Copy the password file from the primary to the standby In Oracle Database 11g, the password file on the standby must be a physical copy of the password file on the primary due to security enhancements introduced in Oracle Database ia. Oracle Database 10g allows a different password file to be used as long as the SYS passwords are the ©}. on the primary and standby. Create oratab entry Add an entry to the oratab file for the standby dbl: /u01/app/oracle/product /1 Create an init.ora file For the RMAN duplicate active database method, the init ora fie (initdb1.ora in the example) requires only one parameter: db_name (it doesn't even have to be the real name of the database - any name will do) RMAN will copy the spfile from the primary, so this init ora file is only needed during the first phase of the duplication, db_name = d Set environment Make sure that your OS environment on the standby is setup. Use the oraenv script provided by Oracle. Startup nomount the standby startup nemoun hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind sweate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover Create the standby with RMAN Run the RMAN utility and connect to the target (primary) and auxiliary (new standby) © Copy db1_b_static Set the default device type to disk cow! AULT. DE! TYPE TO Duplicate the database from the active primary The procedure for using RMAN to create a standby database is fully explained in Aopendix F of Oracle Oracle Data Guard Concepts and Administration document (10g Rel 2 and 1g Rel 1). The example uses the FROM ACTIVE DATABASE clause introduced in 11g that allows RMAN to create a standby database by copying the primary across the network without the need to store the backup files on disk or tape. RMAN also copies the spfile and password files and you can change the values for individual parameters. At a minimum, you must set db_unique_name, The example assumes that the {- dby uses the same directory structure as the primary. Note: if you have just enabled archivelog mode, force an archive log creation (alter system archive log current) to ensure that at least one archive log exists. Otherwise, the DUPLICATE TARGET DATABASE command will fail with "RMAN-20208: UNTIL CHANGE is before RESETLOGS change" © Copy OM ACTIVE DA’ DUPLI DORECOVER SPFIL) Enable Flashback Database on the standby Enable © copy alter database flashback on; alter system set db_flashback_retention_targe Verify Copy hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind sarate 20220273 (Guide to Oracle Data Guard Fast-Siat Falover select flashback on from v$database; FLASHBACK ON - Set the location of the Data Guard Broker configuration files Broker stores it configuration information in a mirrored set of files outside the database. By default, both files are stored in $ORACLE_HOME/dbs. To protect the files, it's good practice to store them in separate filesystems. Set (primary and standby) copy alter system set dg broker config filel=' /u01/app/oracle/admin/dbi/dgbroke Verify show parameter dg_broker_con Enable Data Guard Broker Enable (primary and standby) vem set dg strue; show parameter dg broker start NAME TY25 \ Configure Broker Start the dgmgrl utility and connect as SYS on the primary dgngrl sys/password@dbl_a Create the Broker Configuration hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind sorate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover Add the primary © Copy reate configuration 'FSF' as primary database is dbl identifier Add the standby copy add database dbl_b as connect ij is dbl_b maintained as physical; Verify the configuration show configuration Configuration Name: FSF Enabled: No Protect Edit Database Properties ¢ LogXptMode Broker will set the primary to use asynchronous log transport by default. For Maximum Availability environments, change this to synchronous. NetTimeout The NetTimeout property specifies the number of seconds LGWR will block waiting for acknowledgment from the standby in synchronous mode before considering the connection lost (corresponds to the NET_TIMEOUT option of log_archive_dest_n). The default value is 30 seconds. When using Maximum Availability mode, consider lowering this to reduce the time commits block when the standby becomes unavailable. Choose a value high enough to avoid false disconnects from intermittent network trouble. The example uses 10 seconds. ObserverConnectldentifier (11g and later) Oracle Database 11g adds the ObserverConnectidentifier database property to the Broker configuration, allowing you to specify @ connect identifier for the observer to use for monitoring the primary and failover target. By default, the observer uses the same connect identifiers used by Data Guard for redo transfer and information exchange between the primary and standby ( DGConnectldentifier in Oracle Database Nig, initialConnectidentifier in Oracle Database 10g). ObserverConnectidentifier allows you to specify hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind 87ate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover different connect identifiers for the observer to use. You might, for instance, use this to allow the observer to monitor the databases using the same connect identifiers as the client applications. Weill leave the other properties at their default values for the walkthrough, but you should become familiar with all of the Broker config and database properties. Chapter 9 of the Data Guard Broker documentation (109 and 11g) contains a description of each property. Some properties have changed between those releases. Note: Many of the Broker database properties correspond to database spfile parameters. Broker maintains these parameters by issuing ALTER SYSTEM commands as appropriate during role transitions, database startup/shutdown, and other events. if these parameters are modified outside of Broker, it raises a warning. To see the specific parameter, use the "show database ... StatusReport" command. © Copy edit database dbl_a set property C'; edit database dbl_a se Enable the configuration Broker will validate the configuration, set parameters on both databases, and start managed recovery. This may take a few minutes, Tailing the alert logs on the primary and stan" is @ good way to watch Broker in action and get familiar with how it performs various tasks. a le configuration; Verify the configuration Make sure everything is working before moving on © Copy show configuration Configuration Name: FSF Enabled: YES Protection Mode: M. Enable Fast-Start Failover This is a good time to enable FSFO to make sure that all of the prerequisites have been met. Broker will verify that the configuration meets all prerequisites before enabling FSFO and will report any problems it finds. The most common problems are mismatched Data Guard protection modes and LogXptMode properties and forgetting to enable Flashback Database on the primary or standby. Note that enabling FSFO does not make the configuration ready for automatic failover - that requires an observer, which we'll get to next. B copy hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind smaate 20220273 (Guide to Oracle Data Guard Fast-Siat Falover le fast_start failover; Enabled With FSFO enabled, Broker expects to find an observer, which we haven't started yet, so if you verify the at this point with ‘show configuration’, Broker will report a warning (if it doesn't, give it a minute to discover that the observer isn't there). © Copy show configuration Configuration Name: FSF Enabled: YES Protection Mode: M. Running a StatusReport on the primary should verify that the error is due to a missing observer. 1 Copy show database dbl atusreport STATUS REPORT INSTANCE_NAME SEVE Configure the Observer To maximize the benefits of FSFO, the observer should run on a different |. than the primary and standby databases. Ideally the primary, standby, and observer will be in geographically separate areas. The observer is very lightweight, requiring few system resources. Unlike the primary / standby interconnect, where bandwidth and latency are determining performance factors, the observer requires very little network bandwidth and is not overly latency sensitive, allowing the it to be placed practically anywhere a reliable connection is available Since the observer is a specialized instance of a dgmgrl session, the observer host should be installed with either the Oracle Client Administrator software or the full Oracle Database software stack. Verify connectivity to the primary and standby © Copy tnsping dbl_a Attempting to contact (description= 32767) (address_lis Start the observer Start the observer by running dgmgrl and logging in using SYS credentials. Welll start it interactively for now to verify that everything's working. Notice that the terminal session appears to hang after starting the observer. This is normal. The Appendix provides information oncreating a simple wrapper script to start the observer as a background process. B copy hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind worate 20220273 (Guide to Oracle Data Guard Fast-Siat Falover bserver started The terminal session will appear to hang at this point. Verify the configuration In a separate terminal session, verify the configuration. This example shows the verbose mode of the ‘show configuration’ command that provides FSFO-specific information. If the status is SUCCESS, you're ready to start testing role transitions, © copy dgmgrl sys/password@dbl_a show co guration verbose Configuration Name: F: Use the ‘show fast_start failover’ command to see which user configurable FSFO failover conditions are in effect. ' Copy show fast_start failover; hold: 30 secon: Testing the Configuration The real test of the configuration is a successful role transition in both directions with both switchover and FSFO failover. Well start with switchovers. Test switchover in both directions In order to fully automate switchover, Broker needs SYSDBA credentials in order to restart one or both databases. Without the credentials, Broker will complete the role transition, but will leave the databases in need of a manual restart © Copy dgngrl sys/password@dbl_a switchover to dbl_b Performing switchover NOW, p © Copy show configuration Configuration Name: FSF Bnabled: ¥1 jon Mode: M, Now let's test switchover in the other direction. Copy hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind sarate 20220273 (Guide to Oracle Data Guard Fast-Siat Falover switchover to dbl_a Performing switchover NOW, please wai New primary « © Copy show configuration Configu ion Name: FSF Enabled: YES Protection Mod Test FSFO failover in both directions Now that we know switchovers work, it's time to test failovers. Testing FSFO failover requires simulating loss of the primary. The simplest way to do this is to abort the primary. This will signal the observer to initiate failover after the FSFO threshold timeout has been reached (defaults 30 seconds) Its instructive to watch the alert logs on both databases as well as the observer log after aborting the primary to gain insight into what happens during FSFO failover. Itis also possible to initiate failover using the dgmgrl failover command. This exercises the configuration, but triggers failover differently than losing contact with the primary. Check Flashback Database retention s We want the observer to be able to automatically reinstate the former primary as a standby after our failover tests, so before each test, make sure that Flashback Database has at least 30 minutes of history. Do this prior to every failover test. If Flashback Database history is insufficient, the observer will not be able to reinstate and you will have to manually reinstate from backup or by primary duplication. On the primary to be aborted: {© Copy shback_time)*24*60 as history from v$flashback Don't initiate failover unless at least 30 minutes of history is available. Create some test data It wouldn't be much of a test if we didn't verify that our durability constraints were being met, so let's make a change on the primary and see if it survives the failover. This walkthrough uses Maximum Availability mode to achieve "zero data loss" Log in asa test user and make some changes that won't impact other parts of the system. © copy -- Note that DDL statements automatically commit create table x as select hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind 2anrate 20220273 (Guido to Oracle Data Guard Fast-Siat Falover Initiate FSFO failover Abort the primary. shutdown abort observer log: © Copy Initiating Fast-Start Failover to database "dbl bo"... Performing fail Examine the Broker configuration by logging into dgmerl on the new primary. Notice that the former primary is now disabled. © Copy dgmgrl sys/password@db1_b show configuration Configuration Name: FSF Enabli Check the test data > s Log into the new primary and verify that the changes made it across © Copy select count (*) from x; COUNT(*) Reinstate the aborted primary as a standby Initiate reinstatement by mounting the database. Note that the database will not open at this point. A database in the primary role will not open until it has verified with the observer that itis still the primary. If the observer finds that the database is no longer the primary, it will attempt to reinstate it as the failover target standby. The first step in reinstatement is to flash the database back to the SCN where the standby became the primary (v$database.standby_became_primary_scn on the new primary). As described in theFlashback Database section, Flashback Database takes place in two stages: a restore stage and a media recovery stage. In the restore stage, Flashback Database restores the database to a point prior to the standby_became_primary_scn using the before-image blocks in the Flashback Database logs. In the media recovery phase, Flashback Database applies redo to bring the database up to the standby_became_primary_scn. In order for Flashback Database to succeed, there must be sufficient history available in the Flashback Database logs and all of the redo generated between the restore point and the standby_became_primary_scn must be available. If Flashback Database fails, automatic hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind ierate zens hice o Oracle Data Gard Fast San Failover reinstatement stops and you will have to perform a manual SCN-based recovery to the standby_became_primary_scn and complete the reinstatement. (Once Flashback Database has succeeded, the observer will convert the database to a standby, bounce it, and begin apply services. startup mount observer log: Copy Initiating reinstatement for da’ Reinstating database “dbl dgmg)rl status: Copy tion Mode: MaxAvailabi. Repeat in the other direction s Now test FSFO failover back to the original primary. Make some new changes and verify that they are preserved after failover. Remember to check Flashback Database history before aborting the primary. Stalling the Primary Another good testis to simulate network failures that leave the primary up, but isolated from the failover target standby and the observer. When a primary loses contact with both the failover target and the observer simultaneously, it enters a “stalled” state (vSdatabase fs_failover_status = 'STALLED’) and any sessions still connected to the primary will block on commit. Queries and DML will continue to run - only sessions that commit will block. This prevents a “split brain" condition if a failover occurs since none of the changes made to the isolated primary can be made permanent. Oracle Database 109 databases running versions prior to 10.2.0.4 will remain in a stalled state until aborted or signaled to remain the primary by the observer once connectivity has been restored. Starting with 10.2.0.4 (including all versions of Tig and later), Oracle provides the FastStartFailoverPmyShutdown Broker property that allows you to specify what the primary should do if itis stil in a stalled state when the FSFO threshold timeout has elapsed. Setting this property to TRUE’ (the default) causes the primary to self-terminate. Setting it to FALSE’ leaves the database open and stalled until itis terminated or signaled to proceed in the event a failover did not take place (e.g. the observer was killed after the stall began, but before the failover timeout had elapsed). The simple tests described in this guide are fine for making sure the basics are working, but you'll probably want to develop a more comprehensive set of tests suited to your environment and requirements. Monitoring FSFO Readiness hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind parrate zens ide to Oracle Data Guard Fast Sar Faloor There's a big difference between a system that's FSFO enabled and one that's FSFO ready. Being FSFO ready means that all conditions are met for a successful failover, including having a running observer and sufficient redo transmitted to the failover target to meet durability requirements. This section describes how to stay on top of your FSFO environments. Ask Broker Use Broker's "show configuration” command to determine FSFO status and the "show database
statusreport" command to drill down for details if Broker reports a problem. Ask the primary The v$database view has has columns specifically for monitoring FSFO status. The values that indicate FSFO is ready for failover are listed below. See the Oracle Reference and Data Guard Administrator guides for your release for details. B copy 'SYNCHRONIZED' for MaxAvail "TARGET UNDER LAG LIMIT’ Standby apply 6 Nothing will ruin your day faster than finding out that the standby the observer just failed over to is 12 hours behind in applying redo. The observer is perfectly satisfied if all of the redo it needs to meet your durability requirements has been received by the failover target. It doesn't consider how much of that redo has been applied. Have a means of notifying someone if standby apply falls too far behind. Flashback Database history Slightly less critical than making sure you've got a good primary is making sure the failed primary can be automatically reinstated, Monitoring flashback database history and reacting when it drops below 30, minutes will save you time and improve availability. It will also alert you to databases that have had Flashback Database disabled at some point after FSFO was enabled. Broker checks to see if Flashback Database is enabled on the primary and failover targets when FSFO is enabled. After FSFO is enabled, Broker will continue to check that Flashback Database is enabled during health checks. If it detects that Flashback Database was disabled, either manually, or automatically because Flashback Database discovered a problem, Broker signals "ORA-16827: Flashback Database is disabled’: Client Notification Failing over the database won't do much good if applications and other database clients don't know where the primary went. If clients are already configured to automatically time out and reconnect if they don't get a response from the database, a simple but effective approach is to use a network alias (e.g, DNS CNAME) that always resolves to the primary. After a role change, the naming service can be updated with the new primary's address. A trigger on the DB_ROLE_CHANGE system event can be used to update the hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind earate zens hice o Oracle Data Gard Fast San Failover naming service and, with the proper client cache TTL settings, clients can connect to the new primary very quickly. Oracle also provides Fast Application Notification (FAN) for OCI clients and Fast Connect Failover for JDBC clients, These facilities allow applications written to take advantage of them to receive asynchronous notification of database events, including role transitions, Appendix Creating an observer wrapper This section will help you get started with creating a wrapper script to automatically start and restart the FSFO observer. Use the wrapper script to start the observer process when the observer host boots or to restart it if it dies. Writing the wrapper itself and the means to determine when to execute it are up to you. Create a wallet While not strictly required, creating a wallet provides a secure way to store the credentials needed to automatically connect to the primary when starting the observer. The "Configuring Authentication” chapter of the Oracle Database Security Guide provides detailed instructions for creating a wallet. A simple example for *nix is provided below that will work with both releases. The Oracle Database 10g FSFO observer is limited to using the default username and password defi. {3 in the wallet. In 10g, a single wallet can be used for multiple observers, but they must all use the same SYS password. The Oracle Database Tig observer can make use of specific credentials, allowing the same wallet to be used for multiple observers with different SYS passwords. Create a directory to store the wallet. mkd. p /u0l/app/oracle/admin/wailet Create a wallet and set the default username and password to the database's SYSDBA credentials (usually SYS). | Copy mkstore -wrl /u0l/app/oracle/admin/wallet ~createsntry 1e.security.elis ‘Add the wallet location and override to sqlnet.ora Copy WALLET_LOCATION = (SOURCE = (METHOD = FILE) (METHOD_DATA = (DIRECTORY = /u! Determine where to store the observer state file (fsfo.dat file) hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind ater1 4t4 200028 Guide to Oracle Data Guard Fast Start Failover The observer maintains state information in a file. By default the file is named fsfo.dat and is created in the working directory where the observer is started. The state file is locked when the observer is running to prevent multiple observers from using the same file, I's generally a good idea to store the state file in a directory associated with the database to avoid locking issues when running multiple observers on the same host. mkdir -p /u01/app/oracle/admin/dbl/observer Observer startup command Here's one-liner observer startup for *nix. Note the use of "/@
" to login using the wallet. ' Copy nohup dgmgrl /@db1 /app/oracle/admin/dbi/observe Useful things to know about the FSFO observer * All database connections associated with the observer, including the initial connection, must use dedicated server connections. Using Shared Server (MTS) or connection pooling can result in unpredictable behavior. * For reliable startup, the initial connection should always be made to the primary. A running observer will follow the primary automatically after a role transition, but a newly (re)started observer won't start if the initial connection is to a down database or one with an out of date or corrupted Broker config file. * Startup can fail with "ORA-16647: could not start more than one observer" even when no observer is actually running if the previous observer process terminated without deregistering itself and the new observer isn't using the previous fsfo.dat file. If this occurs, run ‘stop observer’ and try again. * It's a good idea to have at least two hosts configured to run observers so that one can take over if the other fails. Failover script Create a script to automate FSFO failover initiation and use it as your standard method for standby flips. This not only saves time and minimizes problems by automating an otherwise manual process, it exercises your failover and DR procedures with every flip so that you know the FSFO configuration is sound and, ina real emergency, everyone knows what to do. Failovers become routine. In fact, failovers are so reliable, fast, and simple that switchovers become the exception rather than the rule, Just be sure to include a Flashback Database history check in the script to provide an option to abort if a failover would require a manual reinstate DB_ROLE_CHANGE system event The DB_ROLE_CHANGE event will fire whenever a database is opened for the first time after a role transition. Create a trigger on this event to perform actions specific to your environment after a switchover or failover, such as updating the name resolution service to point to the new primary. Keep this trigger as simple and reliable as possible, limiting it to only what is absolutely necessary at the moment of hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind serate zens hice o Oracle Data Gard Fast San Failover role transition, since any failures at this point may affect availability If there are many actions that need to take place, put them in a separate script and use the trigger to run the scriptin an orphan process or thread independent of the database. FSFO configurations with multiple standbys Bystanders All standbys other than the fe ‘BYSTANDER}). Bystanders are part of the Data Guard configuration, but not part of the FSFO configuration, Only two databases, the primary and the failover target, can be in the FSFO configuration at any given time. Wer target are considered bystanders (v$database fs_failover_status = During failover, bystanders "follow" the primary by default, flashing back and reapplying redo from the new primary as necessary. (Yes, bystanders need Flashback Database too}. After a failover, a bystander will not automatically become the new failover target. Unless action is taken to change the failover target to one of the bystanders, the new primary will be without a failover target until the former primary is reinstated as a standby. If the Broker configuration is changed to make a bystander the new failover target (probably a good idea if the failed database will be down for a while), the observer will not automatically reinstate the former primary because it is no longer part of the FSFO configuration. Reinstatement will have to be accomplished by other means (manual or scripted Broker commands). Switchover restrictions FSFO enabled configurations having multiple standbys cannot switchover to a standby that is not the failover target. To switchover to a standby that is not the current failover target 1. Disable FSFO 2. Change the failover target to the standby being switched over to 3. Enable FSFO 4. Switchover or 1. Disable FSFO 2. Switchover 3. Change the failover target to the desired standby A, Enable FSFO John Smiley [
[email protected]
] is a persistent storage architect for a major online retailer. hitpeviamoracle convtechnical-resourcesiarticteslsnileyfsoind eenpate 20128 Careers Analyst Reports Developers Best cloud-based Investors ERP Sartners Cloud Economics Corporate Researchers Responsibility Students and O : ees versity an Inclusion Security Practices ©2022 ore conuy/tegen -ntpsivaworace.convectrical esourcestartcletsnileysfo ent (Guido to Oracle Data Guard Fast-Siat Falover What is cloud computing? What is CRM? What is Docker? What is Kubernetes? What is Python? What is SaaS? Prvacy / DoNot Sell My Info News Oracle Applications Platform Oracle Supports Ukraine Oracle Red Bull Racing Oracle Sustainability Employee Experience Platform Cookie Preferences Us Sal +1.800.633.0738 How can we help? Subscribe to emails Events Blogs Adcholees Careers
You might also like
Hourglass Workout Program by Luisagiuliet 2
PDF
76% (21)
Hourglass Workout Program by Luisagiuliet 2
51 pages
12 Week Program: Summer Body Starts Now
PDF
87% (46)
12 Week Program: Summer Body Starts Now
70 pages
Read People Like A Book by Patrick King-Edited
PDF
58% (81)
Read People Like A Book by Patrick King-Edited
12 pages
Livingood, Blake - Livingood Daily Your 21-Day Guide To Experience Real Health
PDF
77% (13)
Livingood, Blake - Livingood Daily Your 21-Day Guide To Experience Real Health
260 pages
Cheat Code To The Universe
PDF
94% (79)
Cheat Code To The Universe
34 pages
Facial Gains Guide (001 081)
PDF
91% (45)
Facial Gains Guide (001 081)
81 pages
Curse of Strahd
PDF
95% (467)
Curse of Strahd
258 pages
The Psychiatric Interview - Daniel Carlat
PDF
91% (34)
The Psychiatric Interview - Daniel Carlat
473 pages
The Borax Conspiracy
PDF
91% (57)
The Borax Conspiracy
14 pages
The Secret Language of Attraction
PDF
86% (108)
The Secret Language of Attraction
278 pages
How To Develop and Write A Grant Proposal
PDF
83% (542)
How To Develop and Write A Grant Proposal
17 pages
Penis Enlargement Secret
PDF
60% (124)
Penis Enlargement Secret
12 pages
Workbook For The Body Keeps The Score
PDF
89% (53)
Workbook For The Body Keeps The Score
111 pages
Donald Trump & Jeffrey Epstein Rape Lawsuit and Affidavits
PDF
83% (1016)
Donald Trump & Jeffrey Epstein Rape Lawsuit and Affidavits
13 pages
KamaSutra Positions
PDF
78% (69)
KamaSutra Positions
55 pages
7 Hermetic Principles
PDF
93% (30)
7 Hermetic Principles
3 pages
27 Feedback Mechanisms Pogil Key
PDF
77% (13)
27 Feedback Mechanisms Pogil Key
6 pages
Frank Hammond - List of Demons
PDF
92% (92)
Frank Hammond - List of Demons
3 pages
Phone Codes
PDF
79% (28)
Phone Codes
5 pages
36 Questions That Lead To Love
PDF
91% (35)
36 Questions That Lead To Love
3 pages
How 2 Setup Trust
PDF
97% (307)
How 2 Setup Trust
3 pages
The 36 Questions That Lead To Love - The New York Times
PDF
94% (34)
The 36 Questions That Lead To Love - The New York Times
3 pages
100 Questions To Ask Your Partner
PDF
78% (36)
100 Questions To Ask Your Partner
2 pages
Satanic Calendar
PDF
25% (56)
Satanic Calendar
4 pages
The 36 Questions That Lead To Love - The New York Times
PDF
95% (21)
The 36 Questions That Lead To Love - The New York Times
3 pages
14 Easiest & Hardest Muscles To Build (Ranked With Solutions)
PDF
100% (8)
14 Easiest & Hardest Muscles To Build (Ranked With Solutions)
27 pages
Jeffrey Epstein39s Little Black Book Unredacted PDF
PDF
75% (12)
Jeffrey Epstein39s Little Black Book Unredacted PDF
95 pages
1001 Songs
PDF
69% (72)
1001 Songs
1,798 pages
The 4 Hour Workweek, Expanded and Updated by Timothy Ferriss - Excerpt
PDF
23% (954)
The 4 Hour Workweek, Expanded and Updated by Timothy Ferriss - Excerpt
38 pages
Zodiac Sign & Their Most Common Addictions
PDF
63% (30)
Zodiac Sign & Their Most Common Addictions
9 pages
Veritas Netbackup 6.5 For Oracle For Solaris PDF
PDF
No ratings yet
Veritas Netbackup 6.5 For Oracle For Solaris PDF
1 page
LATCH - Enq TX - Index Contention
PDF
No ratings yet
LATCH - Enq TX - Index Contention
2 pages
Oracle Database 12c Backup and Recovery
PDF
No ratings yet
Oracle Database 12c Backup and Recovery
31 pages
Data Guard PPT-oracle9i
PDF
No ratings yet
Data Guard PPT-oracle9i
54 pages
Automatic Failover: Monitor A Specific Condition Via The Broker
PDF
No ratings yet
Automatic Failover: Monitor A Specific Condition Via The Broker
3 pages
Data Guard Process Flow
PDF
No ratings yet
Data Guard Process Flow
14 pages
Oracle Data Guard Presentation
PDF
No ratings yet
Oracle Data Guard Presentation
52 pages
Oracle 11g Data Guard Configurations by Sajid Hussain
PDF
No ratings yet
Oracle 11g Data Guard Configurations by Sajid Hussain
7 pages
Oracle Data Guard in Cloud
PDF
No ratings yet
Oracle Data Guard in Cloud
18 pages
12c Dataguard Switchover Best Practices Using DGMGRL (Dataguard Broker Command Prompt)
PDF
No ratings yet
12c Dataguard Switchover Best Practices Using DGMGRL (Dataguard Broker Command Prompt)
7 pages
Performing Database Backups
PDF
No ratings yet
Performing Database Backups
20 pages
153 Data Guard PDF
PDF
No ratings yet
153 Data Guard PDF
68 pages
Business Continuity For EBS Using Oracle 11g Physical Standby DB (Oracle E-Business Suite Technology)
PDF
No ratings yet
Business Continuity For EBS Using Oracle 11g Physical Standby DB (Oracle E-Business Suite Technology)
7 pages
Oracle Recovery Manager (RMAN)
PDF
No ratings yet
Oracle Recovery Manager (RMAN)
10 pages
ADUtilities
PDF
No ratings yet
ADUtilities
4 pages
Oracle Dataguard Support Issues: Brian Hitchcock Ocp 10G Dba Sun Microsystems
PDF
No ratings yet
Oracle Dataguard Support Issues: Brian Hitchcock Ocp 10G Dba Sun Microsystems
76 pages
Oracle Rac DBA 12c
PDF
No ratings yet
Oracle Rac DBA 12c
6 pages
Rman
PDF
No ratings yet
Rman
3 pages
UAT DB Build Using RMAN
PDF
No ratings yet
UAT DB Build Using RMAN
9 pages
RMAN Interview Questions
PDF
No ratings yet
RMAN Interview Questions
6 pages
Adm Ash Addm
PDF
No ratings yet
Adm Ash Addm
50 pages
Top 5 Grid Infrastructure Startup Issues
PDF
No ratings yet
Top 5 Grid Infrastructure Startup Issues
6 pages
LA Oracle Users Group: Succeeding With RMAN
PDF
No ratings yet
LA Oracle Users Group: Succeeding With RMAN
26 pages
Duplicate Database
PDF
No ratings yet
Duplicate Database
13 pages
RAC 11g
PDF
100% (1)
RAC 11g
59 pages
Raccheck - Rac Configuration Audit Tool (Id 1268927.1) : 30-May-2013 Script Published 1
PDF
No ratings yet
Raccheck - Rac Configuration Audit Tool (Id 1268927.1) : 30-May-2013 Script Published 1
8 pages
Data Guard Basics
PDF
No ratings yet
Data Guard Basics
27 pages
Is LBA Mandatory For SCAN Listener in Oracle RAC?
PDF
No ratings yet
Is LBA Mandatory For SCAN Listener in Oracle RAC?
8 pages
2019-Db-Alexander Kornbrust-Best of Oracle Security 2019-Praesentation
PDF
No ratings yet
2019-Db-Alexander Kornbrust-Best of Oracle Security 2019-Praesentation
81 pages
Top For Oracle 143
PDF
No ratings yet
Top For Oracle 143
10 pages
How To Verify, View, and Turn Off Oracle 12c Audits
PDF
No ratings yet
How To Verify, View, and Turn Off Oracle 12c Audits
2 pages
Orace Rac Taf
PDF
No ratings yet
Orace Rac Taf
4 pages
Ingres Command Ref
PDF
100% (1)
Ingres Command Ref
292 pages
Complete Checklist For Manual Upgrades To 11gR2
PDF
No ratings yet
Complete Checklist For Manual Upgrades To 11gR2
23 pages
NIT5130: Database Analysis and Design: Assignment Report
PDF
No ratings yet
NIT5130: Database Analysis and Design: Assignment Report
32 pages
ORAchk EXAchk Feature Fix History
PDF
No ratings yet
ORAchk EXAchk Feature Fix History
112 pages
Oracle Performance Improvement by Tuning Disk Input Output
PDF
No ratings yet
Oracle Performance Improvement by Tuning Disk Input Output
4 pages
ORACLE DBA Interview Preparation & Guidence To Basic Concepts
PDF
100% (1)
ORACLE DBA Interview Preparation & Guidence To Basic Concepts
49 pages
Backup Your Database With RMAN
PDF
No ratings yet
Backup Your Database With RMAN
24 pages
Rman Case Studies
PDF
No ratings yet
Rman Case Studies
34 pages
Toad World Blog: Switchover and Switchback Simplied in Oracle 12c
PDF
No ratings yet
Toad World Blog: Switchover and Switchback Simplied in Oracle 12c
4 pages
GG Troubleshooting v104
PDF
No ratings yet
GG Troubleshooting v104
158 pages
Oracle10g CRS
PDF
No ratings yet
Oracle10g CRS
2 pages
Patching Gi and Rac
PDF
No ratings yet
Patching Gi and Rac
2 pages
Oracle Cache Fusion Private Inter Connects and Practical Performance Management Considerations in Oracle Rac
PDF
No ratings yet
Oracle Cache Fusion Private Inter Connects and Practical Performance Management Considerations in Oracle Rac
25 pages
SQL Select FORCE - LOGGING From V$database For - NO SQL Archive Log
PDF
No ratings yet
SQL Select FORCE - LOGGING From V$database For - NO SQL Archive Log
11 pages
21c Standby Creation Rac To Non Rac
PDF
No ratings yet
21c Standby Creation Rac To Non Rac
8 pages
Oracle Transparent Data Encryption
PDF
No ratings yet
Oracle Transparent Data Encryption
9 pages
Rman Tutorial
PDF
100% (1)
Rman Tutorial
20 pages
Practice 24 - PDB Cloning and Relocation Using DBCA
PDF
100% (1)
Practice 24 - PDB Cloning and Relocation Using DBCA
11 pages
Oracle Dataguard
PDF
No ratings yet
Oracle Dataguard
7 pages
S937 SmithMeeks
PDF
No ratings yet
S937 SmithMeeks
55 pages
Thinus Presentation 1 1226310290044894 9
PDF
No ratings yet
Thinus Presentation 1 1226310290044894 9
49 pages
Oracle Data Guard - Fast Start Failover Understood!: Dr. Martin Wunderli
PDF
No ratings yet
Oracle Data Guard - Fast Start Failover Understood!: Dr. Martin Wunderli
31 pages
Implementing Fast-Start Failover 10Gr2 Dataguard Broker Environment
PDF
No ratings yet
Implementing Fast-Start Failover 10Gr2 Dataguard Broker Environment
15 pages
Maximum Availability Architecture: Oracle Best Practices For High Availability
PDF
No ratings yet
Maximum Availability Architecture: Oracle Best Practices For High Availability
17 pages
Practice Enabling Fast-Start Failover
PDF
No ratings yet
Practice Enabling Fast-Start Failover
8 pages
Standby Concepts and Configuration
PDF
No ratings yet
Standby Concepts and Configuration
32 pages
Oracle Data Guard Interview Questions
PDF
100% (2)
Oracle Data Guard Interview Questions
6 pages
GitHub - Borisdali - Rttanalyzer - RTTAnal... ND The Tool To Support That Methdology
PDF
No ratings yet
GitHub - Borisdali - Rttanalyzer - RTTAnal... ND The Tool To Support That Methdology
8 pages
Buffer Busy Waits
PDF
No ratings yet
Buffer Busy Waits
3 pages
11g Steps To Perform For Rolling Forwar... Mental Backup. (Doc ID 836986.1
PDF
No ratings yet
11g Steps To Perform For Rolling Forwar... Mental Backup. (Doc ID 836986.1
1 page
Installing and Creating Oracle Database 19c On Linux 7
PDF
No ratings yet
Installing and Creating Oracle Database 19c On Linux 7
12 pages
Mysql To Oracle Link Creation Using Heterogeneous Services - Ktexperts
PDF
No ratings yet
Mysql To Oracle Link Creation Using Heterogeneous Services - Ktexperts
12 pages
BNT102 Use Mobile Computing
PDF
No ratings yet
BNT102 Use Mobile Computing
6 pages
Introduction To Wireless Communication Systems: References
PDF
No ratings yet
Introduction To Wireless Communication Systems: References
56 pages
BNT112 Acquire Skills in Electronic Business
PDF
No ratings yet
BNT112 Acquire Skills in Electronic Business
6 pages
ATM Architecture: Asynchronous Transfer Mode
PDF
No ratings yet
ATM Architecture: Asynchronous Transfer Mode
6 pages