We have a few of our Database Columns defined with the MONEY Data Type.
We don't want to go down a rabbit hole and step on any land mines here.
What all is involved for converting an existing Database Table and its data columns defined as the MONEY Data Type?
Do we have to manipulate things around to Data Pump and Convert the existing Data to a Staging Table and then DROP and Re-CREATE the existing Table enhancing for the New Non-MONEY Data Type and what should the Data Type be defined as?
Is there any easy way to convert the Data Column Data Types and the data will be alright?