Re: Disabling rollback. Is it possible?

From: Gopalakrishnan Hariharan <pranav_at_ix.netcom.com>
Date: 1995/07/31
Message-ID: <3vj7j4$7qh_at_ixnews5.ix.netcom.com>#1/1


In <3vj1mr$has_at_ixnews3.ix.netcom.com> chuckh_at_ix.netcom.com (Chuck Hamilton) writes:
>
>Is there any way to disable rollback either on a single transaction or
>on the entire database? I can't tell you how many times during the
>design and testing phase of our data warehouse project that rollback
>segments have become a real pain in the neck! There are times that it
>seems like the database gets in our way more than it helps us and it's
>almost always to do with rollback segments.
>
>We are still at a point in our project where there are no users on the
>system. Just one developer. I don't know the proper terminology, but
>there's got to be some way to tell the database we don't care about
>rolling back transactions, or concurrency issues. Actually, even when
>the database goes live we won't care about this because it's a data
>warehouse, nothing ever changes except for one weekend per month and
>during that time the database will be inaccessible.
>

[not knowing all the aspects of the task in hand ...]

  1. Using read only transactions alter session set transaction read only ; (note: semantics are slightly different as expalined in the server concepts manual)
  2. Discrete transactions ( transactions that do not read what they write) Very limited scope Source: Application Developers's Guide

krish Received on Mon Jul 31 1995 - 00:00:00 CEST

Original text of this message