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: CHARSET in 7.3.2

Re: CHARSET in 7.3.2

From: Alex Filonov <afilonov_at_yahoo.com>
Date: 2 May 2003 07:40:46 -0700
Message-ID: <336da121.0305020640.397f0da2@posting.google.com>


"zeb" <thierry.constant1.nospam_at_free.fr> wrote in message news:<3eb228cf$0$15446$626a54ce_at_news.free.fr>...
> Hi,
>
> I have to migrate an old database 7.3.2(AIX) to 8.1.7(W2000)
> but I don't see the CHARSET used in the 7.3.2 ( nothing in
> NLS_DATABASE_PARAMETERS )
>
> How can I fiind the CHARSET to create the right database 8.1.7 ?
>
> Thanks in advance

It's in the PROPS$ table, name NLS_CHARACTERSET:

select name, value$
from sys.props$
where name = 'NLS_CHARACTERSET'; Received on Fri May 02 2003 - 09:40:46 CDT

Original text of this message

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