Oracle 11gR1
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 |
|
| Indicates whether the parameter is set to the default value ( |
|
| Indicates whether the parameter can be changed with |
|
| Indicates whether the parameter can be changed with · · · |
|
| 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 |
Note:
You can view parameter settings in several ways, as shown in the following table.
Method | Description |
| This SQL*Plus command displays the values of initialization parameters in effect for the current session. |
| This SQL*Plus command displays the values of initialization parameters in the server parameter file (SPFILE). |
| This SQL statement creates a text initialization parameter file (PFILE) from the SPFILE or from the current in-memory settings. You can then view the PFILE with any text editor. |
| This view displays the values of initialization parameters in effect for the current session. |
| This view displays the values of initialization parameters in effect for the current session. It is easier to distinguish list parameter values in this view because each list parameter value appears in a separate row. |
| This view displays the values of initialization parameters in effect for the instance. A new session inherits parameter values from the instance-wide values. |
| This view displays the values of initialization parameters in effect for the instance. A new session inherits parameter values from the instance-wide values. It is easier to distinguish list parameter values in this view because each list parameter value appears in a separate row. |
| This view displays the current contents of the SPFILE. The view returns |
No comments:
Post a Comment