The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
187 views

Oracle 10g using collection with sql

I have a stored procedure that takes collection of objects. (TABLE OF MyCustomType). Inside the procedure I'm trying to join this parameter with real tables. For example, something like create or ...