How to view Long COlumn Data
When I executed a quey it says
ORA-00932: inconsistent datatypes: expected NUMBER got LONG
ex: select * from user_views where text like '%REG%'
My questios is, can we execute this query with oracle pre-defined functions like (dbms_lob.substr etc. . may not exactly like this)
and not with manual conversion functions
Please help on this