Priviledges on creating index [message #75897] |
Thu, 06 December 2001 08:17 |
martin samm
Messages: 1 Registered: December 2001
|
Junior Member |
|
|
when i create an index using the following command :
create index im_art_s_idx_2 on article(cl_story)
indextype is ctxsys.context;
i get the following errors
create index im_art_s_idx_2 on article(cl_story)
*
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: interMedia Text error:
ORA-01031: insufficient privileges
ORA-06512: at "CTXSYS.DRUE", line 126
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 54
ORA-06512: at line 1
I can quite happily create a normal index on that table and intermedia seems to be installed okay. Any ideas?
----------------------------------------------------------------------
|
|
|
|