V$NLS_PARAMETERS
V$NLS_PARAMETERS displays the National Language Support (NLS) parameters and parameter values configured for the database. This view exists in both the PG_CATALOG and SYS schema and all users can access this view.
| Name | Type | Description |
|---|---|---|
| parameter | character varying(64) | NLS parameter name. |
| value | character varying(64) | NLS parameter value. |
| con_id | numeric | Not supported. Its value is 0. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.