Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: clob problems

Re: clob problems

From: TimKArnold <timkarnold_at_aol.com>
Date: 27 Oct 1999 12:47:37 GMT
Message-ID: <19991027084737.14053.00001342@ng-ce1.aol.com>


I'm not clear where your problem lies, but I had a similar problem and the following resolved it:

'Select flda into lob_loc from taba for update no wait;' The 'for update' locks the record.

Regards,
Tim
>I am getting error ORA-22920: "row not locked" and
>ORA-06512: in "SYS.DBMS_LOB", if I try to write my
>clob output stream.
>
>- the clob is initialized with EMPTY_CLOB()
>- i receive clob locator via a stored procedure
>- i create the outputstream on it
>- i do out.write("stuff to write)
>and then it crashes!
>
>Any ideas??
>
>Thanks,
>
>Carsten (cschimpf_at_gmx.de)
>
Received on Wed Oct 27 1999 - 07:47:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US