Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Testing Stored Procedures with OUT-Parameter in QSL*Plus
> try this in SQL*Plus
>
> var a number;
>
> exec MY_STORED_PROCEDURE(:A, 1,2,3,'A', 'B', 'C');
>
> select :A from dual;
That's it! Thank you!
-- ================== Lars Steinmetz ==================Received on Thu Sep 19 2002 - 00:49:30 CDT
![]() |
![]() |