Hi Experts,
I was looking into
NLS_DATE_FORMAT doc
here</b> and got a doubt.
When i tried changing this parameter value in
v$parameter keeps the value only for that session. Starting a new session doesn't have this value.
-- "previously : DD-MON-RR"
alter session set NLS_DATE_FORMAT = "DD-MON-RR hh24:mi:ss"
Is there any way this can persist permanently and not just session specific?
Thanks.