JDE Upgrade having different Databases for source & target
We are doing Upgrade from E900 to E910.
E900 has Oracle 11g database while E910 has SQL 2012 database (both on Windows 2008 R2).
We know that using R98403, we can move the tables from Oracle to SQL database (like for TESTDTA, TESTCTL etc)
The reason is : JDE Database Datasource points to one database at a time.
Example : Business Data - TEST points to TESTDTA in orcl (name of oracle database)
We want to know is there any other way to move data (tables) from Oracle (E900 DB) to SQL (E910 DB) without affecting the original table specification.