ORA-01841: Error
634535Aug 19 2008 — edited Aug 20 2008When i am trying to access a date column in one table i am getting following error.
ORA-01841:(full) year must be between -4713 and +9999, and not be 0
select * from table where column='03-MAR-08'
Datatype of column is DATE.
Pls help me in this.