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: character set

Re: character set

From: Stephan Bressler <stephan.bressler_at_siemens.com>
Date: Fri, 16 May 2003 16:54:51 +0200
Message-ID: <ba2u0m$90h$1@news.mch.sbs.de>

"Phillip" <tienp_at_wholefoods.com> wrote in message news:3EC4F84F.93600FA6_at_wholefoods.com...
> Quick question: what view to query to check on a database's specific
> character set? I know about the command 'show parameter nls' to get the
> nls, but it only shows AMERICAN. I want to know further if it's
> USA7ASCII or WE8ISO8859P1, for example. Thanks.
select * from

NLS_DATABASE_PARAMETERS or
NLS_INSTANCE_PARAMETERS or
NLS_SESSION_PARAMETERS

Stephan Received on Fri May 16 2003 - 09:54:51 CDT

Original text of this message

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