Reputation: 85
I need to transfer huge amount of data from AS400 to Oracle db. I think to write a java code but I have not developed java for a long time. I think I need to use AS400 and Oracle jdbc drivers at the same time.
Can I write a statement like this:
INSERT INTO ORACLE_DB.TABLE_TARGET SELECT * FROM AS400.TABLE_SOURCE
Upvotes: 0
Views: 1058