Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Stored Proc returns dataset - how to see results in SQL+?
If you have a stored procedure in Oracle 9.2 and it returns a result
set, can you see what that result set looks like in SQL+?
Something like:
select * from (ExecProc(MY_PROC_NAME(1,2,3,4))) ?
Thanks for any tips!
Dean Received on Fri Apr 07 2006 - 13:50:41 CDT
![]() |
![]() |