Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Unable to insert data
Hi,
Thankyou for everyones reply.
I understand that it could been hard to figure out the exactly what my sql statement was doing, but it consisted of only the one command, an insert statement pulling data from another table (ie. the select statement) so placing a ';' at end of line would have separated the command into 2.
Still relatively ignorant when it comes to oracle, I did come to realise
that I had exceeded the line buffer (256 characters) that exists in sql*plus
which I knew but became mixed up in all the errors I was receiving yesterday
(and lack of sleep). Because originally all insert statements existed in a
script file and this table threw a different error so when tested on command
line, at that point it didn't become provalent that it exceeded the line
buffer.
-renee *feeling stoopid*
-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Jamadagni,
Rajendra
Sent: Thursday, January 25, 2001 6:05 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Unable to insert data
Okay,
I surely read your emails 3 times to ensure that I am not missing something. This seems to me a script of DML statements. So you have *semicolon after first statement missing* somehow. Oracle is dumb enough to report that as a comma missing.
You need a ; after EXPORTDATE)
HTH
Raj
This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify ESPN at (860) 766-2000 and delete this e-mail message from your computer, Thank you.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jamadagni, Rajendra INET: rajendra.jamadagni_at_espn.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Wed Jan 24 2001 - 16:20:19 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |