Recent content by kbrye

  1. K

    Oracle Locks - LOBs

    Thanks. We had done that, but more importantly I believe we have found the problem. We were doing a select with update and had locked another table by doing this (through a join) and did not take that into account. We've changed the syntax and are not seeing the problem. Thanks again.
  2. K

    Oracle Locks - LOBs

    We have several applications that use lobs. We've encountered locking issues with one of them. We insert a tif into the database (from a scanner) with the following code: OracleInsertQuery.SetVariable('LET_ID', StrToInt(LetId)); LOB:=...
Back
Top