Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: a simple PL/SQL question about getting a list of values to output parameters
Paul wrote:
> On Dec 28, 5:47 pm, "sybrandb" <sybra..._at_gmail.com> wrote:
> > However, in that case you are just porting your bad sqlserver habits to
>
> LOL I want to let you know that I don't know sqlserver either. :D
>
> That piece of junk code was just written after digging few hours in the
> god damn PL/SQL reference manual. I am not a DB developer either , what
> I am trying to find out is a quick working solution so that I can leave
> my office ASAP.
>
> > Oracle, and also this forum is not the place for a complete PL/SQL
> > course.
>
> And you know .. I have been searching other web sites for hours BEFORE
> posting a help request message on this forum. If you are not interested
> to help a newbie on just this simple problem, that's fine and please
> just close your browser. Thanks.
>
> > It's all there!!!
>
Hi Paul,
In addition to Frank's suggestions (especially the "reason" question), using a straight cursor another option is to read the values into a client side application Vector/Array in something like Java/C#.
Regards,
Steve
> LOL.... of course it's all there :D
Received on Thu Dec 28 2006 - 09:07:54 CST