amrigo
05-22-2007, 08:45 AM
Hi
I have created an index of context type in a clob type field to increase performance when searching the database.
For the query below i have an error message: ORA 29907 found
duplicate labels on primary invocations
What can cause this error ? how can i fix it ?
I would like more information about using a context type index in a clob field
thank´s in advance
The query :
SELECT * FROM content WHERE cod_type = '2' and (upper(title) like
upper('%testing%') OR CONTAINS (text,'testing',1)>0 OR CONTAINS
(text_c,'testing',1)>0 OR CONTAINS (text_g, 'testing',1)>0 OR CONTAINS
(text_p, 'testing',1)>0 )
I have created an index of context type in a clob type field to increase performance when searching the database.
For the query below i have an error message: ORA 29907 found
duplicate labels on primary invocations
What can cause this error ? how can i fix it ?
I would like more information about using a context type index in a clob field
thank´s in advance
The query :
SELECT * FROM content WHERE cod_type = '2' and (upper(title) like
upper('%testing%') OR CONTAINS (text,'testing',1)>0 OR CONTAINS
(text_c,'testing',1)>0 OR CONTAINS (text_g, 'testing',1)>0 OR CONTAINS
(text_p, 'testing',1)>0 )