Oracle 9i Data Type

Source: Internet
Author: User

Oracle 9i provides 16 scalar data types, as shown in Table 7.4.
Table 7.4 scalar Data Types of Oracle 9i

Name Description
Char Used to describe the fixed-length bytes data. The length is <= 2000 bytes.
Varchar2 Used to describe variable-length bytes of data. The length is <= 4000 bytes.
Nchar It is used to store the fixed-length bytes data of the Unicode character set. The length is <= 1000 bytes.
Nvarchar2 Used to store variable-length bytes data of the Unicode character set. The length is <= 1000 bytes.
Number Used to store integer or floating point values
Date Used to store date data
Long Used to store variable-length character data with a maximum length of 2 GB
Raw Long character data used to store unstructured data. The length is <= 2000 bytes.
Long raw Long character data used to store unstructured data. The length is <= 2 GB
Rowid It is used to store the binary data of the physical address of the column in the table, occupying 10 fixed bytes.
Blob Used to store up to 4 GB of unstructured binary data
Clob Used to store up to 4 GB of character data
Nclob Used to store up to 4 GB of UNICODE character data
Bfile Used to store unstructured binary data in operating system files other than databases
Urowid Stores binary data that represents any type of column address.
Float Used to store floating point numbers
 

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.