changing v$nls_parameters
Hi,
I need to change the value in v$nls_parameters;I can execute alter session command but the change is for the current session.If i want to change it permanently..what would the command????
I executed :Alter session set nls_date_format='DD.MM.YYYY';But if i use alter system it returns an error.
Please suggest me....