Is there an easy way to declare a dynamic array in Oracle PL / SQL?
I need to use an array that can contain 100,000 numbers, and at other times I need to store only 3 numbers
There are three types of collections in PL / SQL. Only varrays has a fixed maximum number of elements. If instead you use a nested table or PL / SQL Collections and Entries
varrays
Source: https://habr.com/ru/post/983538/More articles:AsyncTask and IllegalArgumentException - androidEmpty content in spring mvc test - springCorresponding vector of default values ββusing match.arg () with or without error [R] - functionORA 06533: subscript counting out of bounds account - oracleLayout from the status bar - Android Lollipop - androidMIME type for shader code - mime-typesConvert Web.Config in Visual Studio 2013 - How to disable automatic formatting / line breaks? - c #Crashlytics Gradle Plugin - Additional taste options do not work - androidHow to fix a position: relative when using translation - csshow to make maven plugin release skip tests? - mavenAll Articles