Text search on a BLOB
555369Aug 28 2008 — edited Aug 28 2008Hi,
I'm using Oracle 9i. I've textual data stored as BLOB in one of the columns in my table and my table has nearly 30 million records. I want to perform a text search on the data stored as BLOB. As the number of records is huge, it is not feasible to extract the BLOB row by row and conduct a search. Kindly let me know how I could conduct the search on the BLOB data using SQL.
Thanks,
Babu