Migrating Progress to Oracle Database

aleks001

New Member
Hi Everyone,

I'm an oracle DBA and I need to migrate an OLD Progress database (data) to a new Oracle database. Whats the best way to go about this, I don't know anything about progress, I can't even connect to it lol Our progress database is on a Solaris UNIX 5.8 box. If you could give me some ideas that would be great. Also where can I find some documents on how to use a Progress database on a UNIX box.

Cheers.
 
If there is a (valid ) license on that machine then it's quite easy to dump the data.
Hopefully for you the Progress version is 9.1E or higher. If so, then you just need to get sql access to the database and then you can dump the data with sql92, which seems to more the best way for you to take.

There are many threads here @progresstalk about how to get sql access to a progress database.

HTH,
Casper.
 
Back
Top