grant privileges for multi_column_datastore [message #128469] |
Mon, 18 July 2005 14:42 |
Ragoo22
Messages: 4 Registered: March 2005
|
Junior Member |
|
|
Hello all,
I am trying to create a multi_column_datastore by first creating the preference and setting the attributes (column names associated with the table to be indexed). I am also aware that I need to grant my user privileges to access the ctx_ddl package that contains the create_preference and set_attribute functions.
I connect to my ctxsys user and:
grant execute on ctx_ddl to my_user;
However, when I connect again to my_user, and try to create the preference I get this error:
ORA-20000: Oracle Text error:
DRG-12607: only ctxsys can create MULTI_COLUMN preferences
ORA-06512: at "CTXSYS.DRUE", line 157
ORA-06512: at "CTXSYS.CTX_DDL", line 55
Can anyone help? Thanks!
|
|
|
|
|