Database Administration (MOSC)

MOSC Banner

How to change NLS_TERRITORY

edited Oct 27, 2015 10:00AM in Database Administration (MOSC) 4 commentsAnswered

Tried to change the NLS_TERRITORY for a database, followed.  (old value : AMERICA)


     alter system set nls_territory='UNITED KINGDOM' scope=spfile;

     restarted the instance.

But when I select again, still shows AMERICA value:

SQL> show parameter nls_ter

NAME TYPE VALUE

------------------------------------ ----------- ------------------------------

nls_territory string AMERICA


SQL> select value from NLS_DATABASE_PARAMETERS where parameter ='NLS_TERRITORY';

VALUE

--------------------------------------------------------------------------------

AMERICA

But I see change in Instance level. Does this make any difference???

SQL> select value from nls_instance_parameters where parameter='NLS_TERRITORY';

VALUE

-------------------------------------------------------------------------------

UNITED KINGDOM

Does this make it any difference in changing instance level, but no at DB level.??

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center