2008年12月24日
摘要: CREATE OR REPLACE procedure Test1 as begin --set transaction read write; insert into aaa values(1); commit; end; / CREATE OR REPLACE procedure Test2 as begin --set transaction read write; insert into ... 阅读全文
posted @ 2008-12-24 09:59 Oracle 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 在自己本地運行服務器下運行下面這段script create database link test connect to gkl identified by gkl using 'LinuxORCL' LinuxORCL 是本地tnsname.ora配置的,其中yourhostIP是需要遠程連接的服務器IP LinuxORCL = (DESCRIPTION = (ADDRESS... 阅读全文
posted @ 2008-12-24 09:10 Oracle 阅读(197) 评论(0) 推荐(0) 编辑