DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Default Date Format

  1. #1
    Join Date
    Dec 2000
    Location
    Virginia, USA
    Posts
    455
    Where can I change the default date format of the database to DD/MON/YYYY

    Thanks in advance.

  2. #2
    Join Date
    Aug 2000
    Posts
    194
    in the init.ora file you can add the following line.

    nls_date_format = "DD/MON/YYYY"

  3. #3
    Join Date
    Feb 2001
    Posts
    184
    If You want to Change the date format for the current session only then use this

    Alter session set nls_date_format = 'DD-MON-YYYY';

    This will help you.

    Thanks..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width