| Author |
Pass ArrayList To Oracle
|
Mazen Mahmoud
Greenhorn
Joined: Oct 25, 2007
Posts: 18
|
|
|
I have an ArrayList of java objects. I want to pass this ArrayList to an oracle stored procedure that will loop over the ArrayList, take objects, and insert objects' parameters to the database. Any Sample?
|
 |
Agador Paloi
Ranch Hand
Joined: Jan 24, 2006
Posts: 116
|
|
|
I think the only way you can do this is to write the stored procedure in Java . Pl/ Sql cant process an Arraylist .
|
 |
Mazen Mahmoud
Greenhorn
Joined: Oct 25, 2007
Posts: 18
|
|
|
Thanks for the reply. I've been able to solve it. I've used ArrayDescriptor from Java and array elements that i've sent to oracle procedure.
|
 |
sravani jetty
Ranch Hand
Joined: Jun 06, 2007
Posts: 38
|
|
Hi Mazen,
Can you give an example of how you used the ArrayDescriptor and passed the array elements?
Thanks
|
 |
 |
|
|
subject: Pass ArrayList To Oracle
|
|
|