JUST DO IT ~

          我只想當個程序員

          plsql 包,tomcat jdbc 調用存儲過程老是報錯 ORA-06508: PL/SQL: could not find program unit being called:

          sqlplus 外面執行正常.

          tomcat調用老有問題.多調用幾次久正常.

           

          可能是包中的全局變量引起的.

           

           

          If so, that's because your package is stateful:

          The values of the variables, constants, and cursors that a package declares (in either its specification or body) comprise its package state. If a PL/SQL package declares at least one variable, constant, or cursor, then the package is stateful; otherwise, it is stateless.

          When you recompile the state is lost:

          If the body of an instantiated, stateful package is recompiled (either explicitly, with the "ALTER PACKAGE Statement", or implicitly), the next invocation of a subprogram in the package causes Oracle Database to discard the existing package state and raise the exception ORA-04068.

          After PL/SQL raises the exception, a reference to the package causes Oracle Database to re-instantiate the package, which re-initializes it...

          You can't avoid this if your package has state. I think it's fairly rare to really need a package to be stateful though, so you should revisit anything you have declared in the package, but outside a function or procedure, to see if it's really needed at that level. Since you're on 10g though, that includes constants, not just variables and cursors.

          But the last paragraph from the quoted documentation means that the next time you reference the package in the same session, you won't get the error and it will work as normal (until you recompile again).

           

          existing state of packages has been discarded means, that your Package had some sort of state.

          This is caused by a global variable (or constant) stored in your Package Body.

          Since the package has already been used in your session, Oracle assumes that this state is relevant for you. Some of these variables might have different values now, and when you recompile the Body, the values are reset.

          This exception is thrown, so that your clients know that they can't rely on those variables any more.

          You could try to remove all global variables and constants from the Package Body, or close your session and reconnect before calling the package again.

           

           

          參考:

          http://stackoverflow.com/questions/2502722/pl-sql-package-invalidated

           

          http://stackoverflow.com/questions/19376440/ora-06508-pl-sql-could-not-find-program-unit-being-called

          posted on 2014-07-16 21:14 小高 閱讀(1664) 評論(0)  編輯  收藏 所屬分類: Oracle

          導航

          <2014年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          統計

          常用鏈接

          留言簿(3)

          隨筆分類(352)

          收藏夾(19)

          關注的blog

          手冊

          搜索

          積分與排名

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 若尔盖县| 昌图县| 桦南县| 夏邑县| 塔河县| 巨野县| 澜沧| 筠连县| 拜泉县| 临泽县| 焉耆| 炉霍县| 延津县| 宁强县| 永定县| 三亚市| 米泉市| 宁夏| 台南市| 绥棱县| 涡阳县| 松阳县| 潮安县| 安岳县| 许昌市| 台前县| 买车| 沁水县| 罗城| 阿图什市| 吴忠市| 湖南省| 微山县| 乌鲁木齐市| 库车县| 安泽县| 五华县| 大石桥市| 湛江市| 同德县| 东平县|