Database Administration (MOSC)

MOSC Banner

11.2.0.4 : nls_database_parameters

edited Feb 26, 2015 12:54PM in Database Administration (MOSC) 4 commentsAnswered

Hi,

We created a empty database with NLS_LENGTH_SEMANTICS = BYTE.   Due to a requirement , we need to change the value to CHAR.   I executed

alter system set NLS_LENGTH_SEMANTICS = CHAR scope = both;   and after that database has been bounced.


However, after bounce I can see the following


  1. select * from nls_database_parameters order by parameterß results in NLS_LENGTH_SEMANTICS = BYTE

  1. select * from nls_instance_parameters order by parameterß results in NLS_LENGTH_SEMANTICS = CHAR

  1. select * from nls_session_parameters order by parameterß results in NLS_LENGTH_SEMANTICS = CHAR

How do I reflect this change in nls_database_parameters?   

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