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

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with Rollback segment

Re: Problem with Rollback segment

From: Dan Norris <dann_at_sky.net>
Date: 1998/03/25
Message-ID: <6fc0e4$5um$1@sky.net>#1/1

using "set transaction" for a query has no effect (that I know of). select's are not transactions. If you are doing updates, inserts, or deletes that are part of a large transaction, then your "set transaction" statement will have impact.

Dan

dtang_at_minn.net writes:

>Hi:
 

>I got a very serious problem. I have a huge query to update a large
>table. It runs several hours, then dead with oraerr 01555. Snapshot
>too old, the rollback segment R05 is too samll.
>Then I creat a large rollbak segment O08, then
> use set Transaction use rollback segment r08, and run that query
>again.
>After hours , it died again with same error 01555, but it still say:
>"roll segment Ror (or whatever other than R08) is too small".
 

>I don't understand why the engine doesn't usr rollback segment I
>specified. Does anyone has any idea.
 

>If anyone has experience running a large query, could you help me put
>on this one. My email address is dtang_at_minn.net

>Thanks ahead

>Dong
Received on Wed Mar 25 1998 - 00:00:00 CST

Original text of this message

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