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
Create a shortcut or drive letter for a digital camera
Would an exchange server update take down the server?
Excluding the milliseconds from a returned date
PHP file upload manager script
How to preserve "emergency" resources in Windows Server 2003 R2 x64
How much memory will be allocated for a dotnet application?
Which open source e-commerce project is used to implement this website?
jQuery accordion overlaps IE7 footer
Parental control for the internet
Upgrade Path Win 2003 Std. (32-bit) Environ. to Upgrade to Win 2008 R2 64-Bit