Question : sysman.mgmt_job columns

A desc of the mgmt_job table shows

:L> desc sysman.mgmt_job;
 Name                                      Null?    Type
 ----------------------------------------- -------- ----------------------------
 JOB_ID                                    NOT NULL RAW(16)
 JOB_NAME                                  NOT NULL VARCHAR2(64)
 JOB_OWNER                                 NOT NULL VARCHAR2(32)
 JOB_DESCRIPTION                                    VARCHAR2(4000)
 JOB_TYPE                                  NOT NULL VARCHAR2(32)
 NESTED                                             NUMBER(1)
 IS_LIBRARY                                         NUMBER(1)
 PARENT_JOB_ID                                      RAW(16)
 SCHEDULE_ID                                        RAW(16)
 EXECUTION_TIMEOUT                                  NUMBER
 MAX_TARGET_LIST_INDEX                              NUMBER
 SYSTEM_JOB                                         NUMBER(1)
 TARGET_TYPE                                        VARCHAR2(64)
 JOB_STATUS                                         NUMBER(2)
 EXPIRED                                            NUMBER(1)


Job status is a number.  I see 0 and 2.  What do the numbers mean?
A link to the docs would be great.

Answer : sysman.mgmt_job columns

I think that a DBA can answer your question better than I can. Here is a documentation, maybe it will be a little help for you:
http://download.oracle.com/docs/cd/B19306_01/em.102/b16246/views.htm#BACHDHJD
Random Solutions  
 
programming4us programming4us