When loading the alert log in Toad for Oracle, the following error occurs:
The EXECUTE privilege on Oracle's UTL_FILE package is required to load the alert logAlert logs require this UTL_FILE package in order to read them. It's not defaulted to users, so it has to be assigned. Run the following command:
GRANT EXECUTE ON SYS.UTL_FILE TO <user name>;