<tfoot id='gRjJ6'></tfoot>
    • <bdo id='gRjJ6'></bdo><ul id='gRjJ6'></ul>
    <i id='gRjJ6'><tr id='gRjJ6'><dt id='gRjJ6'><q id='gRjJ6'><span id='gRjJ6'><b id='gRjJ6'><form id='gRjJ6'><ins id='gRjJ6'></ins><ul id='gRjJ6'></ul><sub id='gRjJ6'></sub></form><legend id='gRjJ6'></legend><bdo id='gRjJ6'><pre id='gRjJ6'><center id='gRjJ6'></center></pre></bdo></b><th id='gRjJ6'></th></span></q></dt></tr></i><div id='gRjJ6'><tfoot id='gRjJ6'></tfoot><dl id='gRjJ6'><fieldset id='gRjJ6'></fieldset></dl></div>

      1. <legend id='gRjJ6'><style id='gRjJ6'><dir id='gRjJ6'><q id='gRjJ6'></q></dir></style></legend>

        <small id='gRjJ6'></small><noframes id='gRjJ6'>

        如何获取包oracle中所有程序的列表

        时间:2023-11-02

        <small id='p3cLC'></small><noframes id='p3cLC'>

          <tfoot id='p3cLC'></tfoot>
            <bdo id='p3cLC'></bdo><ul id='p3cLC'></ul>

              <tbody id='p3cLC'></tbody>

              • <legend id='p3cLC'><style id='p3cLC'><dir id='p3cLC'><q id='p3cLC'></q></dir></style></legend>
              • <i id='p3cLC'><tr id='p3cLC'><dt id='p3cLC'><q id='p3cLC'><span id='p3cLC'><b id='p3cLC'><form id='p3cLC'><ins id='p3cLC'></ins><ul id='p3cLC'></ul><sub id='p3cLC'></sub></form><legend id='p3cLC'></legend><bdo id='p3cLC'><pre id='p3cLC'><center id='p3cLC'></center></pre></bdo></b><th id='p3cLC'></th></span></q></dt></tr></i><div id='p3cLC'><tfoot id='p3cLC'></tfoot><dl id='p3cLC'><fieldset id='p3cLC'></fieldset></dl></div>

                  本文介绍了如何获取包oracle中所有程序的列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我可以获取包内所有函数的名称吗?假设我有一个包 PKG_OWA 并且我想列出包中的所有过程.

                  Can I get the name of all the function inside a package. Suppose I have a package PKG_OWA and I want to list all the procedure inside the package.

                  推荐答案

                  数据字典视图 ALL_PROCEDURES(或者 USER_PROCEDURES,如果你只想要你的包).了解更多信息.

                  The data dictionary view ALL_PROCEDURES (or USER_PROCEDURES if you just want your packages). Find out more.

                   select procedure_name
                   from all_procedures
                   where owner = 'YOU'
                   and object_name = 'YOUR_PACKAGE'
                  

                  <小时>

                  这列出了包规范中公开的公共过程.除了处理源文本之外,没有简单的方法可以检索私有过程(即,仅在包体中指定的过程).Oracle 确实提供了一个实用程序 PL/SCOPE,我们可以使用它来收集这些信息,但是它需要我们更改会话设置并重新编译我们的代码,因此它可能不适用于所有情况.了解详情.

                  这篇关于如何获取包oracle中所有程序的列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Oracle PL/SQL TABLE 类型的 TO_CHAR 下一篇:声明&amp;在 Select 语句中设置变量

                  相关文章

                  <small id='RnamA'></small><noframes id='RnamA'>

                  <legend id='RnamA'><style id='RnamA'><dir id='RnamA'><q id='RnamA'></q></dir></style></legend>

                    <bdo id='RnamA'></bdo><ul id='RnamA'></ul>
                    <i id='RnamA'><tr id='RnamA'><dt id='RnamA'><q id='RnamA'><span id='RnamA'><b id='RnamA'><form id='RnamA'><ins id='RnamA'></ins><ul id='RnamA'></ul><sub id='RnamA'></sub></form><legend id='RnamA'></legend><bdo id='RnamA'><pre id='RnamA'><center id='RnamA'></center></pre></bdo></b><th id='RnamA'></th></span></q></dt></tr></i><div id='RnamA'><tfoot id='RnamA'></tfoot><dl id='RnamA'><fieldset id='RnamA'></fieldset></dl></div>
                    1. <tfoot id='RnamA'></tfoot>