Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Urgent!! Date format change
Hi all,
I want to use the date format like this "DD-MM-YYYY HH24:MI:SS" but I need
use the sql
"alter session set nls_date_format='DD-MM-YYYY HH24:MI:SS" to setup the
environment every time I login.
I have try to add the following format in init.ora file but it did not work. The string I add is NLS_DATE_FORMAT="DD-MM-YYYY HH24:MI:SS" Is there elsewhere I need to change? I want to change it permanently in server side. Or this parameter can only be changed in client side. Please give me some hints.
Thanks a lot.
Regards,
Mike Ng
Received on Fri Apr 07 2000 - 00:00:00 CDT