Microsoft
Software
Hardware
Network
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/B
19306_01/e
m.102/b162
46/
views.h
tm#BACHDHJ
D
Random Solutions
Common DWORD values
Random port flapping on Netgear 7248
DNS windows 2008 R2
Backup Exec - Byte Count vs. Capacity Discrepancy
Track, Monitor, and Log e-mail communications
JQuery Problem
How to clone Windows 2008 server
"Ad Zoo .Net" ??
How can I change the created and/or modified date of a FOLDER?
Insert into MySQL Table from MSSQL Insert Trigger