Stew Stryker
Member³
We're running Oracle 11.2.0.3.0
PL/SQL Developer: 10.0.5.1710
Recently we've started getting the above Oracle error when we try to run a Scheduler job, either from the Scheduler window or from a command window. It's happening consistently.
Yet when we asked our DBA if something was wrong, they said they could run the same command from the same account when they were on the Oracle server or in Oracle's SQL Developer (which they use). It doesn't seem to matter if the job is enabled or not.
We're trying command like this:
BEGIN
dbms_scheduler.run_job(job_name => 'LOAD_DCF_ALUM_SOLICIT');
END;
Suggestions?
Thanks,
Stew
PL/SQL Developer: 10.0.5.1710
Recently we've started getting the above Oracle error when we try to run a Scheduler job, either from the Scheduler window or from a command window. It's happening consistently.
Yet when we asked our DBA if something was wrong, they said they could run the same command from the same account when they were on the Oracle server or in Oracle's SQL Developer (which they use). It doesn't seem to matter if the job is enabled or not.
We're trying command like this:
BEGIN
dbms_scheduler.run_job(job_name => 'LOAD_DCF_ALUM_SOLICIT');
END;
Suggestions?
Thanks,
Stew