(remote) Data pump command
Hi All -
This discussion is a bit of a variation of another of mine: . First off, thanks for those ideas/replies. I will circle-back and mark as correct/helpful.
The variation is that the requirements have changed a bit. So, I've had to make some updates. The idea is that the script should take two parameters (username & password). These would be passed by a third-party application/tool. The script is located on an application tier host. So, we are using Oracle client software to connect to the remote database server.
Here's what is happening to me:
Script:
#!/bin/ksh
###############################################################
# Script to import data using Data Pump using a database link #