How to convert data from paradox to oracle
without using sqlloader ?
Is there any tool which converts?
Can Migration work bench convert from paradox to oracle?
This process should be regular i.e. Twice a week..
Is there any ETL tools are available like oracle datawarehouse builder which will convert this data?
It's been a while since I used paradox, but the gist of it would be something like:
1. create tables on oracle database
2. attach the tables to your paradox database
3. perform an insert/append query from your paradox table to your attached oracle table
Bookmarks