create index privilege
I am reading
http://www.dba-oracle.com/concepts/grant_user_privileges.htm
and it has
grant create index
but I thought there was no such privilege as create index. I tried it and got:
ERROR at line 1:
ORA-00990: missing or invalid privilege
So is the website wrong?
thanks