I need to pass class object which in turn has list of items in them to oracle db. Can you please let me know how to create an oracle stored procedure where i can pass all the item values at the same time.
Eg:- I can have an class object "Customer" where the values are customer details and the Items he has purchased. So i have an object and within the object a list of items. What would be the best way to execute these details via Oracle stored procedure.
CustomerName , ID --->Item Purchased 1 details --> Item Purchased 2 details : : ---> Item Purchased 50 details