IRC_SERVICE_SCAN_LOG
This table holds logging information for service scans.
Details
-
Schema: FUSION
-
Object owner: IRC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
IRC_SERVICE_SCAN_LOG_PK |
SCAN_LOG_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SCAN_LOG_ID | NUMBER | 18 | Yes | Primary key for this table. System generated. | |
SCAN_TYPE | VARCHAR2 | 30 | Yes | The type of scan that was logged. | |
SCAN_NAME | VARCHAR2 | 100 | Yes | The name of the scan that was logged. | |
STATUS | VARCHAR2 | 20 | Yes | Holds whether the scan was a SUCCESS or an ERROR. | |
MESSAGE | VARCHAR2 | 2000 | Holds a decription about scan that was logged. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
IRC_SERVICE_SCAN_LOG_PK | Unique | Default | SCAN_LOG_ID |