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: sysdba <sysdba_at_inter.net.il>
Date: Thu, 7 Oct 1999 13:38:05 +0200
Message-ID: <7ti08l$45l$1@news2.inter.net.il>


Select * from sys.props$;
-or-

select * from v$nls_parameters;

--
Asaf Shoval
Oracle Israel Support Center

Harish <hdeshpandeNOhdSPAM_at_carlson.com.invalid> wrote in message news:000b8d9b.34cf5022_at_usw-ex0102-014.remarq.com...
> Hi,
>
> I have created an Oracle 8 instance but unfortunately do not have
> 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?
>
> Thanks in advance and good day.
>
> Harish
>
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
> The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Thu Oct 07 1999 - 06:38:05 CDT

Original text of this message

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