I have a question that you guys may have an answer to. At our project we have to test our functionality with different types of data (in this case, converted data) and to do that, we produce test data (anonymized production data) where we simulate a real conversion of data. To transfer the data from our physical environment onto the testers environment we are currently using a Jenkins pipeline, which copies our instance of Oracle and deploys it onto the test environment.
This method has proven error prone and tedious for various reasons, which is why we are investigating an alternative method. This is where you come into the picture.
Do some of you have experience with creating PKG's that can automate the creation and deploy of data using the "Cart" in Oracle?
As I understand the Cart just creates my test data as INSERT statements, but I would like to know if this process could be done in a PKG as to automate the process and just call this PKG when having to copy and deploy the data for testing.
Any help on the subject would be greatly appreciated.
// Daniel