Link to home
Start Free TrialLog in
Avatar of taniatangri
taniatangri

asked on

How to Call Oracle stored function within shell script

I am trying to write a shell script that should call an Oracle stored function. Some values needs to be passed to this function, and it would also return one value. Please help me on it.
ASKER CERTIFIED SOLUTION
Avatar of stefan73
stefan73
Flag of Germany image

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
(Be aware that anyone can see your user and password using the "ps" tool this way)
SOLUTION
Avatar of dsacker
dsacker
Flag of United States of America image

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
Avatar of manav_mathur
manav_mathur

Taniatangri,

Do you want to pass UNIX variables to your Oracle SP??
and do you want the oracle returned values in UNIX too?? Coz then the scenario changes

Manav