USER_INDEXES
- USER_INDEXES视图提供当前用户的表上的索引信息
列名 | 类型 | 描述 |
schema_name | text | 索引所属模式 |
index_name | text | 索引名称 |
index_type | text | 索引类型 |
table_owner | text | 索引表所有者 |
table_name | text | 索引表名称 |
table_type | text | 仅为了实现兼容性而提供。始终设置为 TABLE |
uniqueness | text | 指示索引是 UNIQUE 还是 NONUNIQUE |
compression | character(1) | 仅为了实现兼容性而提供。始终设置为 N(不压缩 |
tablespace_name | text | 表所在的表空间(如果不是默认表空间)的名称 |
logging | text | 仅为了实现兼容性而提供。始终设置为 LOGGING |
status | text | 对象的状态(VALID 或 INVALID) |
partitioned | character(3) | 仅为了实现兼容性而提供。始终设置为 NO。 |
temporary | character(1) | 仅为了实现兼容性而提供。始终设置为 N。 |
secondary | character(1) | 仅为了实现兼容性而提供。始终设置为 N。 |
join_index | character(3) | 仅为了实现兼容性而提供。始终设置为 NO。 |
dropped | character(3) | 仅为了实现兼容性而提供。始终设置为 NO。 |