也就是说只需要解决老的分区表中段没有分配的情况,后面就不会碰到IMP-00009。 五、总结 只有在分区表中存在分区没有分配段,而且在导出时使用了direct=true参数,这两种情况在一起才会造成我这个IMP-00009这个错误。对于其它的普通表,不管有没有分配段,是否使用direct=true都不会造成这个错误。 我在分析IMP-00009这个问题的时候,首先日志
..importing table"T_NORMAL"14rows imported..importing table"T_NOROWS"0rows imported..importing partition"T_PAR":"P01"1rows imported..importing partition"T_PAR":"P02"IMP-00009:abnormal endofexportfile Import terminated successfullywithwarnings. 生产上面出现的错误在这里就得到复现了。而且是在导入"T...
exp导出数据正常,没有任何报错 imp导入报IMP-00009和IMP-00020,而且报错表之后数据均未导入,imp程序结束 IMP-00009: abnormal end ofexportfile IMP-00020: long column too largeforcolumn buffer size (2) Import terminated successfully with warnings. 使用show=y进行dmp文件验证,也报IMP-00009错误,证明是dmp本...
@文心快码BaiduComateimp-00009: abnormal end of export file 文心快码BaiduComateimp-00009: abnormal end of export file 是一个在使用 Oracle 数据泵(Data Pump)导入(impdp)工具时可能遇到的错误,表示导出文件(dump file)异常结束。这个错误可能由多种原因引起,以下是一些可能的解决步骤和排查方法:...
IMP-00009: abnormal end of export fileImport terminated successfully with warnings. 1. 经过反复实验,终于找出问题出现的原因,是由以下几点共同造成的: a. 数据库中参数deferred_segment_creation设置的是默认值true,即创建表的时候不立即分配段,等有行的时候才会分配段。
? ? ? ? ? IMP-00009 异常结束导出文件解决方案 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 一、概述最近在测试环境的一个Oracle数据库上面,使用exp将表导出没有问题,而将导出的文件使用imp导入时却出现了如下错误。 IMP-00009: abnormal end of export file Import terminated successfully with ...
IMP-00009: abnormal end of export file 中文版提示类似如下: IMP-00009: 导出文件异常结束 IMP-00028: 上一个表的部分导入已回退: 回退 29050 行 这中情况通常是因为导出文件异常,当导如最后发现异常时,会回退所有操作。 回退在数据库处理是正常的,因为导出文件异常可能导致局部数据丢失,数据的一致性和完整性是...
IMP-00009: abnormal end of export file一、概述最近在测试环境的一个oracle数据库上面,使用exp将表导出没有问题,而将导出的文件使用imp导入时却出现了如下错误。IMP-00009: abnormal end of export file Import terminated successfully with warnings.经过反复实验,终于找出 ...
My export completed smoothly without any warnings. but when I am importing the file in a different server with the same version of oracle database, it's giving the following error IMP-00009: abnormal end of export file IMP-00028: partial import of previous table rolled back: 51460 rows roll...
Export terminated successfully without warnings. but the import breaks with error: . importing TEST's objects into TEST . . importing partition "PART001":"P001" 1 rows imported . . importing partition "PART001":"P002" IMP-00009: abnormal end of export file ...