alter SYSTEM nls_date_format don't woking
659392Sep 27 2008 — edited Nov 9 2010HI All,
nl_format_date is DD/MM/YY. I what to change it to DD-MON-RRRR
i'm using this comande alter SYSTEM set nls_date_format='DD-MON-RRRR' scope=BOTH ; but i's not working.
SQL> alter SYSTEM set nls_date_format='DD-MON-RRRR' scope=BOTH ;
alter SYSTEM set nls_date_format='DD-MON-RRRR' scope=BOTH
*
ERROR at line 1 :
ORA-02096: the initioalisaion parameter indicated is not modified with tis option
Please any one have answer how can i change this format help me.