Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: help !! please !! change character set we8dec to we8iso8859p1
I've changed the character set of my database from USASCII7 to we8iso8859p9.
Oracle have an article on how to do it 105600.874
Simply update sys.props$ and set the NLS_CHARACTERSET to the value you want.
Backup your database first, just in case, and make sure you've got the new character set installed.
David Novo wrote:
> Anybody can say me how can I change the default character of my database
> from we8dec to we8iso8859p1 ¿?
>
> I can't do it with NLS_LANG american_america.we8iso8859p1 because an error
> 12705 invalid parameter always appear when I execute the application.
>
> I need a solution !!
>
> Thanks, David
Received on Tue Feb 09 1999 - 09:14:58 CST
![]() |
![]() |