Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Can't execute a scheduled job
I have a procedure called sscc.expire_content, which I want to run every day. I have scheduled it in the job queue using the following SQL:
If I run the procedure directly from sqlplus with 'execute sscc.expire_content', it runs fine. If I force the job with 'execute dbms_job.run(38)', it fails. It also fails when it is scheduled to run. The following is what appears in the alert log:
ORA-12012: error on auto execute of job 38 ORA-06550: line 1, column 96: PLS-00201: identifier 'SSCC.EXPIRE_CONTENT' must be declared ORA-06550: line 1, column 96:
Why does it say that the identifier must be declared? I copied all the syntax directly from the documentation. Any help here would be muchly appreciated.
Oh, yeah - almost forgot. I am running Oracle8i on NT4
Thanks,
Matt
Received on Mon Jun 04 2001 - 23:38:26 CDT
![]() |
![]() |