We are passing following XML structure as VARCHAR2 parameter to procedure.
We want to insert above XML structure in following tables .
Customer (CustomerID is a primary key)
Address (CustomerID references to Customer.CustomerID)
Oracle has XML DB, see if it suits you. I've no experience with it though.
Paul Campbell
Ranch Hand
Joined: Oct 06, 2007
Posts: 338
posted
0
Yashwant Palkar wrote:We are passing following XML structure as VARCHAR2 parameter to procedure.
We want to insert above XML structure in following tables .
Customer (CustomerID is a primary key)
Address (CustomerID references to Customer.CustomerID)