Hi folks,
I want to develop an application built on an PaaS infrastructure. This application needs to load data quickly into an Oracle database server. The volumes are rather large and using JDBC becomes quite a bottleneck even though batch updates are used. Unfortunately, sqlldr is not available in the PaaS infrastructure. Is there a native implementation of sqlldr that extends JDBC available that supports direct inserts/load?
If not where could I file a feature request?