Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> dbms_lob pkg exception
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: manoj.gurnani_at_orbitech.co.in
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: ListGuru_at_fatcity.com (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). Received on Tue Dec 31 2002 - 13:33:55 CST
![]() |
![]() |