Login  Register

RAC failover

classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

RAC failover

Roshan
1294 posts
Hi Erman,

we are testing an application when each of  the 2 nodes is brought down. The issue is when first node is shutdown, the user cannot see some forms despite application is up.

But when second node is shutdown, forms are available.

Please advise.

Regards,
Roshan
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: RAC failover

ErmanArslansOracleBlog
Administrator
5727 posts
Hi Roshan,

There is no automatic failover for Forms session.

Read "Note:243303.1 Does Oracle Forms Support Oracle RDBMS High Availability and Failover (RAC / TAF)?" for more info.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: RAC failover

ErmanArslansOracleBlog
Administrator
5727 posts
It is all about the plsql state. When one db node is down, the forms screen which are connected to it, will not function properly.

So, if a database node failed and cannot be opened, then new connections would be redirected to the surviving nodes and the Forms users should restart their applications. (We can say that, their existing session information and uncommitted data are lost)
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: RAC failover

Roshan
1294 posts
Thank you so much for support and guidance :)