expdp出dmp檔案到NFS NAS報錯ora-39001 ora-39000 ora-31641 ora-27054
透過查詢metalink id :387700.1
文件上說可能的問題有以下幾種:
a) The mount table (eg; /etc/mnttab) can be read to check the mount options
b) The NFS mount is mounted with the "hard" option
c) The mount options include rsize>=32768 and wsize>=32768
d) For RAC environments, where NFS disks are supported, the "noac" mount option is used.
文件上指出透過設定event 10298事件可以避免,不過設定event 10298需要重啟資料庫生效 。
檢查NFS的配置,發現客戶端的/etc/filesystems中未加入mount nfs檔案系統的條目
增加以下條目後,重新mount,解決。
#vi /etc/filesystems
/exp:
dev = /exp
vfs = nfs
nodename = 192.168.1.20
mount = true
options = rw,bg,hard,intr,proto=tcp,vers=3,rsize=65536,wsize=65536,timeo=600
account = false
#umount /oraexp
#mount /oraexp
建議大家以後遇到類似問題,先檢查/etc/filesystems檔案,這個問題都是由於大家都喜歡使用以下方式mount nfs導致。
mount -o rw,bg,hard,intr,proto=tcp,vers=3,rsize=65536,wsize=65536,timeo=600 192.168.1.20:/exp /exp
//相關metalink 文件如下:
ORA-19504 ORA-27054 Errors mounting NFS file system [ID 370513.1]
RMAN Backup Fails With RMAN-03009 ORA-19504 ORA-27054 NFS file system where the file is created or resides is not mounted with correct options [ID 1472448.1]
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options [ID 781349.1]
//另外設定10298的過程如下:
1) set the Event 10298 in the init file
event="10298 trace name context forever, level 32"
if you are using the spfile then the following can be done
SQL> alter system set event='10298 trace name context forever, level 32'scope= spfile ;
文件上說可能的問題有以下幾種:
a) The mount table (eg; /etc/mnttab) can be read to check the mount options
b) The NFS mount is mounted with the "hard" option
c) The mount options include rsize>=32768 and wsize>=32768
d) For RAC environments, where NFS disks are supported, the "noac" mount option is used.
文件上指出透過設定event 10298事件可以避免,不過設定event 10298需要重啟資料庫生效 。
檢查NFS的配置,發現客戶端的/etc/filesystems中未加入mount nfs檔案系統的條目
增加以下條目後,重新mount,解決。
#vi /etc/filesystems
/exp:
dev = /exp
vfs = nfs
nodename = 192.168.1.20
mount = true
options = rw,bg,hard,intr,proto=tcp,vers=3,rsize=65536,wsize=65536,timeo=600
account = false
#umount /oraexp
#mount /oraexp
建議大家以後遇到類似問題,先檢查/etc/filesystems檔案,這個問題都是由於大家都喜歡使用以下方式mount nfs導致。
mount -o rw,bg,hard,intr,proto=tcp,vers=3,rsize=65536,wsize=65536,timeo=600 192.168.1.20:/exp /exp
//相關metalink 文件如下:
ORA-19504 ORA-27054 Errors mounting NFS file system [ID 370513.1]
RMAN Backup Fails With RMAN-03009 ORA-19504 ORA-27054 NFS file system where the file is created or resides is not mounted with correct options [ID 1472448.1]
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options [ID 781349.1]
//另外設定10298的過程如下:
1) set the Event 10298 in the init file
event="10298 trace name context forever, level 32"
if you are using the spfile then the following can be done
SQL> alter system set event='10298 trace name context forever, level 32'scope= spfile ;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25462274/viewspace-2122642/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle執行expdp寫入NFS檔案系統提示ORA-39001 ORA-39000 ORA-31641 ORA-27054錯誤OracleNFS
- 如何確定一個dmp檔案是exp匯出的還是expdp匯出的?
- 【ASK_ORACLE】一眼判斷出Oracle的dmp檔案是用expdp匯出還是exp匯出Oracle
- expdp匯出報錯ORA-39127
- dmp檔案的做成
- win10藍屏dmp檔案在哪_win10系統如何獲取藍屏錯誤dmp檔案Win10
- impdp/expdp報錯: ORA-39064: 無法寫入日誌檔案 ORA-29285: 檔案寫入錯誤
- win10藍色畫面dmp檔案在哪_win10系統如何獲取藍色畫面錯誤dmp檔案Win10
- expdp報錯ORA-39181
- 實用解析dmp檔案內容
- Oracle exp dmp包檔案轉化為insert語句,extract dmp to sqlfileOracleSQL
- oracle 還原 .dmp 格式備份檔案Oracle
- NFS網路檔案共享NFS
- 前端傳輸檔案到後端報錯問題前端後端
- oracle匯入dmp檔案win10怎麼操作_win10系統oracle如何匯入dmp檔案OracleWin10
- oracle匯入dmp檔案的2種方法Oracle
- Linux檔案共享(FTP+NFS)LinuxFTPNFS
- NFS網路檔案系統NFS
- EXPDP匯出報ORA-31693 ORA-29913 ORA-01861錯誤
- exp和expdp的filesize引數的使用--匯出多個檔案
- .ui轉.py檔案報錯UI
- 記一次NAS故障分析(ZFS NFS)NFS
- LVM FS NFS CIFS NAS 等儲存概念解析LVMNFS
- sqlplus執行sql檔案報錯SQL
- macOS 下NFS 檔案系統掛載MacNFS
- NFS網路檔案系統詳解NFS
- CentOS 6 NFS 共享檔案與掛載CentOSNFS
- Oracle RAC NFS掛載檔案系統OracleNFS
- matlab輸出複數到檔案Matlab
- [debug] vagrant報錯mount.nfs: Connection timed outNFS
- 阿里雲NAS檔案遷移專案實踐阿里
- Synology群暉NAS共享檔案的方法
- iGuard和NFS檔案同步的解決方案NFS
- Linux系統配置NFS檔案共享服務LinuxNFS
- Win10專業版系統如何開啟dmp檔案Win10
- oracle 11g expdp匯出報ORA-24001Oracle
- 解決站點響應緩慢問題,開啟 NFS 過程中,修改檔案`Homestead.yaml` 後,報錯如下:NFSYAML
- NAS設定NFS共享便於KODI新增影片的方式NFS
- EXPDP 時報錯ORA-31693,ORA-02354,ORA-01555