PPM_STACK_TRACE
This table stores the stack trace of a java exception.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
STACK_TRACE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user that created the record |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user that last updated the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
STACK_HASH |
NOT NULL |
VARCHAR2(32) |
Defines hash of the trace to uniquely identify the stack trace |
|
VALUE |
NOT NULL |
CLOB |
Contains the java stack trace |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
PPM_STACK_TRACE_N1 |
NONUNIQUE |
1 |
STACK_HASH |
|
PPM_STACK_TRACE_PK |
UNIQUE |
1 |
STACK_TRACE_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
PPM_STACK_TRACE_S |
STACK_TRACE_ID |

