EXPDP備份到NFS檔案系統 ORA-27054

darren__chan發表於2015-03-23




Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "/export/backup/LT_JCPT_GZL.dmp"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 5
Additional information: 18



mkdir -p /exp
mount -V nfs -o rw,hard,mointr,tcp,noac,vers=3,timeo=600,rsize=32768,wsize=32768  150.12.40.7:/vol/cyfx    /exp




來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29863023/viewspace-1469969/,如需轉載,請註明出處,否則將追究法律責任。

相關文章