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

Home -> Community -> Usenet -> c.d.o.server -> Re: interMedia Text error

Re: interMedia Text error

From: Anton Buijs <remove_aammbuijs_at_xs4all.nl>
Date: Wed, 4 Jun 2003 15:15:55 +0200
Message-ID: <3eddf10f$0$49114$e4fe514c@news.xs4all.nl>


You create a normal B-tree index and in the query you want to use a context index which is something totally different. So you get the error that a context index (now called InterMedia Text) does not exists.
A context index is created with create index .... index type ctxsys.context parameters (...);
Decide what index type you need.

Sergio <smeligr_at_libero.it> schreef in berichtnieuws bbkq86$apgup$1_at_ID-186754.news.dfncis.de...
| where it is the error?
| I execute.
|
| CREATE INDEX my_table_idx ON my_table (Nom) ;
|
| OK
|
| When I execute the query
|
| SELECT * FROM my_table WHERE CONTAINS(my_table.pippo , 'pluto') >0;
|
| it comes given back the error to me
|
| ERRORE alla riga 1:
| ORA-20000: interMedia Text error:
| DRG-10599: la colonna non è indicizzata
|
| Thanks
| Sergio
|
|
Received on Wed Jun 04 2003 - 08:15:55 CDT

Original text of this message

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