<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 存储过程?

        时间:2023-10-27

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

                  上一篇:如何在 VS 2015 中调试存储过程? 下一篇:超出最大存储过程、函数、触发器或视图嵌套级别(限制 32)

                  相关文章

                • <legend id='GsZD2'><style id='GsZD2'><dir id='GsZD2'><q id='GsZD2'></q></dir></style></legend>

                  <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'>