![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The table has a nullable blob column, over half of which are empty strings. That’s 700+ rows. verifydb complains about only 1 of them. We get messages like: W_DM5060_NO_ETAB_SEGMENT WARNING: Segment number 1 in extension table with index 491 was not found when looking for extension segments for peripheral data-type in field monitor_comment for record with Tuple ID 67589. … W_DM505F_TOO_MANY_BAD_SEGS WARNING: Verifydb was unable to find a peripheral segment that matches the current coupon after more than 491 tries, checking on this coupon will be terminated, and verifydb will skip to the next coupon. ... When we check with hex(blob_column) we find that the errant row is the only one like: 0100000000000000000000000000000100000000BF63000000 00000000000000 The BF63 refers to the associated iietab table. |
#3
| |||
| |||
|
|
The table has a nullable blob column, over half of which are empty strings. That's 700+ rows. verifydb complains about only 1 of them. We get messages like: W_DM5060_NO_ETAB_SEGMENT WARNING: Segment number 1 in extension table with index 491 was not found when looking for extension segments for peripheral data-type in field monitor_comment for record with Tuple ID 67589. ... W_DM505F_TOO_MANY_BAD_SEGS WARNING: Verifydb was unable to find a peripheral segment that matches the current coupon after more than 491 tries, checking on this coupon will be terminated, and verifydb will skip to the next coupon. ... When we check with hex(blob_column) we find that the errant row is the only one like: 0100000000000000000000000000000100000000BF63000000 00000000000000 The BF63 refers to the associated iietab table. |
#4
| |||
| |||
|
|
The table has a nullable blob column, over half of which are empty strings. That's 700+ rows. verifydb complains about only 1 of them. We get messages like: W_DM5060_NO_ETAB_SEGMENT WARNING: Segment number 1 in extension table with index 491 was not found when looking for extension segments for peripheral data-type in field monitor_comment for record with Tuple ID 67589. ... W_DM505F_TOO_MANY_BAD_SEGS WARNING: Verifydb was unable to find a peripheral segment that matches the current coupon after more than 491 tries, checking on this coupon will be terminated, and verifydb will skip to the next coupon. ... When we check with hex(blob_column) we find that the errant row is the only one like: 0100000000000000000000000000000100000000BF63000000 00000000000000 The BF63 refers to the associated iietab table. |
![]() |
| Thread Tools | |
| Display Modes | |
| |