Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Optimizing Data Processing Workflow with Oracle PL/SQL in Oracle 19c

959406Oct 27 2023

Hi Team
I have a requirement to modify the existing workflow to make it more efficient. This involves working with Oracle PL/SQL in version 19c. Here are the steps:

  1. Files are initially loaded into 'xyz.csv' located in the Unix directory '/u/apps/file/xyz.csv.'
  2. These files are then read from this location and converted into 'xyz.dat.'
  3. The xyz.dat.data is loaded into temporary tables.(using sqlloader) *csv file not accept
  4. The next step involves merging this data into the existing table using the temporary table.

Please let me know if there are any Oracle 19c features that can simplify this process.

Comments
Post Details
Added on Oct 27 2023
2 comments
242 views