From oracle-l-bounce@freelists.org  Mon Jun  6 02:46:28 2005
Return-Path: <oracle-l-bounce@freelists.org>
Received: from air891.startdedicated.com (root@localhost)
 by orafaq.com (8.12.10/8.12.10) with ESMTP id j567kRRm023653
 for <oracle-l@orafaq.com>; Mon, 6 Jun 2005 02:46:27 -0500
X-ClientAddr: 206.53.239.180
Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180])
 by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j567kRNi023647
 for <oracle-l@orafaq.com>; Mon, 6 Jun 2005 02:46:27 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id A939F1BB2ED;
 Mon,  6 Jun 2005 01:43:18 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 31033-05; Mon, 6 Jun 2005 01:43:18 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 32D171BB1DA;
 Mon,  6 Jun 2005 01:43:18 -0500 (EST)
From: "Lex de Haan" <lex.de.haan@naturaljoin.nl>
To: <onkarnath.tiwary@gmail.com>, <oracle-l@freelists.org>
Subject: RE: RBS not using
Date: Mon, 6 Jun 2005 01:43:18 -0500 (EST)
Organization: Natural Join BV
MIME-Version: 1.0
Content-type: text/plain
Thread-Index: AcVoNC4LDYr+7tgLRuqNfaERYIzyGwAAUBmA
In-Reply-To: <a144e52105060305014996abcf@mail.gmail.com>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <20050603121055.1D4F442B5@node42.naturaljoin.lan>
Content-Transfer-Encoding: 8bit
X-archive-position: 20679
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-To: oracle-l-bounce@freelists.org
X-original-sender: lex.de.haan@naturaljoin.nl
Precedence: normal
Reply-To: lex.de.haan@naturaljoin.nl
X-list: oracle-l
X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on 
 air891.startdedicated.com
X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=ham version=2.63
X-Orig-Date: Fri, 3 Jun 2005 14:16:11 +0200

 
the error is unrelated to the SET TRANSACTION statement. the error simply means
that Oracle is not able to provide a read-consistent image of the data you
access in the script, probably caused by *other* transactions simultaneously
running on the same database, making changes to the database, and committing
those changes. Those *other* transactions are apparently using rollback segment
RBS02, and apparently that rollback segment is quite small -- so it gets
overwritten in a cyclic way. You probably have a heavy, long-running query in
your script?
hope this helps,
kind regards,

Lex.
 
------------------------------------------------------------------
Steve Adams Seminar http://www.naturaljoin.nl/events/seminars.html
------------------------------------------------------------------

-----Original Message-----
From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] On
Behalf Of Onkar N Tiwary
Sent: Friday, June 03, 2005 14:01
To: oracle-l@freelists.org
Subject: RBS not using

Hi all,
 I have got one problem. I am running a script in which my first statement is "
SET TRANSACTION USE ROLLBACK SEGMENT RBS01;" but the script is throwing error as
" ora-01555: snapshot too old. Rollback segment rbs02 too small" . 
Now the problem is why its throwing error on RBS02 when I have set my
transaction to use RBS01? Any comments on this or any suggestion ?

--
Thanks & Regards,
T. Onkar Nath
Ph : +91-9826728111(Cell)
to_onkar@yahoo.com
onkarnath.tiwary@gmail.com

--
http://www.freelists.org/webpage/oracle-l



--
http://www.freelists.org/webpage/oracle-l

