sqlldr运行错误
用sqlload工具导入数据,导入一部分后出现错误如下:
SQL*Loader-605: Non-data dependent ORACLE error occurred -- load discontinued.
请问是什么原因,如何解决。
问题点数:0、回复次数:1Top
1 楼CodeMagic(ErrorDetector)回复于 2004-08-04 11:06:44 得分 0
SQL*Loader-00605 Non-data dependent ORACLE error occurred -- load
discontinued.
Cause: An error occurred that is independent of the data. For example, an
out-of-space condition. Because all further rows will be rejected, the load is
discontinued. (If the error were data dependent, then other rows might
succeed.)
Action: See the errors below this one in the log file for more information.
查看日志文件看看出错信息Top




