Specifies whether you want DataWindow Designer to recognize and participate in failover to a designated backup database server if the current database server goes down.
When to specify SvrFailover
You must specify the SvrFailover parameter before connecting
to the database.
ASE, SYC Sybase Adaptive Server Enterprise (12.0 and higher database connections only)
O84 Oracle 8.x and Oracle8i (8.1.5 and higher database connections only)
O90 Oracle9i
O10 Oracle 10g
SvrFailover='value'
SvrFailover='No'
Both Oracle and Sybase support database server failover in Oracle Version 8.1.5 or later and Adaptive Server 12 or later. For information about how to configure failover for these database servers, see your Oracle or Adaptive Server documentation. To avoid losing your DataWindow Designer database connection (as the result of a timeout) when a failover takes place, set the SvrFailover parameter so that DataWindow Designer recognizes and participates in the database server failover.
Oracle also allows you some control over the failover process. Three additional parameters allow you to specify the number of times you want the database server to which you are connected to attempt a failover, how long to wait between failover attempts, and whether DataWindow Designer should display a runtime dialog box indicating when a failover occurs.
This parameter cannot be set dynamically. The value set when the connection is made remains in effect until it is disconnected.
To tell DataWindow Designer to recognize and participate in failover:
Database profile Select the Allow Server Failover check box on the Network page in the Database Profile Setup dialog box.
Application Type the following in code:
SQLCA.DbParameter="SvrFailover='Yes'"