Database Migration IBM BS2 UDB (LUW) to Oracle using SQL Developer
Good day,
I am going to migrate a customer database from IBM DB2 UDB 9.5 (LUW) to Oracle 12c. I try to use the SQL Developer for this migration, as it is listed to be able to (Supported Migration Platforms). The headline of the demo IBM DB2 Migration is stating the same, but they are demoing a sybase migration.
I followed all the steps as mentioned in the documents and demo, but it is failing to create any tablespace and tables, because the script does not have a 'create tablespace' sql inside. Therefore the process is going to create the tables in tablespace 'USERS' which will for sure fail.