9.102 V$SYSTEM_PARAMETER
V$SYSTEM_PARAMETER
displays information about the initialization parameters that are currently in effect for the instance. A new session inherits parameter values from the instance-wide values.
Column | Datatype | Description |
---|---|---|
|
|
Parameter number |
|
|
Name of the parameter |
|
|
Parameter type:
|
|
|
Instance-wide parameter value |
|
|
Parameter value in a user-friendly format. For example, if the |
|
|
The default value for this parameter. This is the value of the parameter if a value is not explicitly specified for the parameter. |
|
|
Indicates whether the parameter is set to the default value ( The database sets the value of the |
|
|
Indicates whether the parameter can be changed with |
|
|
Indicates whether the parameter can be changed with
|
|
|
Indicates whether the parameter can be modified inside a PDB ( In a non-CDB, the value of this column is |
|
|
For parameters that can be changed with |
|
|
Indicates how the parameter was modified. If an |
|
|
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) |
|
|
Indicates whether the parameter has been deprecated ( |
|
|
Indicates whether the parameter is a basic parameter ( |
|
|
Description of the parameter |
|
|
Comments associated with the most recent update |
|
|
Hash value for the parameter name |
|
|
The ID of the container to which the data pertains. Possible values include:
|
See Also:
"V$PARAMETER" for information about initialization parameters that are currently in effect for a session