Ora 29879 Cannot create multiple domain index on a column list
836231Feb 14 2011 — edited Feb 15 2011I m getting Ora exception as
Ora 29879 Cannot create multiple domain index on a column list using same index type
What can be the ways to resolve this
I m executing query as ::
CREATE INDEX myindex ON sgvd_doc_ver(DOC_FILE) INDEXTYPE IS CTXSYS.CONTEXT parameters ('sync (every "sysdate+(1/24/60)")');
where Doc_File is of type clob.