oh. this is oracle version issue?
anway, its ok with me because i can avoid this issue by invoking TLobLocator.Clear method.
I just wanteted know whether what causes this error.
pls look at this thread ttp://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=002736
he is using...
>Also when useing SetEmpty with the Free method I get the an error: TLobLocator: Invalid Handle
This issue seems same as what i've reported just now here
ttp://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=002734
When TLobLocator.IsNull is true, TLobLocator.Free method raises Invalid Handle error.
Sample code is below
while True do
begin
Lob := FDbmsMetadata.FetchClob(Handle);
try
if Lob.IsNull then
Break;
//
finally
// Lob.Clear;
Lob.Free;
end;
end;
//...
Yeh. theres not much information. thats why i dont know where to do.anyway, i'll try make a small program for producing this error and mail it to u if i can.
My apps reads USER_TAB_COLUMNS.DEFAULT columns many times. then ORA-32255 error often occurs but not always. it seems when reading NULL long value, this error occurs.
>Is there any error text?
error text is
ORA-32255: Message 32255 not found; product=RDBMS; facility=ORA
I goolgled this error...
I've encourted ORA-32255 error.
I havent investigated this bug yet enough but
it seems when DOA(Im using TOracleQuery) reads Long data-type columns, this error *often* occurs.
DOA 4.0.7.1
Oracle 10.2.0.1
Hi
Is there any ways to check if oracle client has been installed.
Currently Im using OracleHome function in my application in order to check if oracle client has been installed because this function raise
TStringList exception when it hasnt been installed.
Im just looking for standard way in...
it seems ur issue has a relation to string trimming. the table which u want to update or somthing have char or varchar2 colums, doesnt it??
if so, refer
http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=002304...
pls include this fixes with final 4.1 release.
I've been waiting for so long time :(
http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=1;t=002303#000000
Hi Marco.
I'm waiting for the next release for a long time.
You said "We'll have a Delphi 2006 version available this week".
You have already relesed the next release???
I have visisted the registered pages many times but I have never found it.
I'd like to test not Delphi2006 version but...