Recent content by mengue

  1. M

    DOA Update

    Can you send the download link to my new email address? leandro@mengue.com.br Thanks!
  2. M

    Release

    Where I can find DOA relases ? (I am using now Delphi 6...) Can you change my email to leandro@mengue.com.br ? Thanks!
  3. M

    CheckConnection / Logon / Threads

    See also that thread 3 with "checkconnection(TRUE)" the TOracleSession is a pointer to the TOracleSession in main program...
  4. M

    CheckConnection / Logon / Threads

    Net 8.0.4 on Windows NT. See that the CPU free continues 99% on try to reconnect. See that if I place the checkconnection/logon in a separated thread this problem not occurs (main program wich "checkconnection(FALSE)", thread 1 and 2 with serial communication and without SQL, thread 3 with a...
  5. M

    CheckConnection / Logon / Threads

    The main program have a TOracleSession. The other two threads don
  6. M

    CheckConnection / Logon / Threads

    I have a program wich have a main program (deplhi) and two threads for serial communications. When the database goes down (for backup,...) I check the connection and, if necessary, try to reconnect. When I try to reconnect all threads stops or run very, very slow. Why the main program...
  7. M

    CheckConnection Memory Leak

    Hi, I have a big problem with OS.CheckConnection: this function leak memory if you run it many times!!! Just make a program with a TOracleSession, a Timer with OnTimer event calling OS.CheckConnection(True) and see the WinNT "Task Manager": the program memory will increase,increase,increase...
  8. M

    ORA-01041 - hostdef extension doesn't exist

    I have a prgram wich function well 24/day, but some times i receive the message: ORA-01041: internal error. hostdef extension doesn't exist Is a DOA or ORACLE problem? Can help me?
  9. M

    TOracleQuery.Close and Memory

    I teste your 2 options to solve the problem and they realy function. - with OCI7, ok. - with Net8.1.x, ok.
  10. M

    DOA Update

    Hi, How I can get the last DOA version ? * the memory problem with TOracleQuery.Close realy does not appear with OCI7. I will test the update to Net8.1.x. Thanks
  11. M

    TOracleQuery.Close and Memory

    When I run the this code many times, the memory free decrements 70kb/min. In the test project I have a timer to execute this code every 10ms. If the "OQ2.Close" method is removed, the memory free estabilish! See the example code: OQ.SQL.Add('SELECT * FROM TABLE WHERE ID=' +IntToStr(ID)+' ORDER...
Back
Top