<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中所有程序的列表

        How to get list of all the procedure inside a package oracle(如何获取包oracle中所有程序的列表)

        <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中所有程序的列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to redirect the output of DBMS_OUTPUT.PUT_LINE to a file?(如何将 DBMS_OUTPUT.PUT_LINE 的输出重定向到文件?)
                  How do I get column datatype in Oracle with PL-SQL with low privileges?(如何使用低权限的 PL-SQL 在 Oracle 中获取列数据类型?)
                  Get a list of all functions and procedures in an Oracle database(获取 Oracle 数据库中所有函数和过程的列表)
                  Why cannot I create triggers on objects owned by SYS?(为什么我不能在 SYS 拥有的对象上创建触发器?)
                  Returning result even for elements in IN list that don#39;t exist in table(即使对于表中不存在的 IN 列表中的元素也返回结果)
                  Reset Sequence in oracle 11g(oracle 11g 中的重置序列)

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

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

                    <tbody id='RnamA'></tbody>
                    <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>