Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> invalid lob locator specified
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
![]() |
![]() |