DMS: How to find out the size of blob/clob object with Oracle Lite database client ?
We are developing an app that utilizes an Oracle Lite database and so far you have just been unable to find a reasonable way to determine the size of stored binary data.
All the "usual" ways we aware of from "main" Oracle just don't seem to work with OLIte (ie SELECT dbms_lob.getlength(file_data) from APPS.CSL_LOBS)
So how does one find out the size of blob objects on Oracle Lite dabase ?
Regards
Paulo