Re: error 12115 and how to delete a smart blob
- From: Davorin Kremenjas <davorin.kremenjas@xxxxxxxxx>
- Date: Mon, 19 May 2008 05:22:24 -0700 (PDT)
On May 16, 7:13 pm, DKano <t...@xxxxxxxxx> wrote:
hi
during dbexport of my db, i have got an error
----
*** Error fetching data row.
9810 - Smart-large-object error.
12115 - Smart Large Objects: The LO header page is a wrong length -
probably corrupted.
---
Using finderr, i found:
-------
An internal error probably occurred and corrupted the LO header.
Delete and recreate the smart large object or restore the sbspace from
an archive.
---------
Then, i found the line of my table where the corrupted blob is (the
first not in the unload file) and try to remove it.
delete from document where id_document=nnn
fail, same error.
update document set name_of_sblob_column = null where id_document=nnn
fail, same error.
drop and recreate table... fail, same error.
So... how to remove the line or the blob, and continue my export ?
thanks
DKano
Hi,
you can try this at your own risk. I did it once on version 10 in
exactly the same situation as you and had no problems, exported and
then re-imported a lot of data without a glitch.
Smart blobs are placed in their own dbspaces. But in problematic table
row(s) you have the pointer to the exact location. You can use dd,
binary vi and/or whatever else to zero out the pointer completely. You
have to be very careful, first find out how wide (in bytes) the rest
of the data fields are, what's the data page structure in Informix,
how wide the pointer itself is (can't remember now at the top of my
head, but It was easy to find it in the docs back then) and then do
the dirty work.
If you have no idea what I'm talking about, THEN DON'T DO THIS,
PLEASE! Talk to IBM Tech Support instead.
And don't mention my advice to them :-)
Regards
Davorin
.
- Follow-Ups:
- Re: error 12115 and how to delete a smart blob
- From: DKano
- Re: error 12115 and how to delete a smart blob
- References:
- error 12115 and how to delete a smart blob
- From: DKano
- error 12115 and how to delete a smart blob
- Prev by Date: Re: Problem with ODBC
- Next by Date: Re: Problem with ODBC
- Previous by thread: error 12115 and how to delete a smart blob
- Next by thread: Re: error 12115 and how to delete a smart blob
- Index(es):
Relevant Pages
|