Can somebody please explain clearly the difference between values in these tables. (mentioned in title)
I do understand that:
nls_session_parameters: sets values at session level (do these overide instance and database level)
nls_instance_parameters: sets values at instance level (what do we mean by instance level)
nls_database_parameters: sets values at whole database level.
Now if the database is of type RAC can multiple SID's have different values in above tables?
I am currently facing a problem where 'NLS_NUMERIC_CHARACTERS' gets set to wrong value in many sessions, and I cannot alter session every time. the behavior is random and very confusing
to_number()orto_char()calls and you want it to behave consistently regardless of the session sessions? If so please show a sample statement that is causing you a problem.