Solution for FRM-41839: 在臨時記錄緩衝區文件 /tmp/xxxx.TMP中出現磁盤I/O錯誤

FRM-41839: 在臨時記錄緩衝區文件 /tmp/xxxx.TMP中出現磁盤I/O錯誤
FRM-41839:Disk i/o error on temporary record buffer file /tmp/xxxx.TMP

原因:
原因服務器端的"/tmp"目錄已滿,無法再寫入數據引起的。

解決方法:
給臨時目錄增加更多的空間。
------------------------------------------------------------------------------------------------
詳見:Most Common Solutions to FRM-41839 and .tmp Files Not Being Deleted (Doc ID 435437.1)
Symptoms
The forms client process f60webmx writes numerous files to the /tmp directory.  These files can entirely fill the /tmp directory thereby stopping further E-Business Suite activity with error messages such as the following:

FRM-41839: Disk I/O error on temporary record buffer file
Changes:
The /tmp directory is used in several different situations:
- When running long running queries
- Forms or Reports with lots of data
- When viewing a log file for a Concurrent Request a *.t file (example: OFkp7gMa.t) is generated.
Cause:
The /tmp directory is full.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章