停止空想

老张的空中之家

9.2.0.8 连接dblink,创建存储过程出错

作者:admin 发表时间:四月 - 27 - 2009

9.2.0.8 连接dblink,创建存储过程出错

SQL> begin
2  select count(*) from t_table where rownum<10;
3  end;
4  /
select count(*) from t_table where rownum<10;
*
ERROR at line 2:
ORA-06550: line 2, column 1:
PL/SQL: ORA-04052: error occurred when looking up remote object
ANBPROD.T_TABLE@ORA9I_LINK
ORA-00604: error occurred at recursive SQL level 1
ORA-03106: fatal two-task communication protocol error
ORA-02063: preceding line from ORA9I_LINK
ORA-06550: line 2, column 1:
PL/SQL: SQL Statement ignored

发现

ORA-00604 ORA-04052 ORA-03106 ORA-02063 With Any PLSQL Call Via Database Link To Remote

发现是一个bug Bug 5671074

Popularity: 50% [?]

类别:Oracle