Hi All,
the following function gives invalid lob locator specified.
b has been initialized to empty_clob()
begin
dbms_lob.copy(a,b,DBMS_LOB.GETLENGTH(b),1,1)
exception
when others then
dbms_output.put_line('error');
end;
Is the error occuring because b is empty_clob() ?
if yes then how to check b for empty_blob in if condition
so that I can also initialize variable a to empty_clob()
Thanks
Manoj
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
INET: [EMAIL PROTECTED]
Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).