Tuesday, February 5, 2013

Oracle Datatypes 11g

Oracle Datatypes 11g



DataType Description
Varachar2Variable length character String
NVARCHAR2Variable length unicodecharacter String
NumberVariable length character String
FloatVariable length character String
LongCharacter Data upto 2GB
DateSimple Date from jan 1 4712 to Dec 31 9999
BINARY_FLOATSimple Date from jan 1 4712 to Dec 31 9999
BINARY_DOUBLESimple Date from jan 1 4712 to Dec 31 9999
TIMESTAMPYear month day hour minute second and fractional seconds upto 9 digit precesions
TIMESTAMP [(fractional_seconds)] WITH TIME ZONEYear month day hour minute second and fractional seconds upto 9 digit precesions and Time Zone Information
TIMESTAMP [(fractional_seconds)] WITH LOCAL TIME ZONE•Data is normalized to the database time zone
INTERVAL YEAR [(year_precision)] TO MONTHStores period of time in years and months.

No comments:

Post a Comment