![]() | |
#1
| |||
| |||
|
|
Hi, I am getting the data in XML file format. The amount of data is huge. I want to parse the XML (in Java) and ctreate Data Objects (DOs) out of it. Number of such DOs is typically around 30000+ Thus now I want to add the information in these DOs into Database. In other words, I want to insert 30000+ rows in Database. Let me know how it can be done efficiently. I know the conventional methods like INSERT or SELECT FOR UPDATE. In short, I want to update this bulk data into Database at a shot. I am using Java as a programming language. So I guess, options related to scripting are not feasible. (In my Opinion) |
#2
| |||
| |||
|
|
Hi, I am getting the data in XML file format. The amount of data is huge. I want to parse the XML (in Java) and ctreate Data Objects (DOs) out of it. Number of such DOs is typically around 30000+ Thus now I want to add the information in these DOs into Database. In other words, I want to insert 30000+ rows in Database. Let me know how it can be done efficiently. I know the conventional methods like INSERT or SELECT FOR UPDATE. In short, I want to update this bulk data into Database at a shot. I am using Java as a programming language. So I guess, options related to scripting are not feasible. (In my Opinion) |
![]() |
| Thread Tools | |
| Display Modes | |
| |