SQL*Loader-524错误
帮助中无法查到 问题点数:20、回复次数:3Top
1 楼ATCG(novel gene)回复于 2002-06-14 12:58:23 得分 5
把你的控制文件和SQLLDR命令帖出来,还有表结构Top
2 楼mycode(不写代码)回复于 2002-06-14 13:04:05 得分 5
SQL*Loader-00524 partial record found at end of datafile (string)
Cause: An incomplete record was found at the end of the indicated datafile.
Action: Make sure the last record in the datafile is complete and has the correct
terminating character(s). Also, if fixed-length records are in use, verify that no
record exceeds the platform-specific length for a single record.Top
3 楼snowy_howe(天下有雪)回复于 2002-06-14 13:38:17 得分 5
删除空行直到数据文件结尾的那一行,(光标在数据行的结尾),再回一下车,保存再导入试试。Top
4 楼developer2002(开发者2002)回复于 2002-06-14 23:17:30 得分 5
简单的说,在记录尾留个空行Top




