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

Thread: date column size

  1. #1
    Join Date
    Nov 2000
    Posts
    169

    date column size

    In 8.1.7.4, what is the length of a date column?

  2. #2
    Join Date
    Jan 2003
    Posts
    78
    The DATE datatype can update, insert, or retrieve a date value using the Oracle internal date binary format. A date in binary format contains seven bytes, as shown below:

    BYTE 1 2 3 4 5 6 7
    Meaning Century Year Month Day Hour Minute Second

    Example (for 30-NOV-1992, 3:17 PM)
    119 192 11 30 16 18 1
    HTH.
    Shripad Godbole
    OCP DBA (8,8i,9i)

    "Let's document it and call it a feature."

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