rt

解决方案 »

  1.   

    Statements inside a trigger can reference remote schema objects. However, pay special attention when calling remote procedures from within a local trigger. If a timestamp or signature mismatch is found during execution of the trigger, then the remote procedure is not run, and the trigger is invalidated.
      

  2.   

    可以通过dblink建trigger,但一旦网络有问题可能造成两边的数据都不能插入进去
      

  3.   

    我创建了一个,但提示不能为远程数据库创建哦,好象是会对DML操作吧