Recent content by Robert Blok

  1. R

    TAF on Delphi DOA

    Thanks a lo t! :D
  2. R

    TAF on Delphi DOA

    Is it maybe an idea to have an option to retry a transaction (number of retries/wait until redo)? Otherwise I have to try/finally every statement to make my app rac-enabled... Maybe in a next version?
  3. R

    TAF on Delphi DOA

    Yes, that's the case. The transaction is actually a while loop with inserts for a test. I was under the impression that a failover would actually be transparent and all transactions would failover. However, not all actions do fail over (from oracle): * All PL/SQL package states on the server...
  4. R

    TAF on Delphi DOA

    Hi Marco/all, Seems that patching up to 9.2.0.5 didn't solve the error. I still get the error: Exception EOracleError in module dbtest.exe at 000AA24F. ORA-25402: Transactie moet worden teruggezet. Robert.
  5. R

    TAF on Delphi DOA

    Hi Marco, Hereby the oracle exception $ ./dbtest Logging on to database Inserting value in test table Exception EOracleError in module dbtest.exe at 000AA24F. ORA-25402: Transactie moet worden teruggezet. It looks like the failover does generate an exception, but isn't that what TAF was...
  6. R

    TAF on Delphi DOA

    Hi all, For a small TAF test (transparent application failover) I discovered that my small Delphi app crashed with an ORA exception, while my SQLplus session failed over (so I gues no problem in config). Has anyone experience with TAF using DOA? Kind Regards, Robert.
Back
Top