Paul Rowe wrote:
It is very efficient as it takes place entirely in memory. You'll see
almost no performance hit doing it.
There is and it was posted here on the usenet within the last 60 days or
so. Likely also you will find it at asktom.oracle.c om.
--
Daniel Morgan
damorgan@x.wash ington.edu
(replace 'x' with a 'u' to reply)
I have questions regarding PL/SQL Collections:
>
1. Is there an easy way to concatenate two like-typed collections
together? I have to use a FOR LOOP which may not be efficient.
>
1. Is there an easy way to concatenate two like-typed collections
together? I have to use a FOR LOOP which may not be efficient.
almost no performance hit doing it.
>
2. Is there an anyway to put a collection into an IN clause? For
instance, if I have a collection of varchar2 objects, and I want to
execute a query like SELECT * from aTable where identifier IN
<collectionIs there an efficient way to do this?
>
sincerely,
>
paul@paulrowe.c om
2. Is there an anyway to put a collection into an IN clause? For
instance, if I have a collection of varchar2 objects, and I want to
execute a query like SELECT * from aTable where identifier IN
<collectionIs there an efficient way to do this?
>
sincerely,
>
paul@paulrowe.c om
so. Likely also you will find it at asktom.oracle.c om.
--
Daniel Morgan
damorgan@x.wash ington.edu
(replace 'x' with a 'u' to reply)
Comment