Declare dynamic array in Oracle PL/SQL -


is there easy way declare dynamic array in oracle pl/sql?

i need use array can contain 100,000 numbers , other times need store 3 numbers

there 3 types of collection in pl/sql. varrays have fixed maximum number of elements. if use nested table or associative array instead, can add many element want.

for further reading: pl/sql collections , records


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -