Unzureichende Berechtigungen beim erstellen eines Indexes in Oracle 11g

Ich versuche zum erstellen eines Indexes in Oracle, my ddl :

create index OMD_DOCTEXT2_CTX on table_name(col_name)
indextype is ctxsys.context local
parameters ('datastore CTXSYS.FILE_DATASTORE filter ctxsys.null_filter  lexer E2LEX wordlist E2WORDLIST stoplist E2STOP section group E2GROUP') parallel 4;

Bin ich immer der Fehler :

ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: Oracle Text error:
DRG-10758: index owner does not have the privilege to use file or URL datastore
ORA-06512: at "CTXSYS.DRUE", line 160
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366

Irgendwelche Ideen?

InformationsquelleAutor Nishan | 2010-02-24

Schreibe einen Kommentar