Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Using variable withing shell scripts for calling Oracle DB procedures
Hello :
I want to pass variables to oracle procedures.
I tried the following script, but it failed.
execute package.proc($first_var,'two','three'); END exit 0
If I replace $first_var in the execute statement by a static string, the script works. What is the syntax for passing variables within shell script to oracle procedure?
Thanks in advance.
![]() |
![]() |