Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle8i interMedia problem
Can I get the plain index token from the formatted document and store
into other tables?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
When user builds a index on a column which is dealing with MS Doc, the
command is
CREATE INDEX doc_content ON table(doc) INDEXTYPE IS CTXSYS.CONTEXT
PARAMETERS('filter ctxsys.inso_filter');
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
So, the question is that
Can we customize the INDEXRTPYE Implementation Methods (e.g. ODCIGetIntergaces, ODCIIndexCreate, ODCIIdexDrop, ODCIIndexStart, ODCIIndexFetch, ODCIndexClose, ODCIndexInsert, ODCIndexDelete, ODCIndexUpdate, ODCIndexMetadata, etc.) of CTXSYS.CONTEXT?
Thanks,
Endrew
Received on Mon Jul 01 2002 - 22:21:33 CDT
![]() |
![]() |