DBA_IND_COLUMNS
- DBA_IND_COLUMNS视图提供所有用户的索引中包含的列信息。
列名 | 类型 | 描述 |
index_owner | text | 索引的所有者 |
schema_name | text | 索引所在的模式名称 |
index_name | text | 索引名称 |
table_owner | text | 索引所在表的所有者 |
table_name | text | 索引所在表名称 |
column_name | text | 索引所在字段名称 |
column_position | smallint | 列所在索引的位置 |
column_length | smallint | 索引所在的列长 |
char_length | numeric | 列的最大长度 |
descend | character(1) | 该列降序还是升序 |