GET VALUE FROM ORACLE PROCEDURE AND DISPLAY IN UNIX VARIABLE
All,
I need help with unix script Ive written that calls oracle procedure which has out parameter as ...PROC1(PARAMS OUT VARCHAR2) ...
so when called from shell script i want to pass and display the value of PARAMS in unix script. How do i go about this? thanks in advance.