今天在同一个目录下做Release 9.2.0.6.0EXP导出,导了几个小表没问题,但是大点的上万条记录的表就有问题
1:小表正常:
GXdbC% exp c_perf/gxcperf@gxdbc file=testperf tables=c_perf_bsc_test
Export: Release 9.2.0.6.0 - Production on 星期五 2月 15 11:15:00 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
连接到: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即将导出指定的表通过常规路径 ...
. . 正在导出表 C_PERF_BSC_TEST 38 行被导出
在没有警告的情况下成功终止导出。
2:大表异常
全表导出:
GXdbC% exp c_perf/gxcperf@gxdbc file=testperfd tables=c_perf_hlr
Export: Release 9.2.0.6.0 - Production on 星期五 2月 15 11:15:41 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
连接到: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即将导出指定的表通过常规路径 ...
. . 正在导出表 C_PERF_HLR
EXP-00002: 写入导出文件时出错
EXP-00002: 写入导出文件时出错
EXP-00000: 导出终止失败
导出表部分数据:
GXdbC% exp c_perf/gxcperf@gxdbc file=testperfd tables=c_perf_hlr query=\"where start_time\>\'2007-06-1\' and start_time\
Export: Release 9.2.0.6.0 - Production on 星期五 2月 15 11:18:34 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
连接到: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
即将导出指定的表通过常规路径 ...
. . 正在导出表 C_PERF_HLR
EXP-00015: 错误出现在行 959(表 C_PERF_HLR,列 EQUIP_NAME),数据类型 1
EXP-00002: 写入导出文件时出错
EXP-00002: 写入导出文件时出错关闭导出文件 testperfd.dmp 时出错
EXP-00000: 导出终止失败
有哪位遇到并处理过这种问题没。