You need to select the row for update, then open a stream and write the
string by opening an output stream.
I am including a link to the Oracle documentation:
http://oradoc.photo.net/ora81/DOC/java.815/a64685/oraext4.htm#1043272
Hope it helps.
-Atul


-----Original Message-----
From: Tobias Streckel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 8:13 AM
To: Orion-Interest
Subject: Re: big text in string as object over the network:


It dosn't work with a StringBuffer object.

I will get the same error message, I think it was a connection problem -
but
I don't know what to do?

Anyone a idea?

-----Ursprüngliche Nachricht-----
Von: Jens Stutte <[EMAIL PROTECTED]>
An: Orion-Interest <[EMAIL PROTECTED]>
Datum: Donnerstag, 21. Juni 2001 14:36
Betreff: AW: big text in string as object over the network:


>This may be related to an old Java problem, that strings over 65535
>characters or so could not be serialized. I don't know, by when if ever
it
>was fixed by Sun, but try using StringBuffer instead. If this works,
you
>found the problem...
>
>Regards,
>
>Jens Stutte
>
>> -----Ursprüngliche Nachricht-----
>> Von: Tobias Streckel [mailto:[EMAIL PROTECTED]]
>> Gesendet am: Donnerstag, 21. Juni 2001 13:07
>> An: Orion-Interest
>> Betreff: big text in string as object over the network:
>>
>> Hello,
>>
>> if I want to save a String(he is in a object which will save
>> in a Oracle DB
>> as a BLOB) I get by huge texts a Error:
>>
>> com.evermind.server.rmi.RMIConnectionException
>> com.evermind.server.rmi.OrionRemoteException: Disconnected:
>> Disconnected
>>
>> Have anyone a answer why it doesn't work?
>>
>> Thanks
>>
>> Tobi
>>
>>
>>
>


Reply via email to