executing external sql script via dbms_scheduler
fzdevDec 15 2006 — edited Dec 16 2006Is it possible to execute an external sql script via dbms_scheduler.
I have a bat job in the windows scheduler which executes the following command:
sqlplus -S user/pwd @script.sql
I want to move the scheduling of this script into the database utilising dbms_scheduler. Is there any way of issuing an @script.sql command from within dbms_scheduler