For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
All,
I am column of type Clob in oracle DB. some of them are having value but some are having null. how to count rows which are having value. i was trying to use dbms_lob.getlength
but it is showing error message "illegal use of long data type"