Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle pipelined table function table row type query
On Sun, 13 May 2007 06:51:21 -0700, Barry Bulsara wrote:
> CREATE OR REPLACE TYPE typTest AS TABLE OF test1%ROWTYPE;
This will not work. You first have to define type to mimic the rowtype and then to create type with table of that.
-- http://www.mladen-gogala.comReceived on Sun May 13 2007 - 11:58:38 CDT
![]() |
![]() |