中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

自定義異常--老是忘記 exception

發布時間:2020-05-26 12:31:15 來源:網絡 閱讀:588 作者:JUN_LJ 欄目:關系型數據庫

create or replace procedure pr_test_def_exception

as

v_error varchar2(200);

v_cnt varchar2(200);

v_sal number;

EX_RESOURCE_BUSY EXCEPTION;

PRAGMA EXCEPTION_INIT(RESOURCE_BUSY, -54);

begin

  --另開會話,執行lock table scott.bonus in exclusive mode

  select sal into v_sal from scott.bonus where ename='majunjie' for update nowait;

  update scott.bonus set sal=2000 where ename='majunjie';

  dbms_output.put_line(v_cnt);

exception

  when RESOURCE_BUSY then

    v_error := sqlerrm;

    dbms_output.put_line(v_error);--ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired

  when others then

    v_error := sqlerrm;

    dbms_output.put_line(111);

end;


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

中牟县| 棋牌| 潼关县| 潍坊市| 灵台县| 永胜县| 高唐县| 辽阳县| 上蔡县| 西贡区| 金湖县| 金沙县| 和田县| 霸州市| 科技| 淮南市| 武胜县| 沙湾县| 安福县| 邹城市| 阿尔山市| 翁源县| 谷城县| 蒲江县| 岱山县| 诏安县| 平谷区| 达孜县| 钟祥市| 阳城县| 玛纳斯县| 廉江市| 徐水县| 泾阳县| 泌阳县| 讷河市| 墨脱县| 丰顺县| 河曲县| 衢州市| 德化县|