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

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

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

    execute immediate sql;

    execute immediate 'create index test ...;

  exception

    when others then

      null;

  end;

 


Oracle
MySQL
Access
SQLServer
DB2
Excel
SQLite
SYBASE
Postgres
如果你遇到数据库难题:
请访问www.zzzyk.com 试试
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,