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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: strange issue with setting transaction

RE: strange issue with setting transaction

From: Kevin Lange <kgel_at_ppoone.com>
Date: Fri, 03 Jan 2003 12:09:14 -0800
Message-ID: <F001.00526D83.20030103120914@fatcity.com>


Sergei;
  Is it a simple update/insert into a single table ??   Does the table have any triggers on it ?   Do you commit anywhere in the update and then do another update/insert ?

  How about showing the update/insert code you are running.

-----Original Message-----
Sent: Friday, January 03, 2003 1:49 PM
To: Multiple recipients of list ORACLE-L

I am running 8.1.6 on solaris 2.8.

Before running a large update, I tried to set a specific rollback segment by:
Set transaction use rollback segment RBIG20;

The transaction runs for a while and fails with:

ORA-01555: snapshot too old: rollback segment number 29 with name "R27" too
Small

Any idea?

Thank you

Sergei

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Sergei
  INET: sergei_at_netflip.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Kevin Lange
  INET: kgel_at_ppoone.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Jan 03 2003 - 14:09:14 CST

Original text of this message

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