Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SEARCHING FOR TEXT PATTERN IN "LONG" COLUMN
All,
I would like to do something like:
select view_name from user_views where text like 'CURRENT%';
Obviously I can not do it because TEXT column in user_views is LONG. Is
there any way around it? I have looked at many dbms stored procedures, but
can not find one that will do this.
Any help will be appreciated.
Sal Received on Tue Sep 02 2003 - 13:49:16 CDT
![]() |
![]() |