invalid lob locator

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
andyKilin
Posts: 1
Joined: Wed 04 Apr 2018 15:28

invalid lob locator

Post by andyKilin » Wed 04 Apr 2018 17:01

Hello!
I have encountered an error. In previous releases of odac it was not detected. When I insert data to clob field, using procedure from oracle package with clob parameter, the error "invalid lob locator" is raised (in the body of package). Before I filled the field in TOraQuery by the method TBlobField (MemoField).LoadFromStream. What did i do wrong? Maybe there is a ready solution to such problems. And I have installed the lastest version of odac (10.1.5), and the error remains.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: invalid lob locator

Post by MaximG » Thu 05 Apr 2018 07:29

Thank you for the information. Unfortunately, it is not enough to reproduce the issue. Please compose and send us a small sample, in which the issue occurs. In addition, we will need a DDL script to create the database objects used in this sample. For this, use the e-support form (devart.com the "Support"\"Request Support" menu)

Post Reply