NFS and Redolog member
Hi,
In my 11.2 database, on Oracle Linux 6, I use 3 groups of redologs with 3 members in each (9 files). One of the 3 members of each group (3 files) is located on an NFS v3 destination, the 2 others are on local filesystems.
There's no problem to access to the redologs till NFS server is running.
When the NFS server is stopped, switch between redologs hangs, so all database transactions hangs, where I expect ignoring the member unreachable while 2 members are still accessible !
The options for the NFS mount are like Oracle recommendations, in fact : rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,timeo=600,tcp.
Is there a way to authorize switch logfile while NFS server is stopped ?