Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
JDBC and Relational Databases
Pass ArrayList To Oracle
Mazen Mahmoud
Greenhorn
Posts: 20
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 118
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 20
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 38
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Mazen,
Can you give an example of how you used the ArrayDescriptor and passed the array elements?
Thanks
It means our mission is in jeapordy! Quick, read this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
this global variable must go!
Problem in passing ArrayList
toArray function of ArrayList
ArrayList performance for Large Objects.
How objects are stored in arraylist
More...