jbpelletier
Programmer
hi,
our server use this date format : DD-MON-RR
and i whant to use this statement at the begining of a pl/sql script to change the date format .. but only for that script...
>> alter session set nls_date_format='DD-MM-RR';
will other user (doing other thing on that oracle server) be affect by this statement or only "me"..?
once the script is done my "sesion" end (i use a disconect and quit statement)
do i need to re-alter again with DD-MON-RR before quiting?
tanx
jb
our server use this date format : DD-MON-RR
and i whant to use this statement at the begining of a pl/sql script to change the date format .. but only for that script...
>> alter session set nls_date_format='DD-MM-RR';
will other user (doing other thing on that oracle server) be affect by this statement or only "me"..?
once the script is done my "sesion" end (i use a disconect and quit statement)
do i need to re-alter again with DD-MON-RR before quiting?
tanx
jb