Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Call PL/SQL procedure from sqlplus on HP Unix
I'm trying to call an pl/sql procedure from sqlplus on HP unix.
I try the execute command
sqlplus << EOF
sapadm/sapadm2001_at_fwdev
VARIABLE id NUMBER
execute-
:id := SAPADM. SAP_I0040_WIP_QTY_BALANCE;
echo 'id' >> file
It does not work?
Can anyone help?
Received on Tue May 15 2001 - 13:57:29 CDT
![]() |
![]() |