Column Name | Data Type | Nullable (Y/N) | Key (PK/FK) | Description |
Column Name |
Data Type |
Null(Y/N) |
Key (PK/FK) |
Comment |
TIME_STAMP |
TIMESTAMP(6) |
N |
|
The record sample time in the local cluster time zone. |
TIME_STAMP_GMT |
NUMERIC(13) |
N |
PK |
The record sample time in GMT time. This is the number of seconds from midnight, January 1 st , 1970. |
CLUSTER_NAME |
VARCHAR2(128) |
N |
PK |
Cluster name |
QUEUE_NAME |
VARCHAR2(128) |
N |
PK |
Queue name |
PRIORITY |
NUMERIC (10) |
Y |
|
|
STATUS |
VARCHAR2(128) |
Y |
|
|
DESCRIPTION
|
CLOB |
Y |
|
Describes the typical use of the queue. |
NICE | NUMERIC(10) |
Y |
|
Defines the nice value at which jobs in this queue will be run |
USERLIST | CLOB |
Y |
|
A blank-separated list of names of users allowed to submit jobs to this queue |
HOSTLIST | CLOB |
Y |
|
A blank-separated list of names of hosts to which jobs in this queue may be dispatched |
MAX_SLOTS |
NUMERIC(10) |
Y |
|
|
JLU |
NUMERIC(10) |
Y |
|
The maximum number of job slots each user can use for jobs in the queue. |
JLP |
NUMERIC(10,1) |
Y |
|
The maximum number of job slots a processor can process from the queue |
JLH |
NUMERIC(10) |
Y |
|
The maximum number of job slots a host can allocate from this queue. |
JOBS_NUM |
NUMERIC(10) |
Y |
|
Number of jobs in the queue, including pending, running, and suspended jobs. |
PEND_JOBS_NUM |
NUMERIC(10) |
Y |
|
Number of pending jobs in the queue |
RUN_JOBS_NUM |
NUMERIC(10) |
Y |
|
Number of running jobs in the queue |
SSUPEND_JOBS_NUM |
NUMERIC(10) |
Y |
|
Number of system suspended jobs in the queue. |
USUPEND_JOBS_NUM |
NUMERIC(10) |
Y |
|
Number of user suspended jobs in the queue. |
INSERT_SEQ | NUMBER(15) | Y | The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table. |