Multiple choice technology databases

In which version release of Oracle the UTL_FILE package was released?

  1. 7.2

  2. 7.3.6

  3. 7.3.4

  4. 7.3.1

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

UTL_FILE was introduced in Oracle version 7.3.4. Before this package, PL/SQL had no built-in way to read and write operating system files. Version 7.3.4 added this crucial file I/O capability for database stored procedures.