Hi,
Is it possible to call a host OS application(such as notepad) from DBMS_JOB in oracle.
Sampath
Printable View
Hi,
Is it possible to call a host OS application(such as notepad) from DBMS_JOB in oracle.
Sampath
The second parameter in DBMS_JOB runs PL/SQL code,
you can put a procedure, and if a procedure runs host
OS applications, you can do it with DBMS_JOB. I'm not
sure if procedures run host OS applications. I don't think
so.
F.
Hi
Have a look at this link might be of some help to you
http://www.orafaq.com/scripts/c_src/extproc.txt
Regards