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
Installed new 3rd party cert Exchange 2010 outlook web App and email not working after reboot
CSS Javascript Conflict
Counting multiple fileds in a Report
Retrieving email message count in PHP without storing password in cleartext
Office for MAC 2011
Select pulldown box B based on selection made in pulldown box A or data from database using php and javascript
What is Azure
Width of header/footer repeated image when window is shrunk
Why don't certain images show in Safari but are ok in all other browsers?
Will a csvde user import generate Exchange email accounts?