V$NLS_PARAMETERS
V$NLS_PARAMETERS displays the National Language Support (NLS) parameters and parameter values configured for the database. This view exists in the PG_CATALOG and SYS schemas 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. Set it to 0. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.