o create an index on a table in another schema in your own schema, you must either own the table or have been granted the INDEX object privilege on that table, or possess the CREATE ANY INDEX system privilege
docs.oracle.com
. In our scenario the table isn’t owned by the user, so the user needs either the object privilege (GRANT INDEX ON table_name TO user) or the CREATE ANY INDEX privilege. Having either of those will satisfy the privilege requirement to create the index. (If the user already has CREATE ANY INDEX, that covers it; if not, the table’s owner can grant the INDEX privilege on that specific table.)
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.1z0-071 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Szczurk3y
1 month ago