Re: AUTOCOMMIT Feature in SQL*Plus?
From: Steve Cosner <stevec_at_zimmer.csufresno.edu>
Date: 26 Aug 1998 15:05:27 GMT
Message-ID: <6s187o$c92_at_hendrix.csufresno.edu>
Date: 26 Aug 1998 15:05:27 GMT
Message-ID: <6s187o$c92_at_hendrix.csufresno.edu>
Look up "Autocommit" in the SQL Plus index:
The SQL Plus command is: SET AUTOCOMMIT ON
RTFM
In article <6s15ej$b6e$1_at_camel19.mindspring.com>,
Scott C. <sdcairns_at_mindspring.com> wrote:
>We are migrating from MS/SQL Server to Oracle 8 and I have what seems to be
>a pretty simple question...
>
>Is there some kind of autocommit feature that can be turned on in SQL*Plus?
>If we do a DML command (insert, update or delete), we want to commit the
>results immediately (which is the default behavior in SQL Server).
>
>TIA
>
>
Received on Wed Aug 26 1998 - 17:05:27 CEST