Viewing Your Own Jobs : USER_JOBS « System Tables Views « Oracle PL / SQL






Viewing Your Own Jobs

 
SQL>
SQL> SELECT JOB,WHAT,NEXT_DATE, NEXT_SEC, FAILURES,BROKEN
  2  from USER_JOBS



 








Related examples in the same category

1.user_jobs table
2.SELECT JOB,WHAT,LAST_SEC,INTERVAL from USER_JOBS