AWS Database Blog
Tag: UTL_FILE
Solving the UTL_FILE conundrum in Amazon RDS for Oracle
A common technique for transferring files between a database and various application servers is to use the Oracle feature UTL_FILE. This approach allows client servers to copy files into and then read files from a POSIX-compliant directory. It also allows the database to write to and read from those same files by using PL/SQL routines. […]