问题描述
- oracle dblink同步数据问题,求大神
-
create table table1 nologging as select a,b,c from table2@dblink_aaa where deal_date>=20140101
这样一个sql文件,
用sqlplus username/password@tns @test.sql &后台执行报错,
数据量有六百万,这样导了几个表都没问题,到最后一个报错了,
请问这是什么问题
错误如下:
ERROR at line 18:
ORA-12592: TNS:bad packet
ORA-02063: preceding line from DBLINK_DSS
解决方案
应该是因为用低版本的客户端访问了高版本的服务器引起的,建议换成与oracle版本一致的客户端,应该就好了
时间: 2024-11-03 08:10:28