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 check characterset on database

Re: How to check characterset on database

From: Palani <palani_at_allpublic.ch>
Date: Wed, 05 Jan 2000 08:28:18 +0100
Message-ID: <3872F292.646AF075@allpublic.ch>


Hi,

select parameter, value from v$nls_parameters where parameter = 'NLS_CHARACTERSET';

Palani

Henrik Meldgaard Frisk wrote:
>
> Hi
>
> I have a Oracle8.0.4 Unix database where I want to see what the characterset
> is set to. How and where can I check that?
> I have all the administrators tools on me Windows NT, but I can't find the
> characterset.
> I guess it is posible to check it from a Unix terminal too, but again. I
> don't no how.
>
> Henrik
Received on Wed Jan 05 2000 - 01:28:18 CST

Original text of this message

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