Hi All, My requirement goes as follows:-
XML files contain data with which the database has to be updated. The XML files would be uploaded into the appplications server via the https file protocol. Application server is WebSphere . Database is -Oracle. Dilemma is :- Should the XML files be parsed in the Application server and the data extracted from parsing inserted into the Oracle database using JDBC driver connection Or The entire XML file be uploaded into the database via ftp or inserted into a temporary table And then using the utility of Oracle XML parser parse the entire file and insert it into the database. I am unable to decide which one is advantageous ? I desperately require the answer. Nazneen Nahid To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
