论坛首页 入门技术论坛

自主事物

浏览 1222 次
锁定老帖子 主题:自主事物
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2010-01-27  
create or replace procedure my_pro
as 
PRAGMA AUTONOMOUS_TRANSACTION;
begin
       insert into t_user t(suser,pwd,t.name,sex,married,nation,enducation,branch,posts,dregdate)
       values('Sehoney','888888','龚帅','0','off',331,721,71,121,to_date('2010-1-1','yyyy-dd-mm'));
       commit;
end;

declare 
begin
       update t_user t set t.name='Sehoney' where suser='test9';
       my_pro;
       rollback;
end;

论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics