TLobLocator/network roundtrips

jschmied

Member²
If I do:
with FOracleObject.RefElements[0].Pin(poAny, plExclusive) do begin
LOBAttr('XMLDATA').AsString := Value;
Free();
end;

I get the following trace in the monitor:

00:26.759 00:00.001 Reference.Pin
00:26.829 00:00.001 LOB.Write(21)
00:26.879 00:00.001 LOB.Length
00:26.939 00:00.001 LOB.Length

is the second LOB.Length nessesary? It looks like a unnessesary call.

Bye

Juergen
 
It certainly is unnecessary. I was able to reproduce it, so I'm sure we can fix it.

------------------
Marco Kalter
Allround Automations
 
Back
Top