|
| ||||||||||
| Tags: data types, datatypes, oracle, oracle data types, oracle datatypes |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| What are the the different Data Types available in Oracle?
I am going to start the study of Oracle. So before that I want to be aware about the different data types which are available in the Oracle. To define the any variable you should know the it's data type. If you have sound knowledge about the data types of Oracle then let me share with me. I would greatly appreciate your help. |
|
#2
| ||||
| ||||
| Re: What are the the different Data Types available in Oracle?
Hi friend, I am aware about the following data type of Oracle:
|
|
#3
| ||||
| ||||
| Re: What are the the different Data Types available in Oracle? CHAR(Size): This data type is used to define character data Fixed length. It's maximum size is 2000 bytes. NCHAR(size): This data type is used to define national character set data. It's maximum size is 2000 bytes. BINARY_INTEGER: It is used to define signed integers. It is the older older version of PLS_INTEGER. DATE: It is used to define data of date format. |
|
#4
| ||||
| ||||
| Re: What are the the different Data Types available in Oracle?
Hello friend, The basic Datatypes of oracle is comprises Numeric, DATE, Character, LOB Datatype. There are number of sub-datatypes are available for these datatypes. The Numeric datatypes divided into NUMBER, BINARY_FLOAT, BINARY_DOUBLE, FLOAT. The Character datatypes divided into VARCHAR2, VARCHAR, NLS_LENGTH_SEMANTICS, SUBSTR, NLS_LENGTH_SEMANTICS, NCHAR, NVARCHAR2. I hope it will depict the basic dataypes available in Oracle. |
|
#5
| ||||
| ||||
| Re: What are the the different Data Types available in Oracle?
Refer following given oracle datatypes with it's maximum range:
|
|
#6
| ||||
| ||||
| Re: What are the the different Data Types available in Oracle?
Hi friends, Following are the number of Oracle data types:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "What are the the different Data Types available in Oracle?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Different types of data transfers in usb | Eru | Hardware Peripherals | 5 | 05-02-2010 10:22 AM |
| Different types of data bus in computer | CAILYN | Hardware Peripherals | 5 | 29-01-2010 05:39 AM |
| Different types of data storage | Aloke | Hardware Peripherals | 5 | 06-01-2010 01:10 AM |
| What are the types of DATA in a SQL Database | Doroteo | Software Development | 3 | 06-11-2009 09:09 PM |
| Data Types in MySQL | Jacek01 | Software Development | 2 | 10-02-2009 02:08 PM |