Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> NLS_LANG Help !!
In Solaris 2.6 with Oracle 8.0.4:
I need to connect to my database by sqlplus without NLS_LANG=SPANISH_SPAIN.
I update the nls_database_parameters by :
update sys.prop$ set value$='....' where name='....';
The nls_instance_parameters are also SPANISH_SPAIN and select
userenv('LANGUAGE') from dual; is also SPANISH_SPAIN.we8dec
Why I canīt see the spanish caracters without NLS_LANG=SPANISH_SPAIN by
sqlplus.??
Maybe seem a trouble language of S.O.??
Any body can help me , how I connect without NLS_LANG and see the spanish characters ??
David Received on Fri Feb 05 1999 - 01:38:40 CST
![]() |
![]() |