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

Home -> Community -> Mailing Lists -> Oracle-L -> what's the size of a date field?

what's the size of a date field?

From: elain he <elainhe_at_hotmail.com>
Date: Mon, 06 Oct 2003 10:44:24 -0800
Message-ID: <F001.005D22D5.20031006104424@fatcity.com>


Hi,
I'm trying to figure out the size (in bytes) of a DATE column. Executing the three queries below returned me three different values. Is there any way of finding the size of a date column in the database?

Thanks.

elain

select * from testing;
DOB



06-OCT-03 desc testing
Name Null? Type
select avg_row_len from user_tables where table_name='TESTING'; AVG_ROW_LEN

         11

select data_length from dba_Tab_columns where table_name='TESTING'; DATA_LENGTH


          7

select length (timestamp) from abc;
LENGTH(TIMESTAMP)


                9

_________________________________________________________________
Get McAfee virus scanning and cleaning of incoming attachments. Get Hotmail Extra Storage! http://join.msn.com/?PAGE=features/es

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: elain he
  INET: elainhe_at_hotmail.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Oct 06 2003 - 13:44:24 CDT

Original text of this message

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