Multiple choice technology databases

The package util_file can be used to read the files from Windows environment true or false

  1. True

  2. False

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

UTL_FILE can read files on Windows systems, but only if the Oracle database server is running on Windows and the directory is properly configured in the DIRECTORY object and utl_file_dir parameter. The question likely tests whether you understand UTL_FILE operates server-side, not client-side, so it depends on the server OS, not the client environment.