Re: Disabling rollback. Is it possible?

From: Blv n Drms <blvndrms_at_aol.com>
Date: 1995/08/01
Message-ID: <3vk94g$b2l_at_newsbf02.news.aol.com>#1/1


If you are using Stored Procedures, Functions or PL/SQL you might also want to look into using the DBMS_TRANSACTION.READ_ONLY procedure.....It allows you to in essence execute a SET TRANSACTION READ ONLY command from within the PL/SQL block of code.....There is also a related procedure in this package 'READ_WRITE' which is the same as sql*plus SET TRANSACTION READ WRITE. jack Received on Tue Aug 01 1995 - 00:00:00 CEST

Original text of this message