Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

.Net core / .Net Framework Entity Framework with Failover

Peter DeSimoneSep 18 2021

I am trying to research how to get Entity Framework connection string that supports failover.
With TNSNAMES.ora and the Unmanaged client, failover could be configured to a single DataSource name.
I have read through some of the documentation about attaching a failover event, but isn't that after the event has happened? I need to know when it happens and how to point it at another server/database.
Shouldn't the connection string have some information about the failover server? IE: Sql Server and Failover partner.
Thanks, any direction provided would be a big help.
Peter

Comments
Post Details
Added on Sep 18 2021
1 comment
1,533 views