-- alert_log_grants.sql -- run as sysdba grant create table to system; grant select on v_$parameter to system; grant select on v_$instance to system; grant select on v_$process to system; grant select on v_$session to system; grant select on dba_directories to system; grant execute on utl_file to system;