| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: jump 2 next iteration of FOR loop
> i wanna pass a table as a parameter to a function
> how do i go abt doin' this??
> CREATE OR REPLACE FUNCTION blah(tblname IN ........)
> plzz help
> Thnx!!
Define the parameter as a REF CURSOR, and invoke the function with the parameter CURSOR(select * from tblname).
HTH Daniel Received on Thu Apr 08 2004 - 09:30:32 CDT
![]() |
![]() |