|
Hi Gurus!
i have one problem :
While writing the data into a blob type
of variable inside a procedure using
blob_type
str:='shishir';//
varchar2
blb:= empty_blob(); // blob type of variable TRAW:=utl_raw.cast_to_raw(str); // Raw type 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
Mishra |
