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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Selecting nvarchar2 from a table function results in ORA-12714

Re: Selecting nvarchar2 from a table function results in ORA-12714

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 23 Feb 2006 08:50:43 -0800
Message-ID: <1140713426.658757@jetspin.drizzle.com>


Bobsparks_at_excite.com wrote:
> Here is concise test case it shows that while the function works from
> the sql prompt it cannot be compiled into a procedure once the type has
> a nvarchar2

Seems to me, from your example, it doesn't work as a VARCHAR2 either. Why are you making a point of NVARCHAR2?

The error message returned is:
2/1 PLS-00201: identifier 'TYPES.CURSORTYPE' must be declared

Seems like that indicates a direction to go.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Feb 23 2006 - 10:50:43 CST

Original text of this message

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