how to get oracle blob length
628039Apr 12 2008 — edited Apr 13 2008hi
I have a table contains a two columns of blob type,
I need to know the length of the data in them so I used DBMS_LOB.GETLength but it return null
how I can get the length (this columns contain photos).
thanks