I want to make sendmsg when deadjob.
So I need DBA_JOBS select in procedure
How can i use DBA_JOBS in procedure
I trying for this code :
SELECT COUNT(*)
FROM DBA_JOBS
WHERE JOB in('539','639','679','719','919','1359');
But this error block my new procedure
ORA-00942 table or view does not exist
You need to explicitly give read permission to this view.