透過 v$parameter 檢視看引數修改級別(11g, 18c, 19c)
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)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31560527/viewspace-2673875/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- v$parameter gv$parameter 檢視 DDL 與隱含引數
- 透過v$sql_bind_capture 檢視繫結變數。SQLAPT變數
- python parameter引數Python
- Oracle 18C升級到19COracle
- 帶引數的檢視
- 透過v$wait_chains檢視診斷資料庫hang和ContentionAI資料庫
- ABAP 方法呼叫的引數傳遞裡,透過引用傳遞的方式,能修改原始引數值嗎?
- 檢視oralce10g,11g隱含引數,並在SQLPLUS視窗格式化輸出SQL
- SD 一些常用的引數(Parameter)
- 單據型別引數設定增加自定義引數並透過BOS標準函式呼叫型別函式
- 檢視JVM預設配置引數JVM
- 檢視JVM執行時引數JVM
- 2.7.11 檢視引數設定的方法
- Laravel 透過遷移指令碼建立MySQL檢視Laravel指令碼MySql
- 【Oracle升級】Oracle指令碼升級11g to 19c non-CDBOracle指令碼
- win10怎樣檢視電腦配置引數_win10電腦配置引數檢視教程Win10
- 檢視JVM預設引數及微調JVM啟動引數JVM
- Linux 系統如何透過 netstat 命令檢視連線數判斷攻擊Linux
- 【PARAMETER】Oracle引數:MAX_IDLE_BLOCKER_TIME 解釋OracleBloC
- 央行數字貨幣:透過專利看“超級貨幣”藍圖(附下載)
- 如何檢視docker run啟動引數命令Docker
- 在Linux下檢視和修改環境變數Linux變數
- Oracle 19c - 手動升級 Oracle 12.x, 18c CDB 到 Oracle 19c (19.x)Oracle
- 如何透過功率電感引數選型,這六個引數必須注意
- k8s各元件啟動時, -v引數指定的日誌級別K8S元件
- Win10系統下怎麼透過事件檢視器中檢視硬碟檢查結果Win10事件硬碟
- oracle 11g檢視alert日誌方法Oracle
- win10如何檢視電腦配置引數 win10系統配置怎麼看Win10
- 19c(01):Redhat:系統引數Redhat
- 電腦CPU二級快取的開啟方法和如何檢視二級快取的引數快取
- linux 檢視日誌的命令引數有哪些?Linux
- note1 : ubuntn 系統引數檢視命令
- 如何在MonogoDB中檢視配置的引數值MonoGo
- 透過jstack檢視java執行緒在忙什麼JSJava執行緒
- Java檢視變數資料型別Java變數資料型別
- Oracle 11g 透過expdp按日期匯出表Oracle
- 透過等待看資料庫資料庫
- 如何透過動態引數實現週報製作