介绍
V$OPTION视图能够让我们查询当前数据库中存在的功能和选项,例如分区、Bit-mapped索引等。
视图详情
字段名 | 字段类型 | 描述 | 译 | 备注 |
PARAMETER | VARCHAR2(64) | Name of the option (or feature) | 选项或功能名称 | |
VALUE | VARCHAR2(64) | Indicates whether the option (or feature) is installed (TRUE) or not (FALSE) | 是否已安装,TRUE-安装,FALSE-未安装 |
评论区