Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: CHARSET in 7.3.2
"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
![]() |
![]() |