Hi,
In our application we are retrieving data from sybase db table to Oracle db table, in which one column is date format.
In sybase we use it as datetime and in oracle timestamp.
It is storing values perfectly till the year of timestamp value is 2049. But if it goes beyond that it stores as 19XX, for example if the sybase table is having date as 2057-05-11 00:00:00.0, but after stored to oracle db, it has been converted to
to_char(date,'RRRR/dd/MM') - 1957/05/11.
Has anyone faced a simillar issue like this?
Please help me to resolve this,
Regards Subash
|