Support for extende Connection failover.

  • Thread starter Thread starter ttani
  • Start date Start date
Status
Not open for further replies.
T

ttani

Guest
* I launched two DB (orcl, xe). * I access the connection string, such as the following. "jdbc: progress: oracle: // localhost: 1521; databaseName = orcl; AlternateServers = (localhost: 1521; databaseName = xe)" * If I stop the DB of "orcl", it will fail to access the first "xe". * If I add a "FailoverMode = extended" in the connection string, Violation error occurs . I've heard from the engineers of progress, "Corticon does not support FailOver of DB. To support please put out the request." . Best regards.

Continue reading...
 
Status
Not open for further replies.
Back
Top