|
|
|
Re: Update long column [message #427816 is a reply to message #427813] |
Mon, 26 October 2009 00:19   |
msmallya77
Messages: 28 Registered: June 2009 Location: Ahmedabad
|
Junior Member |
|
|
Hi,
You can acheive this thru VB. You can find examples how to read and write LOB's in your OracleInstallationfolder\oo4o\VB\SAMPLES\LOB on windows.
Thanks and Regards,
MSMallya
|
|
|
|
|
Re: Update long column [message #427845 is a reply to message #427833] |
Mon, 26 October 2009 03:14   |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Quote:
PL/SQL: numeric or value error
It can't be done in PL/SQL.
You have to to it in C, VB, Java, .....etc...
Here would be the Java example, for example.
|
|
|
|
|
Re: Unable to insert the rows [message #428532 is a reply to message #428527] |
Wed, 28 October 2009 12:24   |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Did you really think the answer would change in a week? How?
Oracle releasing a patch that added LONG support again after they told people for at least 10 years that LONG support would be dropped?
|
|
|
|
Re: Unable to insert the rows [message #428542 is a reply to message #428540] |
Wed, 28 October 2009 13:27  |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Well. You have written some code. There is a numeric or value error in your code.
Since I can't see your code, I suspect there is a 99% probability it is in regards to a LONG column. That's about all I can guess.
Also what does "Insert data in chunks" mean exactly?
|
|
|