in reply to Perl script to transfer files FROM an AWS RDS instance's DATA_PUMP_DIR

I don't work with neither Oracle nor AWS, so take my advice with a grain of salt:

I think there are three steps you would need to take:

  1. Change the SQL from importing/reading to exporting/writing. Maybe the PDF you linked has information to that
  2. Change the Perl code so that it doesn't read the data from a file and writes to Oracle but reads from Oracle and writes to a file
  3. Transport the files (maybe via rsync)
  • Comment on Re: Perl script to transfer files FROM an AWS RDS instance's DATA_PUMP_DIR

Replies are listed 'Best First'.