I am trying to find a solution that I can hopefully implement a regression test from one oracle database against another oracle DB via data.
Example: Database A adds a table, I want to take the data from database A and import it into database schema B. This will ultimately fail and I will know there was a change of some kind and can correct it.
I would like to automate this in Jenkins is possible for a nightly test. I found several paid versions but at this point in the project that is not necessary.
I am using Liquibase but I was unable to find a plugin for Jenkins. I am aware Sql Developer can do this but I want this to be automated.
If anyone has any past experiences or know any tools I would great appreciate the advice.