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

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

 

使用语句:

 

  begin    execuoracle账号te immediate sql;    execute immediate 'create index test ...;  exception    when others then      null;  end;

 

此条目发表在oracle metalink账号分类目录,贴了标签。将固定链接加入收藏夹。