- 1、本文档共19页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
04-PLSQL编程基础---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, seePL/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
您可能关注的文档
- 坐标表示平移讲课稿.ppt
- 最低扇区高度MSA.pptx
- 最强思维训练.ppt
- 必威体育精装版人教版2017年春季独家新作的七年级下册英语Unit-2单词短语句子预学课.ppt
- 必威体育精装版独家指导--会计电算化会计软件的安装与系统管理经典教程.ppt
- 必威体育精装版人教版六年级数学下册《负数》ppt.ppt
- 朱军汽车实验室-汽车医生.ppt
- 烛光里的妈妈作曲背景及歌词等.ppt
- 状语从句的省略及要点.ppt
- 珠江啤酒推广方案.ppt
- 剧本杀行业报告:内容创作规范与剧本市场拓展策略.docx
- 剧本杀行业区域市场区域文化特色与市场潜力分析报告.docx
- 剧本杀行业区域市场拓展实战案例研究.docx
- 剧本杀行业区域市场拓展路径与模式探索报告.docx
- 剧本杀行业区域市场竞争态势与品牌差异化策略研究报告.docx
- 剧本杀行业2025年西北区域市场市场细分领域竞争态势与品牌竞争策略分析研究报告.docx
- 剧本杀行业2025年西北市场拓展前景预测报告.docx
- 剧本杀行业2025年长沙市场发展潜力分析报告.docx
- 剧本杀行业2025年长三角市场竞争策略与布局分析.docx
- 医疗行业数据合规:2025年数据安全法实施后的合规监管挑战与应对.docx
最近下载
- 2024.06 海口南山湖乡村振兴示范区规划方案-91页.pdf VIP
- 北师大版八年级上学期数学期中模拟测试卷(含答案).docx VIP
- 浅谈UN5150Z钢轨闪光焊机焊接参数选择.doc VIP
- 在线网课学习课堂《积极心理学(上)厚德载物篇(清大 )》单元测试考核答案.docx VIP
- 重庆新华出版集团招聘笔试真题2024.docx VIP
- 6.2多彩的职业(课件) 2024-2025学年统编版道德与法治九年级下册.pptx VIP
- 《展示设计与制作》课程教学大纲.doc VIP
- 老年旅游app商业计划书.docx VIP
- Linux系统管理基础项目教程课件 V5-2 Linux文件系统权限管理.pptx VIP
- 双氧水装置典型事故分析案例汇编.ppt VIP
文档评论(0)