Regarding SQL/PLus

From: Dr Abdelguerfi <mahdi_at_cs.uno.edu>
Date: 1998/03/04
Message-ID: <34FDA70D.EE8FFB66_at_cs.uno.edu>#1/1


hello ,

[Quoted] I was trying to run the following 3 insert statements from a file..i am getting this weird error(ora-00911) i dont know why..

I am working on windows 95. I am user SQLplus7.2 version. I saved these three statements in a file and at sql prompt i retrieved the file and tried to execute and iam getting this error..please help me..this is very important to me...

i appreciate any kind of help.

Truly
srikanth

[Quoted]   1 INSERT INTO ANALYZED_SAMPLES VALUES( '0033', '01-DEC-58', '0000',
'ph_f', '5.00','');

[Quoted]   2 INSERT INTO ANALYZED_SAMPLES VALUES ( '0033', '01-DEC-58', '0000',
'secchi', '', '' );

  3 INSERT INTO ANALYZED_SAMPLES VALUES ( '0033', '01-DEC-58', '0000',
'w_t', '7.00', '');

SQL> /
INSERT INTO ANALYZED_SAMPLES VALUES( '0033', '01-DEC-58', '0000',
'ph_f', '5.00','');

*
ERROR at line 1:
ORA-00911: invalid character Received on Wed Mar 04 1998 - 00:00:00 CET

Original text of this message