I am trying to get the job information (Oracle 11g) by using the following query:
SELECT JOB_NAME, STATE FROM DBA_SCHEDULER_JOBS
WHERE JOB_NAME = 'CHECK_DATES_ON_LOGIN';
but it says "ORA-00942: table or view does not exist". I am able to describe the table but unable to select from it.