RAC aware

Johan R

Member
We built an application with D2006 using DOA components and Oracle 10 G. Now we've got the question from one of our clients: Is the application RAC (Real Application Clusters) aware? I don't know what it (technical) means... But are the DOA components RAC aware or do I have to built something special for this in the application.
 
You can treat a database on a RAC like any other database. Failover and load balancing will be handled by the server, and is completely transparent to the client application.
 
Back
Top