FND_DIAG_TEST_STATS
Captures statistics related to each diagnostic test execution.
Details
-
Schema: DIAGNOSTICS
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_DIAG_TEST_STATS_PK |
ENTERPRISE_ID, TEST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | ENTERPRISE_ID | |
TEST_ID | VARCHAR2 | 32 | Yes | ||
TOTALRUN | NUMBER | Yes | Total number of times this test has been run. | ||
TOTALFAIL | NUMBER | Yes | Total number of times this test has been failed. | ||
LASTSTATUS | VARCHAR2 | 1 | Yes | Test Status from the latest test run. Success (S), Failed (F), Running (R), Warning (W), Failed (F), Error (E) | |
LASTEXECUTIONTIME | DATE | Yes | Time this test was executed last. | ||
LASTEXECUTIONID | VARCHAR2 | 32 | Yes | Execution ID from the last test run. | |
LASTFAILURETIME | DATE | Last time this test had failed. | |||
LASTFAILEXECUTIONID | VARCHAR2 | 32 | Execution ID from the last failed test run. | ||
RESET_DATE | DATE | Date when test statistics got reset. | |||
LAST_RUN_ID | VARCHAR2 | 32 | Last Run ID for this test | ||
LAST_FAILURE_RUN_ID | VARCHAR2 | 32 | Run ID from test run when this test had failed last. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | ||
CREATION_DATE | TIMESTAMP | Yes | |||
CREATED_BY | VARCHAR2 | 64 | Yes | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_DIAG_TEST_STATS_U1 | Unique | FUSION_TS_TX_IDX | ENTERPRISE_ID, TEST_ID |