Microsoft
Software
Hardware
Network
Question : Grant all to a user doesn't grant create index privilege
I did this: grant all on my_table to my_user. But, my_user still cannot create an index on my_table. Why? I thought grant all include index privilege. Thanks.
GRANT ALTER, DELETE, INDEX, INSERT, REFERENCES, SELECT, UPDATE, ON COMMIT REFRESH, QUERY REWRITE, DEBUG, FLASHBACK ON ,my_table TO my_user;
Answer : Grant all to a user doesn't grant create index privilege
They will also require the CREATE ANY INDEX privilege.
I assume they already have the CREATE ANY TABLE privilege to allow them to create tables in a schema other than their own.
Random Solutions
Removing System Board from Dell Inspiron 700m
Change of Format with input in Excel
Help on Stored Procedure
Can I install HyperV as a standalone tool n on a Windows Server 2003 host?
How can I connect a 2.5" Hard Drive to a Compact Flash Interface?
enterprise vault doesn't work on a pc
how to detect removable drive (pen drive)
How to automatically change number color in Excel cell
Manual Feed
VB.NET - Active Directory to find organizational unit for a user