How to choose database in case of connection failure?
The setup is the following:
I have a Primary database and Physical Standby database on two differents servers. The client application is connected to the Primary database via tnsnames.ora configuration. If the Primary database goes down, i make a switchover to the Physical Standby database. The client lost his connection. How can i configure the client connection without having to change the tnsnames.ora and link to the Physical Standby database?
Summary, is there a way to configure the database connection