InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between If_row_stat And If_row_stat_num Columns? |
|
Answer» IF_ROW_STAT COLUMN in the EIM table contains the status of each RECORDS after processing like IMPORTED, DELETED, NOT_ALLOWED, MERGED etc. whereas IF_ROW_STAT_NUM column contains a zero (0) if the row was successfully processed to COMPLETION or the pass NUMBER where the failure occurred. IF_ROW_STAT column in the EIM table contains the status of each records after processing like IMPORTED, DELETED, NOT_ALLOWED, MERGED etc. whereas IF_ROW_STAT_NUM column contains a zero (0) if the row was successfully processed to completion or the pass number where the failure occurred. |
|