C:\Documents and Settings\Administrator>sqlplus oracle/oracleSQL*Plus: Release 10.2.0.1.0 - Production on 星期三 6月 10 14:33:55 2009Copyright (c) 1982, 2005, Oracle.  All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining optionsSQL>
SQL> begin\
  2
  3
  4
  5  ^D
  6  ^D
  7像上面的情况,我应该怎么退出呢?使用ctrl+c就直接回到C:\Documents and Settings\Administrator>下面,退出sqlplus了,请指导

解决方案 »

  1.   

    ps:SQL> begin\
      2
      3
      4
      5  ^D
      6  ^D
      7
      8
      9  ^V
     10  qit
     11  quit
     12  ;
     13  /
    begin\
         *
    第 1 行出现错误:
    ORA-06550: 第 1 行, 第 6 列:
    PLS-00103: 出现符号 "\"在需要下列之一时:
    begin case declare exit for
    goto if loop mod null pragma raise return select update while
    with <an identifier> <a double-quoted delimited-identifier>
    <a bind variable> << close current delete fetch lock insert
    open rollback savepoint set sql execute commit forall merge
    pipe除了像上面的使用/退出外,还有其他的方法吗?
      

  2.   

    用/ 就可以了
    SQL> begin
      2  dd
      3  dd
      4  ddd
      5  ddd
      6
      7
      8  ddd
      9
     10  d
     11
     12  dd
     13  /
    SP2-0640: Not connected