那位大虾帮忙给我看一下这个问题的原因,本人用的是oracle9i,服务器是unix 每次在执行
UTL_FILE.PUT_LINE(LN_FILE_HANDLE, LV_MSG);都会出现SQLERRM : ORA-29285: ファイル書込みエラーが発生しました。
Error
[row:1,col:1] ORA-29285: ファイル書込みエラーが発生しました。这样的错误,现在很着急,请帮忙给我看看吧,在线等待,问题解决给分,谢谢了。

解决方案 »

  1.   

    ORA-29285 file write errorCause: Failed to write to, flush, or close a file.Action: Verify that the file exists, that it is accessible, and that it is open in write or append mode.
    你就粘这句话出来 看不出来啊~
      

  2.   

    The file exists and it is accessible, and that it is open in append mode. 
    I used 'UTL_FILE.FFLUSH (LN_FILE_HANDLE);' but the error is the same