What kind of data are you storing in CLOBs? XML? Then look at XDK.
Textual? Then interMedia Text/Oracle Text may be of help.
Spreadsheets? I doubt there is a simple way of working with them
as with structured data while storing them as unstructured data
(which CLOBs represent).
--
Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications.
All opinions are mine and do not necessarily go in line with those of my employer.
Quote:
> Is there any way to convert a clob to a searchable/sortable table?
> I have clob data that I need to sort and search. I would rather not
> do it programmatically. So, I was hoping that someone knows of a way
> to do this using Oracle built in functions.
> Thank you
> Clayton Webb