补充出错信息
ORA-02069: 此操作的 global_names 参数必须设置为 TRUE

解决方案 »

  1.   

    关闭数据库
    设置init.ora中的global_names :=TRUE
    重新启动数据库
      

  2.   

    除了这个还用到连接数据库上的其它的东西了吗?
    WEB_CHARGE_SALER_seq 这个序列在本机上?
      

  3.   

    为了建dblink,已经把global_names :=TRUE注释掉了
      

  4.   

    再补充:insert into WEB_CHARGE_SALER (seq) values(1000);是可以正确执行的
      

  5.   

    非常简单select id from a
    minus
    select id from c;