当前位置:数据库 > Oracle >>

记录一下oracle存储过程中出现异常并继续执行的问题

记录一下oracle存储过程中出现异常并继续执行的问题
 
使用语句:
 
  begin

    execute immediate sql;

    execute immediate 'create index test ...;

  exception

    when others then

      null;

  end;

 


CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,