Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to begin a transaction?

Re: How to begin a transaction?

From: Marc Blum <marc_at_marcblum.de>
Date: Sun, 10 Feb 2002 14:17:55 GMT
Message-ID: <3c6680b6.20223770@news.online.de>


Hi,

every DML you execute in Oracle is part of a transaction. As soon, as you commit/rollback, a new transaction starts.

On Thu, 7 Feb 2002 16:09:02 +0100, "Carlos Hernández" <ESTONOVALE_at_hotmail.com> wrote:

>Hi,
>
>I don't know how to begin a transaction in PL/SQL o Developer Forms.
>
>In another languages (case of Visual Basic), can initiate the transaction
>with the BeginTrans of ADO objects. Exists any method or function similar in
>PL/SQL ?
>
>SQL Server also dispose of function (BeginTran).
>
>Thanks and best regards.
>
>Carlos Hernández
>Barcelona (Spain)
>
>

regards
Marc Blum
mailto:marc_at_marcblum.de
http://www.marcblum.de Received on Sun Feb 10 2002 - 08:17:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US