Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Long Problem??
Maybe you can do it from within PL/SQL -- the maximum for a string literal in PL/SQL is 32K.
The only alternative that I know of is to use ProC or another external program. Anyone else know?
Diana
-----Original Message-----
Sent: Thursday, March 15, 2001 11:01 PM
To: Multiple recipients of list ORACLE-L
Hello Gurus
This is my Oracle prblem.
there's a column with Long Datatype in a table in Oracle 8 i and I am inserting data into this table.
insert into Tname (longcol) values('aklajkhsajdsaj') The Long column is only allowing me to enter a max of 4000 characters as teh value. The minute the no of characters becomes > 4000, I get an error saying
ORA - 01704: String Literal too Long
I have to insert data into this freaking column, and its definetely gonna be > 4000 characters. help me
This is an SOS !!
Vishak
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Vishak
INET: vishak.holla_at_wipro.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-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
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-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Mar 16 2001 - 10:07:25 CST
![]() |
![]() |