Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Setting date format in Personal Oracle 7

Re: Setting date format in Personal Oracle 7

From: Raxie <raxie_at_aol.com>
Date: 1997/07/27
Message-ID: <19970727215701.RAA26373@ladder02.news.aol.com>#1/1

Set the NLS_DATE_FORMAT parameter in init<sid>.ora file

nls_date_format = yyyymmdd;

You can also change this at the session level in sqlplus using the

   alter session set nls_date_format = 'YYYYMMDD'; command.

Hope this helps Received on Sun Jul 27 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US