Can any one tell me if its possible to create a stored procedure in oracle which accept array as an input parameter and how ?
Oracle – how to create a stored procedure in oracle which accepts array of parameters
arraysoraclestored-procedures
Related Question
- Javascript – How to append something to an array
- Javascript – How to insert an item into an array at a specific index (JavaScript)
- Sql – Insert results of a stored procedure into a temporary table
- Javascript – How to create a two dimensional array in JavaScript
- Javascript – Sorting an array of objects by property values
- Sql – Function vs. Stored Procedure in SQL Server
- Javascript – How to check if an object is an array?
- Javascript – How to remove a specific item from an array
Best Solution
Yes. Oracle calls them collections and there's a variety of collections you can use.
A simple array example using a VARRAY.