COLUMN_NAME DATA_TYPE NULLABLE DATA_DEFAULT COLUMN_ID COMMENTS
TASK_NAME VARCHAR2(128 BYTE) No null 1 Name of the task
CHUNK_ID NUMBER No null 2 Chunk identification
STATUS VARCHAR2(100 BYTE) Yes null 3 Status of the chunk
START_ROWID ROWID Yes null 4 Start rowid
END_ROWID ROWID Yes null 5 End rowid
START_ID NUMBER Yes null 6 Start id
END_ID NUMBER Yes null 7 End id
ERROR_TEXT VARCHAR2(4000 CHAR) Yes null 8 Text of error when it raise