Oracle Data Type

Source: Internet
Author: User
Char fixed length character fields, up to 2 000 bytes
The fixed-length character field of the nchar multi-byte character set. The length varies with the character set. It can contain a maximum of or characters.
Varchar2 can contain up to characters
The variable-length character field of the nvarchar2 multi-byte character set. The length varies with the character set. It can contain a maximum of or characters.
Date is used to store the fixed-length (7 bytes) character fields of all dates. Time is stored as part of the date. Unless you replace the date format by setting the nls_date_format parameter of the init. ora file, the date is expressed in DD-MON-YY format during a query, for example, 13-apr-99 represents
Number Variable Length Value column. The allowed values are 0, positive, and negative. The number value is usually stored in four or fewer bytes.
Long Variable Length character field, maximum length can be 2 GB
Raw indicates the variable-length character field of binary data, up to 2 000 bytes
Long raw indicates the variable-length character field of binary data. The maximum length is 2 GB.
Mlslabel is only used for trusted oracle. This data type uses 2 to 5 bytes per row.
Blob Binary large object with a maximum length of 4 GB
Clob character large object with a maximum length of 4 GB
The clob Data Type of the nclob multi-byte character set. The maximum length is 4 GB.
Bfile external binary file, size determined by the operating system
Rowid indicates the binary data of rowid. The value of Oracle 8 rowid is 1 0 bytes,
Urowid is the binary data used for data addressing. The maximum length is bytes.

Http://blog.csdn.net/onlysql/archive/2006/03/28/642051.aspx:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.