I wanna know if really this object privilege (CREATE INDEX) exits and what is it for ?
I have understood that the ability to create a index is coming with the CREATE TABLE Object privilege, because when you define a PRIMARY KEY or UNIQUE constraint, it automatically create a associated index.
I know too, that exist a CREATE ANY INDEX System Privilege, that is for create index in any user account.
So, really this object privilege (CREATE INDEX) exits and what is it for ?
THKS!!!