Để tối ưu trong việc lưu trữ thì Oracle phân chia dữ liệu thành nhiều loại khác nhau, mỗi loại sẽ có đồ dài nhất định và phù hợp với từng trường hợp. Chúng ta có các nhóm chính như: character, numeric, date/time, LOB and rowid datatypes.
Vì dịch ra tiếng Việt sẽ dài dòng và khó hiểu nên mình giữ nguyên tiếng Anh nhé.
Mục lục
- 1. Character Datatypes
- 2. Numeric Datatypes
- 3. Date/Time Datatypes
- 4. Large Object (LOB) Datatypes
1. Character Datatypes
Character Datatypes hay còn gọi là kiểu dữ liệu kí tự, nó là kiểu chuỗi và mỗi kiểu sẽ có độ dài khác nhau.
Data Type Syntax | Oracle 9i | Oracle 10g | Oracle 11g |
---|---|---|---|
char(size) | 2000 bytes. | 2000 bytes. | 2000 bytes. |
nchar(size) | 2000 bytes. | 2000 bytes. | 2000 bytes. |
nvarchar2(size) | 4000 bytes. | 4000 bytes. | 4000 bytes. |
varchar2(size) | 4000 bytes. Bài viết này được đăng tại [free tuts .net] 32KB in PLSQL. | 4000 bytes. 32KB in PLSQL. | 4000 bytes. 32KB in PLSQL. |
long | 2GB. | 2GB. | 2GB. |
raw | 2000 bytes. | 2000 bytes. | 2000 bytes. |
long raw | 2GB. | 2GB. | 2GB. |
2. Numeric Datatypes
Data Type Syntax | Oracle 9i | Oracle 10g | Oracle 11g | |
---|---|---|---|---|
number(p,s) | range from 1 to 38. Scale can range from -84 to 127. | range from 1 to 38. Scale can range from -84 to 127. | range from 1 to 38. Scale can range from -84 to 127. | |
numeric(p,s) | range from 1 to 38. | range from 1 to 38. | range from 1 to 38. | |
float | ||||
dec(p,s) | range from 1 to 38. | range from 1 to 38. | range from 1 to 38. | |
decimal(p,s) | range from 1 to 38. | range from 1 to 38. | range from 1 to 38. | |
integer | ||||
int | ||||
smallint | ||||
real | ||||
double precision |
3. Date/Time Datatypes
Data Type Syntax | Oracle 9i | Oracle 10g | Oracle 11g |
---|---|---|---|
date | between Jan 1, 4712 BC and Dec 31, 9999 AD. | between Jan 1, 4712 BC and Dec 31, 9999 AD. | between Jan 1, 4712 BC and Dec 31, 9999 AD. |
timestamp (fractional seconds precision) | number between 0 and 9. (default is 6) | number between 0 and 9. (default is 6) | number between 0 and 9. (default is 6) |
timestamp (fractional seconds precision) with time zone | numberr between 0 and 9. (default is 6) | number between 0 and 9. (default is 6) | number between 0 and 9. (default is 6) |
timestamp (fractional seconds precision) with local time zone | number between 0 and 9. (default is 6) | number between 0 and 9. (default is 6) | a number between 0 and 9. (default is 6) |
interval year (year precision) to month | number of digits in the year. (default is 2) | number of digits in the year. (default is 2) | number of digits in the year. (default is 2) |
interval day (day precision) to second (fractional seconds precision) | number between 0 and 9. (default is 2) | number between 0 and 9. (default is 2) | number between 0 and 9. (default is 2) |
4. Large Object (LOB) Datatypes
Data Type Syntax | Oracle 9i | Oracle 10g | Oracle 11g |
---|---|---|---|
bfile | Maximum file size of 4GB. | Maximum file size of 232-1 bytes. | Maximum file size of 264-1 bytes. |
blob | Store up to 4GB of binary data. | Store up to (4 gigabytes -1) * (the value of the CHUNK parameter of LOB storage). | Store up to (4 gigabytes -1) * (the value of the CHUNK parameter of LOB storage). |
clob | Store up to 4GB of character data. | Store up to (4 gigabytes -1) * (the value of the CHUNK parameter of LOB storage) of character data. | Store up to (4 gigabytes -1) * (the value of the CHUNK parameter of LOB storage) of character data. |
nclob | Store up to 4GB of character text data. | Store up to (4 gigabytes -1) * (the value of the CHUNK parameter of LOB storage) of character text data. | Store up to (4 gigabytes -1) * (the value of the CHUNK parameter of LOB storage) of character text data. |
Trên là danh sách các kiểu dữ liệu trong Oracle, mình cũng không muốn dịch ra tiếng việt vì dài dòng lắm, bạn tự tham khảo nhé.
* KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE trực tiếp từ tôi giúp bạn bước đầu trở thành những chuyên gia DBA, đủ kinh nghiệm đi thi chứng chỉ OA/OCP, đặc biệt là rất nhiều kinh nghiệm, bí kíp thực chiến trên các hệ thống Core tại VN chỉ sau 1 khoá học.
* CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
* Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile/Zalo: 0902912888
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: https://www.youtube.com/@binhguru
👨 Tiktok: https://www.tiktok.com/@binhguru
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhguru
👨 Podcast: https://www.podbean.com/pu/pbblog-eskre-5f82d6
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội
=============================
oracle tutorial, học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,sql tutorial, khóa học pl/sql tutorial, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail,oracle RAC, ASM, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle oca, oracle ocp, oracle ocm , oracle weblogic, postgresql tutorial, mysql tutorial, mariadb tutorial, ms sql server tutorial, nosql, mongodb tutorial, oci, cloud, middleware tutorial, hoc solaris tutorial, hoc linux tutorial, hoc aix tutorial, unix tutorial, securecrt, xshell, mobaxterm, putty