Quote:
and also if there is one shared storage and multiple nodes will be accessing it.... wont I need to configure Oracle Parallel server ???I didnt see any mention of this in the articles on oracle's web site.
[Edited by ronnie on 10-21-2002 at 04:56 PM]
No, failsafe (as I understand it) is a failover technology and not a parallel technology. For example, you have two boxes b0 and b1. With failsafe, b0 will handle all the requests. When b0 dies, b1 kicks in and processes requests. When b0 is alive, b1 does nothing (in terms of servicing requests).