XML to Oracle
I have to build an interface to retrieve an XML file, process the data and save the result to an Oracle Table.
The problem is that the XML file could retrieve hundred thousand records and processing it one by one could take a lot of time.
Does anyone has a better idea on how could I process this data but not expending too much time ?
Thank you all

