- 论坛徽章:
- 0
|
oracle 10.2.0 (windows xp) 将一个大表数据export出来,34G, 文件直接export 到 USB 硬盘,再将此文件ftp 到 linux (Red hat AS4)机器上, 在 oracle 10.2 (Linux) 下导入,导入 60% 数据时候,报错:
Import: Release 10.2.0.1.0 - Production on Mi Nov 21 13:45:19 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export file created by EXPORT:V10.02.01 via conventional path
import done in AL32UTF8 character set and AL16UTF16 NCHAR character set
. importing TEST's objects into TEST
. . importing table "TEST"
illegal lob length marker 33238
bytesread = 00000000000
TABLE = TEST
IMP-00098: INTERNAL ERROR: impgst2
IMP-00018: partial impo‡'ælжՉ“’E³”ØÆ=ˆ^žƒ=ÿompleted: 144371 rows imported
IMP-00008: unrecognized statement in the export file:
IMP的语句:imp test/test tables="("test")" file=test.dmp IGNORE=Y commit=Y buffer=1000000000 log=test.log
exp 的LOG:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export done in AL32UTF8 character set and AL16UTF16 NCHAR character set
About to export specified tables via Conventional Path ...
. . exporting table TEST
...........................................................................
...........................................................................
...........................................................................
....................................
261869 rows exported
Export terminated successfully without warnings.
TEST表包含LOB 数据:
Name Null? Type
----------------------------------------- -------- ----------------------------
BBID_ID NOT NULL NUMBER(19)
PATH VARCHAR2(255 CHAR)
DATA BLOB
DT_EXPIRATION DATE
ID_RPK NUMBER(19)
导出就一个表的数据, 一个文件,导入时的设置应该没错,不然也不会导进去60% 多的数据,DB 的 charset 也一致.
将此文件放到 一个 10g (winxp )的DB 下去 IMP ,也是相同的错, 网上对 illegal lob length marker 33238
bytesread = 00000000000 说明很少,不知道 确切原因.
请大家看看,有没遇到过,知道确切原因的? 如果是 EXP DUMP 文件有问题,LOG 却是成功无错的, 那以后做EXP 也不放心, 有没有检查DUMP文件有无错的 方法? |
|