Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Setting NLS_SORT

ethanasiJun 21 2009 — edited Jun 21 2009
Hi,
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2009
Added on Jun 21 2009
22 comments
8,514 views