Doubts regarding speed in data access
I am working on a new project with J2EE technology.
I am using Weblogic Application Server and Iplanet Web server for this project. It is for a bank. I will have to write a program in the server which will read a text files each containing records ranging from 700 to 2000.
These text files are submited by the users online. These records should be updated to their appropriate databases (there are totally 6 databases). I have a common table which will help me in locating the appropriate database to which I should append these records.
Since there will be a lot of such text files uploaded by the user, I need to find the most efficient way to update the database.
Some of the suggestions I received were to use
1. c/c++ routines to update the database.
2. PL/SQL routines to update the database.
It would be great if you can suggest me a best approach this problem.
Thank you.



