Hi all,

I am new to writing packages and procedures. I have 2 boxes a live box and a test box. I have a job which runs a procedure which is part of a package via dbms_job and another which deletes rows from a certain table . Now i have exported the schema to the test box and set up the jobs but am finding these errors when it tries to execute the jobs:

ORA-12012: error on auto execute of job 22
ORA-06550: line 1, column 96:
PLS-00201: identifier 'package_name.proc_name' must be declared
ORA-06550: line 1, column 96:

PL/SQL: Statement ignored

ORA-12012: error on auto execute of job 7
ORA-06550: line 1, column 117:
PL/SQL: ORA-01031: insufficient privileges
ORA-06550: line 1, column 96:
PL/SQL: SQL Statement ignored

Can anyone shed some light on this?

Thanks in advance,
Chucks