

|


Question:
How does Oracle store the DATE datatype internally?
Answer:
Oracle stores data in a proprietary format. It uses 7 bytes for Data storage and 1 byte is used for the length data.
The following is the mapping of the oracle's date type
Byte 1 -> Century Byte 2 -> Year Byte 3 -> Month Byte 4 -> Day Byte 5 -> Hour Byte 6 -> Minute Byte 7 -> Second
submitted
by:
Uday B
|
|