Updated on 2024-05-07 GMT+08:00

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.

Table 1 V$NLS_PARAMETERS columns

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.