That is odd! Can you run two onchecks to make sure there is no corruption:
oncheck -cc <database>
oncheck -cDI <database>.<tablename>
Let's get that out of the way.
Art
------------------------------
Art S. Kagel, President and Principal Consultant
ASK Database Management Corp.
www.askdbmgt.com------------------------------
Original Message:
Sent: Mon September 02, 2024 09:54 AM
From: Dennis Melnikov
Subject: LOB error on a table w/o any blob
Art,
No column longer than CHAR(75).
------------------------------
Sincerely,
Dennis
Original Message:
Sent: Mon September 02, 2024 09:19 AM
From: Art Kagel
Subject: LOB error on a table w/o any blob
Dennis:
Does the table contain any LVARCHAR columns defined as longer than 4K? Those strings are stored out-of-row in smart blob objects when the particular string is longer than 4K (lvarchar string shorter than 4K, even if the definition is longer, are stored in-row).
Art
------------------------------
Art S. Kagel, President and Principal Consultant
ASK Database Management Corp.
www.askdbmgt.com
Original Message:
Sent: Mon September 02, 2024 08:56 AM
From: Dennis Melnikov
Subject: LOB error on a table w/o any blob
Hi,
IBM Informix Dynamic Server Version 11.70.FC5XE
We have a rather weird error on UPDATE STATISTICS,
UPDATE STATISTICS HIGH FOR TABLE ord_l_2 ( c_deliv,deliv_printed,notif_id,ofd_id,ord_id,ord_l_id,pp_status,status_req,time_deliv1) ;
9810: Smart-large-object error.
12014: Smart Large Objects: Cannot find entry in lofd table.
Error in line 3
Near character position 129
A fact is that the table has no LOB.
------------------------------
Sincerely,
Dennis
------------------------------