schedule sql query
Dear all,
I need to schedule some queries (audit related) running at certain time of the day. I can do this using unix shell script.
can this be done using oracle scheduler - just running a simple sql query and not using pl/sql block
for ex: 4.1. select * from dba_stmt_audit_opts where audit_option like '%TABLE'
kind regards
thanks
SL