Adding another archive log destination
I want to add another archivelog destination incase a archivelog gets corrupted or lost. I wish to use a NFS fileserver for this.
Anyone done this before? Is it something Oracle supports?. Any known problems if the fileserver goes down or loose connectivity?(LGWR crash?)
I don't have the fileserver up yet so unable to test. Think i'll use something like this:
NFS mount options
rw,bg,hard,nointr,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0
Oracle Parameters
log_archive_min_succeed_dest=1
log_archive_dest_2='location=/net/filserv/archive2'
log_archive_dest_10=USE_DB_RECOVERY_FILE_DEST <- default