- 最后登录
- 2017-5-31
- 在线时间
- 156 小时
- 威望
- 60
- 金钱
- 1885
- 注册时间
- 2011-12-16
- 阅读权限
- 50
- 帖子
- 75
- 精华
- 0
- 积分
- 60
- UID
- 113
|
1#
发表于 2014-1-26 15:23:35
|
查看: 3129 |
回复: 2
同样的方式,在相同的两个库中copy 27张表,仅有2个表报这个错误,不能成功
more cf_13859.sql20140126_14_07_38_912.sql
set arraysize 1000
set copycommit 5000
copy from local/12@dbtest to custom/87@mydw APPEND local_area_tm1 using select * from custom.local_area_tm where latn_id=879;
quit
exit
p5501:/home/oracle/copydata/java/copyfrom_temp> sqlplus /nolog
SQL*Plus: Release 9.2.0.6.0 - Production on Sun Jan 26 14:52:47 2014
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> @cf_13859.sql20140126_14_07_38_912.sql
Array fetch/bind size is 1000. (arraysize is 1000)
Will commit after every 5000 array binds. (copycommit is 5000)
Maximum long size is 80. (long is 80)
SQLRCN in cpytbl failed: -2120
SQLRCN in cpyyerr failed: -2120
ERROR:
ORA-03106: fatal two-task communication protocol error
请大家给指点下方向,谢谢! |
|