If you are manually doing the conversion, one column at a time, then there is no problem. I'm thinking about when you need to convert lots of columns (say over 250,000 columns), like in a PeopleSoft database.
Automated tools have a hard time distinguishing between an I8, an *ix ephoch, and a GIS locator code even though all of them are stored in a 64 bit integer. You could simply "move" the columns to the new database engine, but you'd need a pretty sophisticated ETL tool to read or infer enough metadata to handle them correctly if you wanted to do anything more than just "pick 'em up an' put 'em down" as you went from one database engine to another.
-PatP