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!

Fastest way of searching CLOBS

CMcMMay 15 2008 — edited May 15 2008
Hi

I need to search a table of 1 million rows for an exact match on a clob field, the contents of which avergae to about 10k characters. I am currently calculating a checksum on each row, storing that as number, indexing it and searching via the checksum and confirming identity with the clob in a pl/sql function.

What would you reccomend is the fastest way of searching a clob column?

Cheers

Message was edited by:
user608329
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 12 2008
Added on May 15 2008
3 comments
991 views