The DB2 version I have is DB2 v9.5.0.5 (Fixpack 5). The Oracle version I have is Oracle Database 11g Enterprise Edition 11.2.0.2.0. DB2 offers command line tools which helps us in extracting the DDLs of all the entities in the DB2 database.DB2 also offers tools to create INSERT statements in DB2 language. Now, I have to convert this DB2 specific insert statements into Oracle specifc Insert statements. In fact, we can assume that the schema in Oracle is already present. So the requirement is to move the data from DB2 to Oracle using SQLPlus commands.
Thanks,
Fighter