Oracle 11gR1
V$SPPARAMETER
displays information about the contents of the server parameter file. If a server parameter file was not used to start the instance, then each row of the view will contain FALSE
in the ISSPECIFIED
column.
Column | Datatype | Description |
|
| SID for which the parameter is defined |
|
| Name of the parameter |
|
| Parameter type |
|
| Parameter value (null if a server parameter file was not used to start the instance) |
|
| Parameter value in a user-friendly format. For example, if the |
|
| Indicates whether the parameter was specified in the server parameter file ( |
|
| Position (ordinal number) of the parameter value ( |
|
| Comments associated with the most recent update (null if a server parameter file was not used to start the instance) |
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