Alter session
429356Feb 14 2006 — edited Feb 14 2006Dear All,
I want to change the NLS_CHARACTERSET/ NLS_NCHAR_CHARACTERSET at the session level but I am getting errors(as given below) , though I can able to change NLS_DATE_FORMAT at session level. So is init.ora is the only option to change this setting or is there any other way.
SQL> alter session set NLS_DATE_FORMAT='YYYY-MM-DD';
Session altered.
SQL> alter session set NLS_NCHAR_CHARACTERSET='AL32UTF8';
alter session set NLS_NCHAR_CHARACTERSET='AL32UTF8'
*
ERROR at line 1:
ORA-00922: missing or invalid option
Thanks & Regards,
Sudipta