Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NLS_NUMERIC_CHARACTERS parameter: session distinct from system

user455466Sep 14 2022

Hi,
Why the session NLS_NUMERIC_CHARACTERS parameter is different from system one?

SQL*Plus: Release 11.2.0.1.0 Production on Wed Sep 14 15:40:11 2022

Copyright (c) 1982, 2009, Oracle. All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options

SQL> set lin 999
SQL> select * from nls_database_parameters where PARAMETER='NLS_NUMERIC_CHARACTERS';

PARAMETER           VALUE
------------------------------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------
NLS_NUMERIC_CHARACTERS     ,.

SQL> select value from nls_session_parameters where parameter = 'NLS_NUMERIC_CHARACTERS';

VALUE
----------------------------------------------------------------------------------------------------------------------------------------------------------------
.,

SQL>
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options

Thanks in advance.
Regards, Jose Luis.

Comments
Post Details
Added on Sep 14 2022
3 comments
204 views