Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How do I find out the language of an instance?

Re: How do I find out the language of an instance?

From: Nathan D. Hughes <nhughes_at_well.com>
Date: 1997/09/17
Message-ID: <5vpdm0$h3l$1@was.hooked.net>#1/1

"Scott Overby" <scott.overby_at_sdsdata.com> writes:

>How do I find out the language that an instance was created as?

select * from v$nls_parameters;

Or, if you're picky,

select * from v$nls_parameters where name = 'NLS_CHARACTERSET'; Received on Wed Sep 17 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US