Hi,
I am given the task of migrating oracle8i database to oracle9i. everything is going fine except one thing.
At the application level,
java programming is used which converts the date data into timestamp type and then stores the data in database as date as oracle8i does not have timestamp datatype.
Now when i import the data from oracle8i database into oracle9i database withaout any changes,it given me the metadata error that it requires type 31 whereas it is getting type 32.this error is resolved though,when i change the datatype from date to timestamp in oracle9i.
Please can you help me with this problem,i dont want to change the datatype in oracle9i from date to timestamp as that requires lot of work when importing data from oracle8i to oracle9i as it is a daily job of importing,any structural changes at that time looks very risky and unneccessary.
Thanx a million in advance.
VS