Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle pipelined table function table row type query

Re: Oracle pipelined table function table row type query

From: Mladen Gogala <mgogala.SPAM_ME.NOT_at_verizon.net>
Date: Sun, 13 May 2007 16:58:38 GMT
Message-ID: <pan.2007.05.13.16.58.38@verizon.net>


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.com
Received on Sun May 13 2007 - 11:58:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US