我的oracle是10G,想建一个DB Link到oracle 8.1.7数据库上,
用TOAD创建,老是出错.
请问下怎么解决?SQL> CREATE DATABASE LINK stat
  2  CONNECT TO stat IDENTIFIED BY stat
  3  USING 'stat88'
  4  /
                     *
ERROR 位于第 1 行:
ORA-00604: 递归 SQL 层 1 出现错误
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: 在line 3用PL/DEV 执行该脚本没有报错,但是  select 1 from dual@stat时,也是报这个错,ORA-00604: 递归 SQL 层 1 出现错误
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: 在line 3