Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Altering session
Hello Alain,
when you execute command ALTER SESSION... your date format is changed
for the duration of SQL*Plus sesssion.
As far as I know it is not not stored. You can check out the format by
SELECT SYSDATE ... before and after altering your SQL*Plus session.
"Default" format of date, checked before:
SQL> select sysdate from dual;
SYSDATE
Session altered.
"New" format of date:
SQL> select sysdate from dual;
SYSDATE
Hope that helps
Manuela Mueller
Received on Mon Jul 16 2001 - 06:30:20 CDT
![]() |
![]() |