What to grant to user to use index of table while querying?
问题 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