Wednesday, 21 May 2014

What are the default parameters we will get to shell script while running from the concurrent program.

Below are the Default parameters we will get to shell script file while running through concurrent program


$0 - Shellscript name 

$1 - Oracle Data Base username/password 

$2 - User_id 

$3 - Oracle Applications username 

$4 - Concurrent request id 
Also from $5, $6 ..... will be the shell script arguments.

No comments:

Post a Comment