dbTalk Databases Forums  

NLS_NUMBERIC_CHARACTERS - SHOWING AND SETTING

comp.database.oracle comp.database.oracle


Discuss NLS_NUMBERIC_CHARACTERS - SHOWING AND SETTING in the comp.database.oracle forum.



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

Default NLS_NUMBERIC_CHARACTERS - SHOWING AND SETTING - 02-21-2004 , 12:32 PM






Assuming I only have access to SQL*Plus, how would I see what values the
NLS_NUMERIC_CHARACTERS is set at for: 1) a particular database, 2) a
particular session ?

How do I alter there parameters for the base as a whole and for a session?

Thanks

J.



Reply With Quote
  #2  
Old   
SOLSPEAKS
 
Posts: n/a

Default Re: NLS_NUMBERIC_CHARACTERS - SHOWING AND SETTING - 02-28-2004 , 01:39 AM






To see you current NLS parameter values issue the following SQL:

select * from nls_session_parameters;


To change a parameter at the session level is the

ALTER SESSION SET NLS_NUMERIC_CHARATERS= '??';


command.

"UNIXNewBie" <nospan (AT) nospam (DOT) com> wrote

Quote:
Assuming I only have access to SQL*Plus, how would I see what values the
NLS_NUMERIC_CHARACTERS is set at for: 1) a particular database, 2) a
particular session ?

How do I alter there parameters for the base as a whole and for a session?

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.