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

  • <legend id='zlqGR'><style id='zlqGR'><dir id='zlqGR'><q id='zlqGR'></q></dir></style></legend>
    <tfoot id='zlqGR'></tfoot>

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

        如何使用 SQLPlus 查看 Oracle 存储过程?

        How to View Oracle Stored Procedure using SQLPlus?(如何使用 SQLPlus 查看 Oracle 存储过程?)

                <tbody id='6pESo'></tbody>
                <i id='6pESo'><tr id='6pESo'><dt id='6pESo'><q id='6pESo'><span id='6pESo'><b id='6pESo'><form id='6pESo'><ins id='6pESo'></ins><ul id='6pESo'></ul><sub id='6pESo'></sub></form><legend id='6pESo'></legend><bdo id='6pESo'><pre id='6pESo'><center id='6pESo'></center></pre></bdo></b><th id='6pESo'></th></span></q></dt></tr></i><div id='6pESo'><tfoot id='6pESo'></tfoot><dl id='6pESo'><fieldset id='6pESo'></fieldset></dl></div>
              1. <tfoot id='6pESo'></tfoot>
                <legend id='6pESo'><style id='6pESo'><dir id='6pESo'><q id='6pESo'></q></dir></style></legend>
                  <bdo id='6pESo'></bdo><ul id='6pESo'></ul>
                • <small id='6pESo'></small><noframes id='6pESo'>

                  本文介绍了如何使用 SQLPlus 查看 Oracle 存储过程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如何使用 sqlplus for Oracle 10g 查看存储过程的代码?

                  How can I view the code of a stored procedure using sqlplus for Oracle 10g?

                  当我输入时:

                  desc daily_update; 
                  

                  它向我显示了参数,但是当我尝试执行以下操作时:

                  it shows me the parameter, but when I try to do the following:

                  select * from all_source where name = 'daily_update';
                  

                  我明白了

                  未选择任何行

                  我做错了什么?

                  推荐答案

                  检查您的大小写,名称通常以大写形式存储

                  check your casing, the name is typically stored in upper case

                  选择 *FROM all_sourceWHERE 名称 = 'DAILY_UPDATE'按类型排序,行;

                  SELECT * FROM all_source WHERE name = 'DAILY_UPDATE' ORDER BY TYPE, LINE;

                  这篇关于如何使用 SQLPlus 查看 Oracle 存储过程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Accessing another user#39;s table within an Oracle Stored Procedure(在 Oracle 存储过程中访问另一个用户的表)
                  How to Pass Java List of Objects to Oracle Stored Procedure Using MyBatis?(如何使用 MyBatis 将 Java 对象列表传递给 Oracle 存储过程?)
                  What is dynamic SQL?(什么是动态 SQL?)
                  Mysql - How to quit/exit from stored procedure(Mysql - 如何退出/退出存储过程)
                  How to find a text inside SQL Server procedures / triggers?(如何在 SQL Server 程序/触发器中查找文本?)
                  how to declare %ROWTYPE of a variable that is a weakly typed SYS_REFCURSOR?(如何声明弱类型 SYS_REFCURSOR 变量的 %ROWTYPE?)
                • <legend id='GsZD2'><style id='GsZD2'><dir id='GsZD2'><q id='GsZD2'></q></dir></style></legend>
                    <tbody id='GsZD2'></tbody>

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

                        1. <small id='GsZD2'></small><noframes id='GsZD2'>