Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> write into lob variable
Hi Gurus!
i have one problem :
While writing the data into a blob type
of variable inside a procedure using
blob_type
str:='shishir';//
varchar2blb:= empty_blob(); // blob type of
variableTRAW:=utl_raw.cast_to_raw(str); // Raw type <FONT
face=Arial>offset=1;dbms_lob.write(blb,length(str),offset,TRAW);
it is giving error "Invalid LOB locator specified"
i would help from any of
u.
Thanx in advance
Shishir Kumar
MishraAgni Software (P) Ltd.,Bangalore-560055, India
Received on Wed Nov 21 2001 - 08:29:45 CST
![]() |
![]() |