Oracle Applicatons
Pages
Home
SQL
Forms
Oracle Apps
Others
Reports
PL/SQL
OAF
Tuesday, 10 May 2016
Query to Check to see what Columns are Indexed on a Table
The relevant query is as follows:
SELECT column_name, index_name
FROM all_ind_columns
WHERE table_name = ‘<TABLE_NAME>’;
U = unique index
N = non-unique index
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment