Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Function based index - insufficient priveleges
hi
i found this on metalink
the proper privilege required to create function-based indexes.
Connect as dba and provide the user with the privileges required to create a
function based index.
If the user is creating indexes in their own schema:
SVRMGR> grant query rewrite to xxxx;
If the user is creating indexes in schemas other than their own:
SVRMGR> grant global query rewrite to xxxx;
> -----Oorspronkelijk bericht-----
> Van: Andor, Gyula [SMTP:gy.andor_at_euromacc.hu]
> Verzonden: maandag 28 mei 2001 12:45
> Aan: Multiple recipients of list ORACLE-L
> Onderwerp: Function based index - insufficient priveleges
>
> Hi Gurus !
>
> Please help me. I can't create function based index because it says:
>
>
> ERROR at line 1:
> ORA-01031: insufficient privileges
>
> I have a table which contains a column called lang_name. I try to create
> function based index on the table with the following sql statement:
>
> create index func_idx_lang_name on lang (upper(lang_name));
>
> I have "create any index privilege"
>
> Enviroment:
> Oracle 8.1.6 on WinNT
>
> Thanks in advance.
> Gyula
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Andor, Gyula
> INET: gy.andor_at_euromacc.hu
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: GKor_at_rdw.nl Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon May 28 2001 - 05:41:16 CDT