Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> About Return more tables from a PL/SQL procedure
I am converting some Stored Procedure from T-SQL to PL/SQL.
The T-SQL procedure return many table from database,
and it is called from JDBC.
how can PL/SQL do something like this ??
Most of examples on web using a PL/SQL function which return a REF CURSOR, but this can only return one table.
Thanks for your help. Received on Thu Jul 08 2004 - 05:45:43 CDT
![]() |
![]() |