Problem with Date datatype in oracle
i create a table emp in oracle as below
create table emp(eid int,ename varchar2(30),esal long,edoj date);
when i insert data in this table it is showing problem in date datatype
how can i handle this
plz assist me ....