Link to home
Start Free TrialLog in
Avatar of mahjag
mahjag

asked on

calling package from unix writing log files.

I have a problem when I have a unix script calling oracle package and I want to write the result to a log
assume package first has 2 param's
so I have a k shell to call
sqlplus -s $LOGIN << EOF
execute first(first param,second param) > $MYDIR/log/first.log
EOF
I get an error that > is not accepted inside the execution - how will i then record the message in the log?
ASKER CERTIFIED SOLUTION
Avatar of Sean Stuber
Sean Stuber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial