Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to search a string in clob??

147962Jan 10 2002
I have the following example Table (column description is a Clob):

id title description
--------------------------
1 test this is a large
document with many
chars above 4K.

2 test2 test this is a test



select * from mytable where description like '%with%';

All the hours what i spent are not successful :-( Cause i know that
you cannot search with "like" in a clob column. :-(

Is there any way to search the data within the clob description and get all the
information back ?




I4m really new with Oracle...sorry for these kind of questions, but i say
thank you very very much for every help!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2002
Added on Jan 10 2002
1 comment
2,278 views