V$PARAMETER displays information about the initialization parameters that are currently in effect for the session. A new session inherits parameter values from the instance-wide values displayed by the V$SYSTEM_PARAMETER view. 1. ISDEFAULT 是否是默认值 Indicates whether the parameter is set to the default value (TRUE) or the parameter value was specified in the parameter file (FALSE) 2. ISSES_MODIFIABLE 是否可在 SESSION 级别修改 Indicates whether the parameter can be changed with ALTER SESSION (TRUE) or not (FALSE) 3. ISSYS_MODIFIABLE 是否可以在 SYSTEM 级别修改 Indicates whether the parameter can be changed with ALTER SYSTEM and when the change takes effect: # 立即对所有 SESSION 生效 IMMEDIATE - Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect immediately. # 对修改完成之后建立的 SESSION 生效 DEFERRED - Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect in subsequent sessions. # 需重启实例才能生效 FALSE - Parameter cannot be changed with ALTER SYSTEM unless a server parameter file was used to start the instance. The change takes effect in subsequent instances. 4. ISINSTANCE_MODIFIABLE 集群的不同节点是否可以设置不同的参数值 For parameters that can be changed with ALTER SYSTEM, indicates whether the value of the parameter can be different for every instance (TRUE) or whether the parameter must have the same value for all Real Application Clusters instances (FALSE). If the ISSYS_MODIFIABLE column is FALSE, then this column is always FALSE. 5. ISMODIFIED 参数是否被修改过以及修改的级别 Indicates whether the parameter has been modified after instance startup: MODIFIED - Parameter has been modified with ALTER SESSION SYSTEM_MOD - Parameter has been modified with ALTER SYSTEM (which causes all the currently logged in sessions' values to be modified) FALSE - Parameter has not been modified after instance startup 6. ISADJUSTED Indicates whether Oracle adjusted the input value to a more suitable value (for example, the parameter value should be prime, but the user input a non-prime number, so Oracle adjusted the value to the next prime number) 7. ISDEPRECATED Indicates whether the parameter has been deprecated (TRUE) or not (FALSE) 8. ISBASIC Indicates whether the parameter is a basic parameter (TRUE) or not (FALSE) 18C 新增参数 9. CON_ID 容器 ID The ID of the container to which the data pertains. Possible values include: 0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs. 1: This value is used for rows containing data that pertain to only the root n: Where n is the applicable container ID for the rows containing data 19C 新增参数 10. ISPDB_MODIFIABLE 是否可在 PDB 级别修改 Indicates whether the parameter can be modified inside a PDB (TRUE) or not (FALSE)
通过 v$parameter 视图看参数修改级别(11g, 18c, 19c)
来源:这里教程网
时间:2026-03-03 14:47:38
作者:
编辑推荐:
- 通过 v$parameter 视图看参数修改级别(11g, 18c, 19c)03-03
- Oracle 11 sql tuning advisor sql access advisor关闭以及job查看与停止03-03
- [20200117]push_pred distinct group by.txt03-03
- 体系_表空间和数据文件的管理03-03
- Oracle 扩充磁盘空间03-03
- Oracle不同版本查看数据库session/system级别设置了哪些events03-03
- OracleASM关闭AMM,打开ASMM,修改参数后报ORA-00843 ORA-0084903-03
- Oracle修改instance_name、db_name、db_unique_name、service_names03-03
下一篇:
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- 体系_表空间和数据文件的管理
体系_表空间和数据文件的管理
26-03-03 - Oracle 扩充磁盘空间
Oracle 扩充磁盘空间
26-03-03 - Oracle修改instance_name、db_name、db_unique_name、service_names
- 数据库性能需求分析及评估模型
数据库性能需求分析及评估模型
26-03-03 - 了解这一点轻松解决Oracle数据库系统报错问题
了解这一点轻松解决Oracle数据库系统报错问题
26-03-03 - AUD: Audit Commit Delay exceeded, written a copy to OS Audit Trail
- rman备份
rman备份
26-03-03 - Oracle增加控制文件副本
Oracle增加控制文件副本
26-03-03 - oracle分区表详解
oracle分区表详解
26-03-03 - Oracle 12c新特性维护表分区Global Index不失效
Oracle 12c新特性维护表分区Global Index不失效
26-03-03
