Hi,
I have a 9i system with 9,000,000 records in - we have discovered all dates have been built as timestamp type.
Really need to store Date type.
Can someone advise on how best to do this - I am thinking about using PLSQL, & trying to loop through all table.columns checking for timestamp type, if found create a temp field of type date, to_char(timstamp), update the records, drop timestamp column, rename temp date field to column name.
Is this the best course of action?
Many thanks,
Dawn
I have a 9i system with 9,000,000 records in - we have discovered all dates have been built as timestamp type.
Really need to store Date type.
Can someone advise on how best to do this - I am thinking about using PLSQL, & trying to loop through all table.columns checking for timestamp type, if found create a temp field of type date, to_char(timstamp), update the records, drop timestamp column, rename temp date field to column name.
Is this the best course of action?
Many thanks,
Dawn