SELECT
A,
B
FROM
CDOSHEAD@FD113D06 where rownum < 100
看这个语句有问题吗,如果没有,上面的语句应该没有问题

解决方案 »

  1.   

    try:
    修改init.ora中的globale_names=false
    重新启动数据库。
      

  2.   

    我是orale9.2在C:\oracle\admin\oradb\pfile里面的init.ora文件里并没有globale_names变量
      

  3.   

    你试一下 select * from CDOSHEAD@FD113D06看连接能不能用。我估计这是你的连接的问题我在我机器上可以的ORA-02019 connection description for remote database not foundCause: An attempt was made to connect or log in to a remote database using a connection description that could not be found.Action: Specify an existing database link. Query the data dictionary to see all existing database links. See your operating system-specific Net8 documentation for valid connection descriptors.