At what time does an implicit transaction start?
Answer.The transaction context is initialized at the end of theOCITransStart()call. However, the transaction context is opaque to the client program and you cannot retrieve information about an implicit transaction.Implicit transaction startswhen the client program makes its first database change afterOCISessionBegin()or the previous commit/rollback.
The transaction context is initialized at the end of the OCITransStart() call. However, the transaction context is opaque to the client program and you cannot retrieve information about an implicit transaction. Implicit transaction starts when the client program makes its first database change after OCISessionBegin() or the previous commit/rollback.