I have web application which connects to a view that has data populated from a remote database via a DB link in oracle. This remote database goes down once a week as a part of scheduled maintenance. This data is used to get the user details on logging into the web app. The issue is whenever this DB goes down and comes back up, users get the following error:
SQL state [63000]; error code [3150]; ORA-03150: end-of-file on communication channel for database link ORA-02063: preceding line from *db link name*
even after several hours of the db being brought up, the issues persists until we login to the app and manually refresh the browser at least 6 times(why it requires 6 times is also a mystery). Any idea what is causing this? i checked the alert.log and it has no additional details. How can we solve this without manual interventions?