Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQL*PLUS Question

SQL*PLUS Question

From: Larry Coon <lmcoon_at_home.com>
Date: Tue, 04 May 1999 02:42:46 GMT
Message-ID: <372E5ECC.38EF@home.com>


Sorry if this is something obvious. Using SQL*PLUS in Win 98 (Version 8.0.5.0.0)
connecting to Oracle 8. I use this db
infrequently. Some time ago, I thought I was able to string together multiple SQL commands by separating commands with a
line containing a "/". For example:

   insert into X values (1, 2, 3)
/

   insert into X values (4, 5, 6)
/

   insert into X values (7, 8, 9)

(etc.) Now, it doesn't work -- I get the error message "ORA-00933: SQL command not properly ended". I've tried everything else I can think of also. Any suggestions?

Thanks,  

Larry Coon
University of California
larry_at_assist.org
and lmcoon_at_home.com Received on Mon May 03 1999 - 21:42:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US