CR Shell script missing username/password paramater
Hi,
I have created a shell script which runs as a concurrent request from Oracle. I have followed the instructions as per Doc ID 29086.1 How To Run Shellscripts as Concurrent Jobs in Release 10.
Everything is working perfectly.
The script describes default parameters I can use:
$0 - Shellscript name
$1 - Oracle username/password
$2 - User_id
$3 - Oracle Applications username
$4 - Concurrent request id
Parameters $0, $2, $3 and $4 are present and working correctly.
I am creating another script which needs to log into the database. I have checked and parameter $1 is coming up as blank. According to the MOS document it should be the username and password.