RSS Feed for PL/SQLCategory: PL/SQL

Dynamically Import Data from Different Oracle Databases from Web Application »

Download Source Sometimes back when I was involved in a project I faced the challenge to import data from different Oracle databases synchronously within my Java web application. Performance is the key issue. The import has to be completed in a short time frame according to the SLA. Of course I can dynamically create JDBC […]