Category datapump

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 #…

Using DataPump (aka expdp) to Export a Database

I’ll write up a sister script to be used for import [sourcecode language=”bash”] #!/bin/bash #=================================================================================== # # FILE: expdp_helper.sh # # USAGE: Run from command line # # DESCRIPTION: DataPump Export of database # OPTIONS: # REQUIREMENTS: # AUTHOR: Matt…