Migrating application configuration stored in Oracle

Viewed 6

First some background. We have an application that is highly configurable by the end user. Our customers typically will be running multiple instances, so keeping the configuration they have made in sync is difficult. The configuration is stored in several (fewer than 20) database tables. What I would like is some way to diff and merge these items. Does such a tool exist or has anyone built a solution for this kind of problem that would be willing to share the approach? This is a difficult problem to search for, as most hits are for comparing the actual configuration of the database.

0 Answers
Related