/ Published in: SQL
Useful for tracking down ORA-00001: unique constraint (SCHEMA.INDEX) errors
Expand |
Embed | Plain Text
-- What Table and columns does this Index? SELECT * FROM user_ind_columns WHERE index_name = UPPER(:index_name); -- Data Dictionary names are UPPERCASE.
You need to login to post a comment.
