Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Any tools to rollback schema change and map new data to old schema?

471462Sep 20 2006 — edited Sep 21 2006
What is the best way to rollback a schema change, but preserve the data that is in the new schema?

We are updating an application for a customer, however the customer would like to rollback to the old application if after a few days they run into a critical problem.

The application schema is changing - not a lot, but a number of tables will have extra columns.

To rollback, one would have to re-create the original schema and load data into it from the updated schema.

I thought that the Migration toolkit/workbench might have been able to do this for Oracle --> Oracle migrations, but it appears to only support non-Oracle Database migrations to Oracle.

Are there any oracle tools in say OEM or elsewhere that can handle data transformations?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2006
Added on Sep 20 2006
2 comments
3,563 views