Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: INIT.ORA Parameters
"Mark Cilia" <oracle_at_waldonet.net.mt> schreibt: > Hi
>
> What INIT.ORA parameters do I have to change so that when I execute the
> command select (sysdate) from dual, I will get the date in dd-mon-yyyy
> format
>
>
> Regards
>
>
use NLS_DATE_FORMAT = 'dd-mon-yyyy' in INIT.ORA or alter session set nls_date_format = 'DD-MM-YYYY:HH24.MI'; in 1. login.sql
I hope it helps.
Regards Michael
Received on Wed Jan 21 1998 - 00:00:00 CST
![]() |
![]() |