Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SV: How to find character set the database is using

SV: How to find character set the database is using

From: Karl Erik Olstad <keo_at_notes.hfk.mil.no>
Date: Wed, 19 May 1999 10:54:21 GMT
Message-ID: <xLw03.565$C3.178756096@news.telia.no>


select * from nls_database_parameters;
will show you the nls-parameters you need.

nls_database_parameters is a view to sys.props$

Robert Chung <robertch_at_mindspring.com> skrev i meldingsnyheter:3741fd6c.772616640_at_news.mindspring.com...
> Does anybody know how to find specific character set Oracle database
> is using (such as "WE8ISO8859P1>
Received on Wed May 19 1999 - 05:54:21 CDT

Original text of this message

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