网站大量收购独家精品文档,联系QQ:2885784924

04PLSQL编程基础-5-异常.ppt

  1. 1、本文档共19页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
04PLSQL编程基础-5-异常课件

Exception Types You can program for exceptions to avoid disruption at runtime. There are three types of exceptions. Note: Some application tools with client-side PL/SQL, such as Developer/2000 Forms, have their own exceptions. Trapping Predefined Oracle Server Errors Trap a predefined Oracle Server error by referencing its standard name within the corresponding exception-handling routine. For a complete list of predefined exceptions, see PL/SQL User’s Guide and Reference, Release 8, “Error Handling.” Note: PL/SQL declares predefined exceptions in the STANDARD package. It is a good idea to always consider the NO_DATA_FOUND and TOO_MANY_ROWS exceptions, which are the most common. Trapping Predefined Oracle Server Exceptions In the slide example for each exception, a message is printed out to the user. Only one exception is raised and handled at any time. Trapping Predefined Oracle Server Exceptions In the slide example for each exception, a message is printed out to the user. Only one exception is raised and handled at any time. Trapping Non-Predefined Oracle Server Errors You trap a non-predefined Oracle Server error by declaring it first, or by using the OTHERS handler. The declared exception is raised implicitly. In PL/SQL, the pragma EXCEPTION_INIT tells the compiler to associate an exception name with an Oracle error number. That allows you to refer to any internal exception by name and to write a specific handler for it. Note: PRAGMA (also called pseudoinstructions) is the keyword that signifies that the statement is a compiler directive, which is not processed when the PL/SQL block is executed. Rather, it directs the PL/SQL compiler to interpret all occurrences of the exception name within the block as the associated Oracle Server error number. Trapping a Non-Predefined Oracle Server Exception 1. Declare the name for the exception within the declarative section. Syntax where: exception is the name of the exception. 2. Associate the declared exce

文档评论(0)

jiayou10 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8133070117000003

1亿VIP精品文档

相关文档