Introduction of SQL Oracale 2
Introduction of SQL Oracale 2
Each value manipulated by Oracle Database has a data type. The data type of a value
associates a fixed set of properties with the value.
1. Numerical Datatypes
Oracle offers several numerical datatypes, including
NUMBER is used to store numeric values with high precision
INTEGER is used to store whole numbers
FLOAT is used to store approximate numeric values.
2. Character Datatypes
Oracle has 8 character datatypes
CHAR
NCHAR
VARCHAR
VARCHAR2
NVARCHAR
CLOB
NCLOB
LONG
3. Date and Time Datatypes
Oracle provides two datatypes for date and time information:
DATE is used to store date and time information
TIMESTAMP is used to store more precise date and time information.
INSERT
UPDATE
DELETE
LOCK
CALL
Step 4: click one of zip link according to your system bits (64bits ,32bits )
Step 5: Go to file location where you download oracle zip file
Select one zip file and click right button of your mouse
Then click on Extract All
Step 8: Click Yes in the User Account Control window to continue with the installation.
Step 8 : Enter email and password that created on oracle
Then click Next
Step 13: Enter global database name .Again make a strong password for Administrative.
Select create as container database then enter database name. then clink Next
Step 14: Review the settings and click Install.
Note: Depending on your firewall settings, you may need to grant permissions to allow java
to access the network.