Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Passing Unix Vars to a Stored Procedure
I need to pass Unix variables to a PL/SQL Stored Proc.
I call the procedure like so (I've ommited the sql logon info etc):
@proc.sql $1 $2 $3
But how do I access these in my Stored Proc?
What is the notation for assigning a Unix var to a Stored Proc IN Var?
Thanks in advance. Received on Fri Jan 03 2003 - 09:26:35 CST
![]() |
![]() |