EBS Customizations (MOSC)

MOSC Banner

Parameters to a Host Program

in EBS Customizations (MOSC) 2 commentsAnswered ✓

hi All,

I am passing 7 parameters to a shell script which is configured as a Host Concurrent Program.

For some reason the first 4 params are being printed as some standard values like apps server password, the userID of the server logged in person, username etc.

Only from the 5th param is where I am getting my actual passed values.

Is there any reason for this? I have worked with something similar before and the params being passed used to come correctly for $1 to $5.

Below in my code:

#!/bin/ksh

#. /r01/app1/EBSapps.env run

LogT ()
{
echo "$(date '+%d-%h-%y %r') : $* "

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center