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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

.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

3720642
Answer

The documentation wasn't helpful. After some messing around I found out that the problem was because I forgot to delete the line from my user's known_hosts file regarding the old fingerprint. (/home/username/.ssh/known_hosts)

Marked as Answer by 3720642 · Sep 27 2020
1 - 2

Post Details

Added on Sep 18 2021
1 comment
548 views