This is a discussion on dbms_job within the Oracle Database forums, part of the Database Server Software category; --> Hello, How do i tell when (what date) a dbms_job is created? Which view or dictionary view provide such ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Mike" <mrmichaellei@yahoo.com> a écrit dans le message de news: 1136827382.499644.133930@g49g2000cwa.googlegroups. com... | Hello, | | How do i tell when (what date) a dbms_job is created? Which view or | dictionary view provide such info. | Thanks in advance. | | Mike | You cannot know when a job was created. You just know its last and next executions time (dba_jobs.last_date, next_date). Regards Michel Cadot |