Probably about 300K rows. Using SQL and/or PL/SQL.
Would it be best to copy/convert into an interim format in a temporary table, work on it and then import it back in?
The updated data would need to remain as a 'long' datatype because we don't have the resources (or inclination) to fix the DB.
Thanks.