Protecting test data to move to Production
After my Production instance (upper stream) is cloned, we don't want interface data to be accidentally transferred from the cloned instance to downstream Production instance. How can we achieve this knowing the fact that we have file based transfer(FTP) in place which takes the interface data, transform it in a flat file and transfer it to downstream?
Regards
Bhavesh