What to grant to user to use index of table while querying?

▼魔方 西西 提交于 2019-12-08 17:36:43

问题


I want to know if oracle uses index when user queries data from table and that user has been granted just:
grant select on table to user

I want to know if it is needed some another grant to use index.


回答1:


No, there is no requirement (or ability) to grant access to an index. If the user can access the table then their queries can use any available index.



来源:https://stackoverflow.com/questions/3439529/what-to-grant-to-user-to-use-index-of-table-while-querying

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!