Benutzer-Werkzeuge

Webseiten-Werkzeuge


dba:taf_sql_connection

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
dba:taf_sql_connection [2014/07/09 21:09] – [Transparent Application Failover konfigurieren] gpipperrdba:taf_sql_connection [2014/07/09 21:11] – [Transparent Application Failover konfigurieren] gpipperr
Zeile 1: Zeile 1:
 =====Transparent Application Failover konfigurieren===== =====Transparent Application Failover konfigurieren=====
  
-TAF is a client-side feature that allows clients to reconnect to surviving databases in the event of a failure of a database instance. Notifications are used by the server to trigger TAF callbacks on the client-side.+**TAF** is a client-side feature that allows clients to reconnect to surviving databases in the event of a failure of a database instance. Notifications are used by the server to trigger TAF callbacks on the client-side.
  
 See: http://docs.oracle.com/cd/E11882_01/network.112/e10836/advcfg.htm#NETAG338 See: http://docs.oracle.com/cd/E11882_01/network.112/e10836/advcfg.htm#NETAG338
Zeile 11: Zeile 11:
  
  
-FCF Fast Connection Failover (FCF) – Server Side+**FCF** Fast Connection Failover (FCF) – Server Side
  
 FCF provides is very fast notification of the failure and the ability to reconnect immediately using the same URL. When a RAC node fails the application will receive an exception. The application has to handle the exception and reconnect. FCF provides is very fast notification of the failure and the ability to reconnect immediately using the same URL. When a RAC node fails the application will receive an exception. The application has to handle the exception and reconnect.
Zeile 24: Zeile 24:
  
 ==== Connectstring konfigurieren ==== ==== Connectstring konfigurieren ====
 +
 +
 +Im Beipiel wird ein zweiter Connectstring angegeben, Parameter BACKUP der beim Fehler für das Umschalten verwendet wird.
  
 Beipiel: Beipiel:
Zeile 38: Zeile 41:
  (TYPE = SELECT)  (TYPE = SELECT)
  (METHOD = BASIC)  (METHOD = BASIC)
- (BACKUP = S_SIEBEL_DE_SB_VIP)+ (BACKUP = GPI_VIP_SRV)
  (RETRIES = 60)  (RETRIES = 60)
  (DELAY = 10)  (DELAY = 10)
Zeile 57: Zeile 60:
 **FAILOVER_MODE Parameter:** **FAILOVER_MODE Parameter:**
 ^Parameter^Wert^ ^Parameter^Wert^
-|BACKUP|Weitere möglicher Connect String - muss angegeben werden falls preconnect  verwendet wird|+|BACKUP|Weitere möglicher Connect String nach einem Fehler - muss angegeben werden falls preconnect  verwendet wird|
 |DELAY |Zeit in Secunden zwischen Verbindungsversuchen, falls RETRIES  angeben ist der Wert immer eine Sekunde| |DELAY |Zeit in Secunden zwischen Verbindungsversuchen, falls RETRIES  angeben ist der Wert immer eine Sekunde|
 |METHOD|**basic** => Verbindung wird zum Failover Zeitpunkt aufgebaut - **preconnect** => Breits beim Start wird eine Backup Verbindung aufgebaut| |METHOD|**basic** => Verbindung wird zum Failover Zeitpunkt aufgebaut - **preconnect** => Breits beim Start wird eine Backup Verbindung aufgebaut|
dba/taf_sql_connection.txt · Zuletzt geändert: 2014/07/09 21:12 von gpipperr