Applications should be RAC aware?
32800Mar 11 2007 — edited Mar 13 2007Hi All,
We have a web based application developed using Java. The application uses Oracle as a backend. Now, i have to move the schema which java application uses to a 2-node RAC database which i have installed. And the application also has to be connected to RAC database.
Assume that the app connects to RAC db using TAF enabled service and connected to that db through node1. What will happen to Select/Insert/Update/Delete statements which are running by application from that node if node1 goes down?
My doubt is, is the application should be RAC aware? means application should know that one of the node is down?
Thanks,
Praveen.