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:Set transaction does not work

Re:Set transaction does not work

From: <dgoulet_at_vicr.com>
Date: Thu, 29 Mar 2001 10:29:37 -0800
Message-ID: <F001.002DBDA1.20010329103026@fatcity.com>

Is there a session that is likewise accessing that table? What may have been blown was not your rollback segment, but the one where the other session was putting it's uncommitted changes.

Dick Goulet

____________________Reply Separator____________________
Author: blair_at_pjm.com
Date:       3/29/2001 9:50 AM

RDBMS 7.3.2.3 I am running this under SQLPLUS

set transaction use rollback segment BIG_ROLLBACK

select c1, c2
from giant_poorly_indexed_table
where unindexed_colum='****';

exit;

I end up with "snapshot too old" rollback segment RB_07.

Why won't it use the giant rollback segment I created for this transaction? The segment is public and it is online.

> -----Original Message-----
> From: Brian Wisniewski [SMTP:brian_wisniewski_at_yahoo.com]
> Sent: Thursday, March 29, 2001 7:45 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Is terminal release of 8.0.x still supported?
>
> I checked yesterday and 8.0.6 which is the terminal 8.0.X release is
> still supported on Solaris. Freakin' vendor won't certify their
> product for anything above 8.0.5 which hasn't been supported for nearly
> a year now. mumble, mumble...
>
> - Brian
>
> --- Cherie_Machler_at_gelco.com wrote:
> >
> > We have some 8.0.4 databases running on Sun Solaris.
> > I believe that 8.0.4 has been desupported as of December 31, 2000.
> > We are unable to upgrade one of our apps at this time that is
> > running on an 8.0.4 database.
> >
> > Is the terminal release of 8.0.x still supported? If yes, what is
> > that terminal release? Is it 8.0.7? How long before that terminal
> > release will be desupported (if it is currently supported)?
> >
> > Thanks,
> >
> > Cherie Machler
> > Gelco Information Network
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author:
> > INET: Cherie_Machler_at_gelco.com
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing
> > Lists
> > --------------------------------------------------------------------
> > 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).
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/?.refer=text
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Brian Wisniewski
> INET: brian_wisniewski_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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.com
-- 
Author: 
  INET: blair_at_pjm.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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.com
-- 
Author: 
  INET: dgoulet_at_vicr.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Thu Mar 29 2001 - 12:29:37 CST

Original text of this message

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