Recent content by haltun

  1. H

    ORA-08177: can't serialize access for this transaction

    I don't do any update or Delete operation. I'am using TOracleQuery and my SQLs are only insert statements. My application is multithreaded and I just do insert operations in the transaction. In this case I am not sure if I really need Serializable Transaction. In MultiThreaded Applcations, is...
  2. H

    ORA-08177: can't serialize access for this transaction

    Delphi 5 DOA 345 Oracle 8.0.5 I got the error "ORA-08177: can't serialize access for this transaction" when I run a SQL using TOracleQuery (Insert SQL). Session.ThreadSafe := True; qry.Session.SetTransaction(tmSerializable) What causes this error? Thank you..
Back
Top