Setting NLS_SORT
ethanasiJun 21 2009 — edited Jun 21 2009Hi,
I managed to set NLS_SORT for the session:
alter session set nls_sort = ITALIAN;
Is there any way to make this permanent(not only for the current session)?
I tried with :
SQL> alter system set NLS_SORT='ITALIAN' scope=spfile;
But I get:
alter system set NLS_SORT='ITALIAN' scope=spfile
*+
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option
Thanks in advance!