Passing the Oracle user id and password to a shell script that is not called from a concurrent reque
I am setting up a printer driver.
For the arguments I have $XXCUST_TOP/bin/EMAIL.sh $PROFILES$.CONC_REQUEST_ID 30 &
I want to pass the request id to the shell script EMAIL.sh
The problem is, I need to also pass the oracle user id and password. The values in the $1 of a concurrent request when it calls a shell script.
Is there a way to do this?