dbTalk Databases Forums  

NLS settings in session

comp.database.oracle comp.database.oracle


Discuss NLS settings in session in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
UNIXNewBie
 
Posts: n/a

Default NLS settings in session - 01-20-2004 , 08:41 AM






We are trying to solve a problem relating to the decimal character used by
sessions created by our user ID.

We ran this SQL

SELECT * FROM NLS_INSTANCE_PARAMETERS;

and it returned in part

NLS_NUMERIC_CHARACTERS

We also ran this SQL

SELECT * FROM NLS_SESSION_PARAMETERS;

and it returned in part

NLS_NUMERIC_CHARACTERS ,


Note that the NLS_NUMERIC_CHARACTERS has a comma indicated. This is
consistent with our observations. We have to ensure that numeric values have
the comma "," as a decimal separator for the database to accept them.

When we log in we do not explicitly change this setting. Where would this
setting be determined for our user? How would we change it back to the
default, the period "." for our decimal separator?

The user Id will be used for both interactive "human" login and for sessions
created by certain client applications.

Thanks

J.






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.