环境:
AIX环境,Oracle11,使用RMAN备份至一个NFS文件系统时,报错
ORA-19504: failed to create file "/xxx/xxx/xxx_xxx_xxx_xxxx.rman"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
解决:
根据链接
http://aerostitch.github.io/databases/oracle/expdp_on_AIX_NFS.html
挂载NFS的时候加上了如下参数,问题解决:
-o bg,hard,intr,rsize=32768,wsize=32768,vers=3,proto=tcp,sec=sys,rw