<legend id='1VCPM'><style id='1VCPM'><dir id='1VCPM'><q id='1VCPM'></q></dir></style></legend>

<small id='1VCPM'></small><noframes id='1VCPM'>

      <bdo id='1VCPM'></bdo><ul id='1VCPM'></ul>

        <tfoot id='1VCPM'></tfoot>

        <i id='1VCPM'><tr id='1VCPM'><dt id='1VCPM'><q id='1VCPM'><span id='1VCPM'><b id='1VCPM'><form id='1VCPM'><ins id='1VCPM'></ins><ul id='1VCPM'></ul><sub id='1VCPM'></sub></form><legend id='1VCPM'></legend><bdo id='1VCPM'><pre id='1VCPM'><center id='1VCPM'></center></pre></bdo></b><th id='1VCPM'></th></span></q></dt></tr></i><div id='1VCPM'><tfoot id='1VCPM'></tfoot><dl id='1VCPM'><fieldset id='1VCPM'></fieldset></dl></div>
      1. ORA-00900: 无效的 SQL 语句 - 在 oracle 10g 中运行过程时

        ORA-00900: invalid SQL statement- when run a procedure in oracle 10g(ORA-00900: 无效的 SQL 语句 - 在 oracle 10g 中运行过程时)

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

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

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

                • 本文介绍了ORA-00900: 无效的 SQL 语句 - 在 oracle 10g 中运行过程时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 Oracle 10g 数据库并尝试使用 SQL 命令运行过程.

                  I am using Oracle 10g database and trying to run a procedure using SQL commands.

                  create or replace procedure "exam" is
                  begin
                    DBMS_OUTPUT.PUT_LINE('Test');
                  end;
                  

                  然后点击运行按钮.它显示:程序已创建".

                  Then click on Run button. It shows: "procedure created".

                  当我尝试使用:

                  execute exam;
                  

                  然后点击运行按钮,它显示:

                  then click on Run button, it shows:

                  ORA-00900: invalid SQL statement
                  

                  感谢您的帮助.

                  推荐答案

                  刚刚注意到您问题中的一个细节.你按下 run 按钮.因此,您必须使用 IDE.

                  Just noticed a detail in your question. You press run button. Thus, you must be using an IDE.

                  您不能在 IDE 中使用 execute - 它是一个 sql*plus 命令.虽然它可能在 Oracle SQL Developer 中工作,但无论如何我不会在那里使用它;

                  You cannot use execute in IDEs - it is an sql*plus command. It might work in Oracle SQL Developer though, but I wouldn't use it there anyway;

                  试试

                  begin
                    exam;
                  end;
                  

                  这篇关于ORA-00900: 无效的 SQL 语句 - 在 oracle 10g 中运行过程时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Accessing another user#39;s table within an Oracle Stored Procedure(在 Oracle 存储过程中访问另一个用户的表)
                  How to View Oracle Stored Procedure using SQLPlus?(如何使用 SQLPlus 查看 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 程序/触发器中查找文本?)
                      <tbody id='6FfZf'></tbody>

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

                      <small id='6FfZf'></small><noframes id='6FfZf'>

                        <tfoot id='6FfZf'></tfoot>

                        • <legend id='6FfZf'><style id='6FfZf'><dir id='6FfZf'><q id='6FfZf'></q></dir></style></legend>
                            <bdo id='6FfZf'></bdo><ul id='6FfZf'></ul>