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: Find Character set rdbms server

Re: Find Character set rdbms server

From: Alexander Möckel <alex.moeckel_at_web.de>
Date: Fri, 13 Dec 2002 10:48:16 +0100
Message-ID: <atcac2$18qb$1@innferno.news.tiscali.de>


Hi,
you can query the nls_database_parameters table:

select * from NLS_DATABASE_PARAMETERS;

There should be a parameter NLS_CHARACTERSET

Alex

Pierre HIRTH wrote:
> Hi,
> Someone could tel me how can i do to find what is the character set of my database?
>
> Thank's
Received on Fri Dec 13 2002 - 03:48:16 CST

Original text of this message

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