Automatic scheduled jobs failed but nothing shown up in dba_jobs?
482684Sep 16 2008 — edited Sep 16 2008Hi All,
My db version is 10.2.0.4.0. In the alert log file , i could see the following messages:
Summary of Errors (grep ORA-)
-----------------------------
ORA-12012: error on auto execute of job 3196
ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2251
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2457
ORA-06512: at "SYS.DBMS_IREFRESH", line 685
ORA-06512: at "SYS.DBMS_REFRESH", line 195
ORA-06512: at line 1
ORA-12012: error on auto execute of job 3197
ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2251
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2457
ORA-06512: at "SYS.DBMS_IREFRESH", line 685
ORA-06512: at "SYS.DBMS_REFRESH", line 195
ORA-06512: at line 1
ORA-02091: transaction rolled back
I am trying to see why those jobs 3196,3197 are failing by querying dba_jobs;
SQL> select * from dba_jobs where job=3196;
no rows selected
SQL> select * from dba_jobs where job=3197;
no rows selected
It should show regarding that jobs.right? Can anyone please tell me why its not showing any information about the jobs? If i am looking at the wrong place then please guide me right one.
Thanks In Advance.