您好,登錄后才能下訂單哦!
這篇文章主要講解了“怎么解決Oracle執行expdp寫入NFS文件系統提示ORA-39001錯誤”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“怎么解決Oracle執行expdp寫入NFS文件系統提示ORA-39001錯誤”吧!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
1 2 3 4 5 6 7 8 9 10 |
|
使用“expdp ORA-27054”關鍵字查找,找到MOS文檔:
ORA-27054: NFS File System Where the File is Created or Resides is Not Mounted With Correct Options (文檔 ID 781349.1)
You are transferring your database/installation to a NetApps NFS mount point.
The following error occurs on database startup:
ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file '/nfs_d04/oasisxx/data/oasis_system.dbf'
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
The current mount point is mounted as:
rw,bg,rsize=32768,wsize=32768,hard,vers=3,nointr,timeo=600,proto=tcp,suid 0 0
The correct mount point options are being used but they are not in the correct order per oracle docs on correctly mounting NFS mounts for oracle software.
The correct setting should be:
rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,timeo=600,proto=tcp,suid
NOTE: the location of the parameter 'hard'
NOTE: As per
Bug 11812928
, the 'intr' & 'nointr' are deprecated in UEK kernels, as well as Oracle Linux 6. It is harmless to still include it, you will get a notice..
NFS: ignoring mount option: nointr.
Mount the NFS mount point with the recommended options in the exact order specified in oracle documentation.
For example:
# mount -F nfs -o rw,bg,hard,rsize=32768,wsize=32768,vers=3,forcedirectio,nointr,proto=tcp,suid host:/folder1/to1 /folder2/to2
NOTE: if settings revert back to original settings after remount, check auto-mounter options/settings. For more info on auto-mounter, please contact the OS vendor.
1 2 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
顯然該問題是由NFS文件系統未正確掛載引起的,通過添加關鍵參數,重新掛載NFS系統,順利解決Oracle執行expdp寫入NFS文件系統提示ORA-39001 ORA-39000 ORA-31641 ORA-27054錯誤的問題。
感謝各位的閱讀,以上就是“怎么解決Oracle執行expdp寫入NFS文件系統提示ORA-39001錯誤”的內容了,經過本文的學習后,相信大家對怎么解決Oracle執行expdp寫入NFS文件系統提示ORA-39001錯誤這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。