Problem with Grant Create Index
589385Jul 26 2007 — edited Jul 26 2007Hi 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?