Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Input array string
Daniel Morgan <damorgan_at_x.washington.edu> wrote in
news:1075246331.458507_at_yasure:
> roger wrote:
>
>> That's a handy reference page with some interesting info. >> Unfortunately, it doesn't address the question the poster is asking. >> >> He is saying that he's got some application with an array of >> values that he wishes to pass to a stored procedure, for use >> in an SQL statement IN clause. >> >> Nothing about using the InStrTab table type is going to help >> him to pass those values to the stored procedure.
Yes. I agree. You can pass an array to a PL/SQL procedure *from another PL/SQL procedure*
And the sample you reference above demonstrates that just fine.
What it doesn't attempt to show is how one would invoke that stored procedure *from a host application* which is, I think, the underlying problem the original poster was asking about.
I believe it might be possible if you use OCI and OTTI, but forget it with .NET and I suspect JDBC.
Come to think of it - I'm not sure about JDBC, I haven't used it in a long time.
Anyone know if that would work out? Received on Tue Jan 27 2004 - 17:55:26 CST
![]() |
![]() |