Suggested Answer:AB🗳️
* Oracle indexes can go into a UNUSABLE state after maintenance operation on the table or if the index is marked as 'unusable' with an ALTER INDEX command. A direct path load against a table or partition will also leave its indexes unusable. Queries and other operations agains a table with unuable indexes will generate errors: ORA-01502: index string.string or partition of such index is in unusable state * The following SQL will print out a list of alter commands that can be executed to fix unusable indexes: Indexes: SELECT 'alter index '||index_name||' rebuild tablespace '||tablespace_name ||';'
Currently there are no comments in this discussion, be the first to comment!
This section is not available anymore. Please use the main Exam Page.1z0-497 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.
Comments