Skip to Main Content

SQL & PL/SQL

Announcement

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!

Search text in Long column

708725Aug 19 2009 — edited Aug 19 2009
Hi All,

I want to search those views whose text contains a word 'PATIENT'. I queried DBA_VIEWS, but the text column is of Long datatype, so it is not accepting the following query:

select owner, view_name, text from dba_views where text like '%PATIENT%';


Is there any other way out to get such data??

Thanks,
Api
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 16 2009
Added on Aug 19 2009
7 comments
9,487 views