Recent content by antana

  1. A

    Array DML

    I have resolved the problem. I think taht there is a bug somethere, in DOA , oracle or delphi. I remove the oraclequery.clearvariables; before to set the variables. It work fine with simple variable, but with array dml give me the memory problem. Now all work and the memory use is very low.
  2. A

    Array DML

    This is my first hypothesis, but i create the array at the application start, and never allocate or disallocate memory at all. Can be a toraclequery problem with array DML? I only set array values when receive data and when i have 100 items call toraclequery.executearray(0,100)
  3. A

    Array DML

    Delphi 6 sp2 DOA 4.0.6.2 Oracle 10.2 I'm using a oracle query with 5 variables and a array buffer of 100 items. All work fine for hours, the system is havy load, insert million of records in a day. After 5-6 hours of work i receive a general error "out of memory" and then the call of...
  4. A

    TOracleScript BUG

    I'm using Oracle 9i, with Delphi6 DOA 4.06 I want to execute with an TOracleScript a wrapped file with create packages instruction. I do : OracleScript.Lines.loadfromfile(filename); OracleScript.execute; It work fine for a lot of files, but in some case does not work, i think is a bad load of...
Back
Top