文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

通过 v$parameter 视图看参数修改级别(11g, 18c, 19c)

2024-04-02 19:55

关注

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)

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-数据库
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯