Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbms_scheduler-INVALID>>>dependancies

2768118Dec 18 2014 — edited Dec 22 2014

Good Day

My DBMS Scheduler(body) is invalid when I valid :

1.After validation and refresh is remains invalid error

Body00PLS-00907: cannot load library unit SYS.ANYDATA (referenced by SYS.DBMS_ISCHED)
Body00PLS-00907: cannot load library unit SYS.ANYDATA (referenced by SYS.DBMS_ISCHED)
Body00PLS-00907: cannot load library unit SYS.ANYDATA (referenced by SYS.DBMS_ISCHED)
Body00PLS-00907: cannot load library unit SYS.ANYDATA (referenced by SYS.DBMS_ISCHED)
Body00PLS-00907: cannot load library unit SYS.ANYDATA (referenced by SYS.DBMS_ISCHED)
Body00PLS-00907: cannot load library unit SYS.ANYDATA (referenced by SYS.DBMS_ISCHED)
Body00PLS-00907: cannot load library unit SYS.ANYDATA (referenced by SYS.DBMS_ISCHED)
Body195011PLS-00306: wrong number or types of arguments in call to 'GET_CHAIN_RULE_ACTION'
Body195412PLS-00306: wrong number or types of arguments in call to 'GET_CHAIN_RULE_ACTION'
Body336845PLS-00905: object SYS.RE$NV_LIST is invalid
Body33681PL/SQL: Item ignored

Is there a way I can recompile using the source installation

because I tried this and still it did not help

sqlplus  /as sysdba
SQL> spool fix_cat_logfile.txt
SQL> startup upgrade
SQL > @ORACLE_HOME/rdbms/admin/catalog.sql
SQL > @ORACLE_HOME/rdbms/admin/catproc.sql
SQL > @ORACLE_HOME/rdbms/admin/utlrp.sql
SQL> spool off

ORACLE 11.2.0.3

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2015
Added on Dec 18 2014
3 comments
1,810 views