Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle and dynamic array of integer

tdobeJun 5 2022

Hi,
Is there any option for dynamic arrays e.g. with numbers so that I can: add value, delete them and use such an array in a SQL statement in a stored procedure, e.g:
select * from my_table where val in (myArray)?
is there any solution for this?
Thx;)

This post has been answered by Solomon Yakobson on Jun 5 2022
Jump to Answer
Comments
Post Details
Added on Jun 5 2022
10 comments
2,737 views