Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> invalid lob locator specified

invalid lob locator specified

From: Gerhard Steiner <gerhard.steiner_at_siemens.at>
Date: Tue, 21 Sep 1999 13:01:13 +0200
Message-ID: <37E76579.2F9CDA6A@siemens.at>


Hello,

I tried to read/write into a table, that contains a BLOB.

I am using the following SQL statement to create an entry

    insert into "table" values(1, empty_blob());

This works fine.
Then I want to write data into the blob field by using a CRecordset and a CLongBinary (MFC 6.0).
But all I got is the following error message:

 Error: failure handling long binary value during update.  ORA-22275: invalid LOB locator specified

 State:S1000,Native:22275,Origin:[Oracle][ODBC][Ora]

 ORA-22275: invalid LOB locator specified

 State:S1000,Native:22275,Origin:[Oracle][ODBC][Ora]

Does anyone know how to solve this?
What does this mean "invalid lob locator"? How can I specify a correct lob locator?

Thanks for any help.

Gerhard Received on Tue Sep 21 1999 - 06:01:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US