DataPump — Export & Import Scripts
Use these 2 scripts together and you should be good to go… Here’s the DataPump Export Script [sourcecode language=”bash”] #!/bin/bash #=================================================================================== # # FILE: expdp_helper.sh # # USAGE: Run from command line # # DESCRIPTION: DataPump Export of database #…