Methods of Setting NLS Parameters and their Priorities (Oracle Database)

Oracle Database includes a bunch of NLS (National Language Support) parameters that determine the locale-specific behaviour on both the client and the server.

These NLS parameters can be set in various places, each of which has a predetermined precedence order in relation to the others. The following table outlines these methods, as well as their priority in relation to the others.

Read more

How to Change the Language for your Oracle Session

In Oracle Database, the NLS_LANGUAGE initialization parameter specifies the default language of the database.

This language is used for messages, day and month names, symbols for AD, BC, a.m., and p.m., and the default sorting mechanism.

The NLS_LANGUAGE parameter also determines the default values of the NLS_DATE_LANGUAGE and NLS_SORT parameters.

This article outlines how to change the value of the NLS_LANGUAGE and NLS_DATE_LANGUAGE parameters.

Read more