Manikandan
03-27-03, 07:46
| Hi, I have one shell script (Korn shell). In which am calling an oracle procedure which returns an output parameter. I need to use this parameter inside my shell script. What could be the solution for this????? :confused: |
View Full Version : getting output parameter of proc inside shell scripts
| Hi, I have one shell script (Korn shell). In which am calling an oracle procedure which returns an output parameter. I need to use this parameter inside my shell script. What could be the solution for this????? :confused: |
| Hi, Thanks a lot... Suppose, I have the shell script like this: cd $RD sqlplus $UID/$PWD<<!> aio.log exec PROC_GET_PARM ! Inside this how can i use this..I am not clear with your answer. Please reply |