IMP时报IMP-00020错误,在线请大家帮忙
. importing DBM's objects into DBM
. . importing table "WL_ACTSORTLINE"
IMP-00020: long column too large for column buffer size (30)
IMP-00028: partial import of previous table rolled back: 480 rows rolled back
IMP-00017: following statement failed with ORACLE error 942:
"ALTER TABLE "WL_ACTSORTLINE" ADD CONSTRAINT "FK_WL_ACTSO_REF_26655_WL_SORTJ"
"" FOREIGN KEY ("SORTJOBNUM") REFERENCES "WL_SORTJOB" ("SORTJOBNUM") ENABLE "
"NOVALIDATE"
IMP-00003: ORACLE error 942 encountered
ORA-00942: table or view does not exist
IMP-00041: Warning: object created with compilation warnings
问题点数:50、回复次数:8Top
1 楼longlongfa88(盗贼王)回复于 2004-12-01 23:02:46 得分 0
救命呀!Top
2 楼linysh(我爱小朋友)回复于 2004-12-02 09:18:34 得分 10
请贴出你的 imp 命令参数。
可能是 表 WL_ACTSORTLINE 里的某个字段的长度小于要导入数据的长度(仅是怀疑)。Top
3 楼LGQDUCKY(飘)回复于 2004-12-02 09:43:42 得分 10
imp的语句是什么?
imp的时候加上BUFFER=99999999参数Top
4 楼haifeng1012(海风)回复于 2004-12-02 09:53:43 得分 10
学习,看看大家怎么解决的!!Top
5 楼oracle888()回复于 2004-12-02 10:21:35 得分 0
ORA-00942: table or view does not exist
引起的
Top
6 楼oracle888()回复于 2004-12-02 10:26:11 得分 10
Cause
- The error is related to Bug.2829681 "DIRECT IMPORT YIELDS IMP-20"
- Direct path export for the table having unused column is not supported.
- From Oracle 9.2 onwards oracle automatically convert direct path export to conventional path for table having unused columns.
Fix
- Use Direct=N to take an export of the table having unused column.Top
7 楼zhengg21(很努力)回复于 2004-12-02 13:47:51 得分 10
你还可以试着通过设置大些的缓冲试一试。
imp buffer=40960000Top
8 楼longlongfa88(盗贼王)回复于 2004-12-04 23:39:55 得分 0
好了,谢谢大家Top
相关问题
- enhydra shark启动时报如下错误
- imp的时有错误,求教,急!
- 在IMP的时候出现的错误?
- 才开始学ejb,写了一个有状态sessionbean,在jb中Rebuild时报如下错误,那位大哥帮忙解决一下(在线等)
- 9i安装时报areasqueries错误 解决了我给200分
- SQL 2000 还原时报错,错误信息如下,请指教!!!
- 用informix client for win32连接SCO5.0.5下的informix时报-952错误
- Delphi6+SqlServer退出时报"Connection Timed Out!"错误!
- 我关机时报了这个是什么错误
- 为何建立数据库时报告错误?




