| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: refcursor for pipeline table function?
Ganesh Raja wrote:
>
> See if this Helps....
<snip>
> cursor cur_dummy is
> select *
> from Table(Cast(ttab(NULL,NULL) as ttab));
> type trefcur is ref cursor return cur_dummy%rowtype;
Thanks! Based on your input I got it to work with this ...
cursor cur is select * from table(ttab()); type trefcur is ref cursor return cur%rowtype;
Thanks again,
Richard
Received on Tue Jun 10 2003 - 00:26:04 CDT
![]() |
![]() |