hi all, Why we need to store the XML files in database?
How we can store the XML files in oracle database?
In my application , Im creating a flat XML files by java API , Using parser I will read the content and put inside the Session .and I will retrieve the values from the session object., But now I dont want to create a flat file and also I want to put directly inside the Oracle database and I want to retrieve the values. This is my requirement ,what I should to in this regard kindly explain.
Is any open source is there to build my requirement., and is there any third party tool available.
In the case of element having the attribute what I should do.? Kindly explain me in detail