user_indexes

最近更新时间: 2024-06-12 15:06:00

USER_INDEXES描述当前用户拥有的索引。要收集此视图的统计信息,请使用 DBMS_STATS 包。此视图支持并行分区索引扫描。它的列(除了 OWNER)与 ALL_INDEXES 中的列相同。

名称 类型 说明
index_nsp name
index_name name 索引名称
index_type name 索引类型
table_owner name 索引所属表的所有者
table_nsp name
table_name name 表名
table_type text 索引所属表名称
compression text 索引的压缩类型
prefix_length text 索引前缀长度
tablespace_name name 索引的表空间的名称
ini_trans text 初始交易数量
max_trans text 最大交易次数
initial_extent text 初始范围的大小
next_extent text 辅助范围的大小
min_extents text 段中允许的最小区数
max_extents text 段中允许的最大区数
pct_increase text 范围大小的百分比增加
pct_threshold integer 每个索引条目允许的块空间的阈值百分比
include_column text 要包含在索引组织表主键(非溢出)索引中的最后一列的列ID
freelists text 分配给此段的进程空闲列表的数量
freelist_groups text 分配给此段的空闲列表组的数量
pct_free text 块中可用空间的最小百分比
logging text 表示对索引的修改是否被记录了日志
blevel integer 表示 B*-Tree 的深度
leaf_blocks integer 索引中的叶块数
distinct_keys integer 不同索引值的数量
avg_leaf_blocks_per_key integer 索引中每个不同值出现的平均叶块数
avg_data_blocks_per_key integer 表中由索引中的不同值指向的平均数据块数舍入为最接近的整数
clustering_factor integer 表示基于索引值的表中行的顺序数
status text 状态
num_rows real 索引中的行数
sample_size integer 索引的样本的大小
last_analyzed text 最近分析此索引的日期
degree text 扫描索引的每个实例的线程数
instances text 要扫描索引的实例数
partitioned text 指示索引是否已分区
temporary text 指示索引是否在临时表上
generated text 指示索引的名称是否是系统生成的
secondary text 指示索引是否是辅助对象
buffer_pool text 用于索引块的缓冲池
user_stats text 统计信息是否由用户直接输入
duration text 指示临时表的持续时间
pct_direct_access integer 对于索引组织表上的二级索引
ityp_owner text 对于域索引,indextype的所有者
ityp_name text 对于域索引,indextype的名称
parameters text 对于域索引,参数字符串
global_stats text 对于分区索引,指定是通过整体分析索引收集统计信息,还是从基础索引分区和子分区的统计信息中估算统计信息
domidx_status text 域索引的状态
domidx_opstatus text 域索引上的操作状态
funcidx_status text 基于函数的索引的状态
join_index text 指示索引是否为连接索引
iot_redundant_pkey_elim text 指示是否从索引组织表上的二级索引中删除冗余主键列
dropped text 指示索引是否已被删除并且是否在回收站