Hi LKBrwnDBA,
thanks for your reply. I've tried it yesterday with DBMS_SCHEDULER.RUN_JOB but with the same result. The Batch file was not executed.
Can it be, that this is a problem with a missing privilege? Maybe the Oracle User has no right to execute a program?
Kind regards
Alex
Hi, I have a problem with create_Job. I've wrote a little block:
begin
DBMS_SCHEDULER.CREATE_JOB(job_name => 'run_batch',
job_type => 'executable',
job_action => 'c:\windows\system32\cmd.exe /c c:\Test.bat'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.