DB2 10.5 for Linux, UNIX, and Windows

ISOPEN function - Test if the large object is open

The ISOPEN function always returns an INTEGER value of 1..

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DBMS_LOB.ISOPEN--(--lob_loc--)------------------------------><

Parameters

lob_loc
An input argument of type BLOB(10M) or CLOB(10M) that specifies the large object locator of the large object to be tested by the function.

Authorization

EXECUTE privilege on the DBMS_LOB module.