Hello i have a requirement to pass a list as a input for oracle stored procedure ?
Plz provide me an example????
Printable View
Hello i have a requirement to pass a list as a input for oracle stored procedure ?
Plz provide me an example????
I don't know the answer to your question, and if I did, I'd probably direct you to a tutorial or two, but I did want to commend you on an amazing posting history. It's simply incredible. Please keep up the good work!
What's in the List?
Presumably it's a List of a single class?
List contain and object array..
List list<Object[]>
Then you have no hope.
How could you write the stored procedure for starters?
Oracle SPs cannot accept a parameter of AnyType.