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 to find out database character set

Re: How to find out database character set

From: Zoltan Holdampf <holdampf_at_mkb.hu>
Date: 7 Oct 1999 05:29:47 +0200
Message-ID: <slrn7vo5jr.ff.holdampf@blackhole.budapest.mkb.hu>


In article <000b8d9b.34cf5022_at_usw-ex0102-014.remarq.com>, Harish wrote:
>log files created while creating the database. It has become necessary
>to find out the character set of the database. How can one find out
>this?

select * from v$nls_parameters;

        or
select * from dba_nls_parameters;

                                        regards, Zoli
>
Received on Wed Oct 06 1999 - 22:29:47 CDT

Original text of this message

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