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 ORACLE

Re: Character set ORACLE

From: Carlos <miotromailcarlos_at_netscape.net>
Date: 25 Nov 2004 00:21:48 -0800
Message-ID: <1de5ebe7.0411250021.46f72219@posting.google.com>


"Uwe Schmidt" <uwe.schmidt_at_dataport.de> wrote in message news:<newscache$e0no7i$3o6$1_at_www-neu.dzsh.de>...
> Hi Newsgroup,
>
>
> how can I select the Characterset of the Oracle Database. It is used by the
> Installation of the DB.

select * from NLS_DATABASE_PARAMETERS
 where PARAMETER = 'NLS_CHARACTERSET';

>
>
> Thanks a lot
>
> Uwe

Cheers. Received on Thu Nov 25 2004 - 02:21:48 CST

Original text of this message

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