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: Is this possible with "execute immediate"

Re: Is this possible with "execute immediate"

From: Jeremy <jeremy0505_at_gmail.com>
Date: Wed, 26 Apr 2006 14:40:52 +0100
Message-ID: <MPG.1eb988b5dc6e5f9898a196@news.individual.net>


In article <1145949635.345961.308770_at_u72g2000cwu.googlegroups.com>, steph says...
> as far as i know you can't pass collections as parameter of execute
> immediate. maybe you can change your procedure(s) in a way that it
> don't needs the parameter - with a package that handles these
> collections and your procedure(s) accessing this package (or being part
> of this package).
>
> stephan
>
>

I don't see how it can be done - trying to compile proc where it refers to an array variable in the using clause results in an oracle error ora- 00457 - expressions have to be of SQL types.

I am a bit stuck at the moment....

cheers

-- 

jeremy
Received on Wed Apr 26 2006 - 08:40:52 CDT

Original text of this message

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