Recent content by commander

  1. C

    oracle 11 client external exception incident

    last year i mentioned that there are problems with oracle 11 client and doa. since nobody could give me an idea what to do i kept using oracle 11 client. today i found a curious workaround... my environment: 1 main process with 3x toraclesession 2-10 threads each with toraclesession and one...
  2. C

    oracle 11 client and doa 4.1 external exception

    would be nice if i could get an answer. i you dont know what it is you can say it. but giving no answer at all is disappointing.
  3. C

    oracle 11 client and doa 4.1 external exception

    i tried it on 3 different pc already: windows xp sp3, windows vista, windows server 2003 its absolute reproducable that the use of the ora 11 client makes the error, but the time from the start of the app up to the exception can be a few seconds or about 1 hour. i suspect that it occurs when...
  4. C

    oracle 11 client and doa 4.1 external exception

    the forum clock might be wrong ! this post is feb 2nd,2009, 08:41 met
  5. C

    oracle 11 client and doa 4.1 external exception

    query execute exception block just gives "External exception EBF00BAA" in the message. exception block looks like this: try oq.execute; on e : exception do flog('...'+e.message); end; there is also an application.onexception handler which is not triggered ! here are some oracleci parms...
  6. C

    oracle 11 client and doa 4.1 external exception

    :cry: hello there, i use delphi 2007 and doa 4.1 when my project runs under oracle 11 client it crashes all doa concerning executes after a while with external exceptions. under oracle 10.2 client everything is fine. i tested it on windows xp and vista machine as client, where server side is...
  7. C

    TOracleDataSet Refresh Memory Increase

    here is a sample tested in delphi 2005 or 2006: vcl form with two tbuttons, toracledataset (ods), tdatasource (ds), toraclesession (os): procedure TForm1.Button1Click(Sender: TObject); begin if ods.Active then ods.Close else ods.open; { the same with active true/false } end; procedure...
  8. C

    TOracleDataSet Refresh Memory Increase

    delphi 2005, doa 4.0.7.1, oracle 10.0.2.1 db/client i use a TOracleDataSet with TDataSource, about 30 Fields and 50 rows per refresh. any time i do a Toracledataset.refresh and i do almost every second my process memory increases 16KB. this results in an out of memory case after a couple hours...
Back
Top