Oracle FAN with Oracle Data Guard but without using Oracle Grid/ RAC
NickName:Jaywalker Ask DateTime:2018-08-07T23:06:28

Oracle FAN with Oracle Data Guard but without using Oracle Grid/ RAC

Is it possible for a JDBC application to receive Fast Application Notification (FAN) from an Oracle Data Guard broker when a SWITCHOVER happens from a primary to a secondary database, so that the application can reconnect without Oracle RAC/ cluster? That is, I have just got a single instance database on the primary site and a similar setup on the secondary site, and I want my Java based application to detect and reconnect in case of FAILOVER/ SWITCHOVER.

Based on what I know about FAN, it depends on Oracle Notification Service, which indirectly means Oracle RAC/ Grid. Is this understanding correct? Oracle Data Guard, by itself, doesn't require either Oracle RAC or Oracle Grid.

If FAN is not available, what are the options for an application to get the connection to the new primary without requiring a restart?

Copyright Notice:Content Author:「Jaywalker」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/51730027/oracle-fan-with-oracle-data-guard-but-without-using-oracle-grid-rac

More about “Oracle FAN with Oracle Data Guard but without using Oracle Grid/ RAC” related questions

Oracle FAN with Oracle Data Guard but without using Oracle Grid/ RAC

Is it possible for a JDBC application to receive Fast Application Notification (FAN) from an Oracle Data Guard broker when a SWITCHOVER happens from a primary to a secondary database, so that the

Show Detail

Oracle RAC VIP and SCAN IPs

I've read the Oracle RAC documentation a couple of times but SCAN and VIP are still confusing me. Can someone help me understand how this needs to be configured technically so that I can explain it...

Show Detail

Migration/upgradation of Oracle DB to Oracle RAC

We have a requirement where the client is migrating their oracle to support the ORACLE RAC(Real application cluster). Our application is written in java and is currently deployed on weblogic. We have

Show Detail

May I install Grid and Oracle DB on one (local) machine (Windows 10)?

I want try to use FAN (Fast Application Notification) in Java Application. I found, that FAN cannot work without Grid and / or RAC. I found a lot of answers, how I can install Grid and RAC on multi...

Show Detail

Oracle RAC - creating a directory

Having trouble getting an answer to this. On an Oracle RAC how do Oracle logical directories work? E.g. if I run this command CREATE DIRECTORY import_dir AS '/data/oracle/import'; does Oracle cre...

Show Detail

Can I use a JDBC driver for Application failover to the correct Oracle DB instance (Data Guard, not RAC cluster)

Can I use a driver for Application failover to the correct Oracle DB instance (Data Guard, not RAC cluster) The documentation seems to suggest I can with a RAC cluster, I am not sure if I can wit...

Show Detail

Oracle RAC and sequences

I have various database applications that use sequences, I´m migrating these applications to Oracle RAC from 10g without RAC to 11g with RAC. I need ordered sequences and gaps are tolerated. I'm

Show Detail

How to configure oracle data base in Oracle RAC environments in wso2 api manager 3.2.0

How to configure oracle data base in Oracle RAC environments in wso2 api manager 3.2.0 ? use oracle script or oracle-rac script?

Show Detail

Oracle RAC and SCAN Listeners

I have a 4 node RAC architecture and SCAN Listeners are running on 3 nodes. As Oracle recommends minimum of 3 SCAN Listeners in the below blog. http://satya-racdba.blogspot.in/2012/09/scan-in-ora...

Show Detail

Oracle RAC instance fail

I use the Oracle database 11gr2, and it is a RAC environment that has two instances. One day, one instance failed when the hardware failed. The client uses the tnsnames.ora which has two IP address...

Show Detail