Data Types in Oracle SQL with examples Data Types in Oracle SQL is used to define the operations that can be used to any variable or any other parameters or any columns. List of Data Types in oracle SQL The below list of important data types in oracle sql are given below :- Character Data types Numerical data types long objects Date and time data types Character Data Types Character Data type is used for string based objects are variables, alphanumeric characters. And this Character Data type can be used in different data type. CHAR VARCHAR VARCHAR2 CHAR Char means Character, it is a data type that used in string of any variables or objects. It is a static data type, so the size of the data type is fixed Performance : Char data type is speed when compared to the VARCHAR2 data type, but memory wise it will consume more. VARCHAR Varchar is also a Character data type used for string of any variables or objects. It is a variable data type, so the size of the data type is not fixed. So this