Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with Grant Create Index

589385Jul 26 2007 — edited Jul 26 2007
Hi guys,
I was trying to grant a user with the 'create index' privilege using the following statement:


GRANT CREATE INDEX TO user1;


However, when I execute the statement, I got the following error:

missing or invalid privilege.

I also tried GRANT CREATE ANY INDEX TO user1;

but too, got the same error. Any idea what went wrong?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2007
Added on Jul 26 2007
4 comments
585 views