Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Oracle8i interMedia problem

Oracle8i interMedia problem

From: Endrew Lai <elai_at_issl.com.hk>
Date: 1 Jul 2002 20:21:33 -0700
Message-ID: <a972942a.0207011921.3ab86747@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US