RE: Problem with undo tablespace and snapshot too old

2003-10-15 Thread Kirtikumar Deshpande
> >Sent: Wednesday, October 15, 2003 9:25 AM > >To: Multiple recipients of list ORACLE-L > >Subject: Problem with undo tablespace and snapshot too old > > > > > >Hi! > > > >We are experiencing a weird problem here... > > > >We have automat

RE: Problem with undo tablespace and snapshot too old

2003-10-15 Thread John Kanagaraj
t [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 15, 2003 9:25 AM >To: Multiple recipients of list ORACLE-L >Subject: Problem with undo tablespace and snapshot too old > > >Hi! > >We are experiencing a weird problem here... > >We have automatic undo management enab

Problem with undo tablespace and snapshot too old

2003-10-15 Thread Daiminger, Helmut
Hi! We are experiencing a weird problem here... We have automatic undo management enabled and the undo tablespace is 6 GB in size. undo_retention is set to 30 minutes. when a certain transaction runs, it fails with ORA-1555 Snapshot too old, although the undo tablespace only uses 700 MB (out of

Re: Snapshot too old in undo tablespace in 9i?

2003-08-15 Thread Stephen . HODGKINSON
un.com> cc: Sent by: Subject: Re: Snapshot too old in undo tablespace in 9i?

Re: Snapshot too old in undo tablespace in 9i?

2003-08-15 Thread Daniel Fink
Stephen, Tim's statement is correct, but can be construed incorrectly if you read it and think of TEMP segments. AUM still uses undo segments (same basic structure as rollback segments). However, one of the space management steps is to allow an undo segment to 'steal' extents from another undo

Re: Snapshot too old in undo tablespace in 9i?

2003-08-15 Thread Stephen . HODGKINSON
un.com> cc: Sent by: Subject: Re: Snapshot too old in undo tablespace in 9i?

Re: Snapshot too old in undo tablespace in 9i?

2003-08-14 Thread Daniel Fink
couple of hours longer than you think the > export will take. > > > "Guerra, Abraham > J" ORACLE-L <[EMAIL PROTECTED]> > @amfam.com> cc: > Sent by: Subject: Snapshot too

snapshot too old errors on an analyze table?

2003-08-06 Thread rgaffuri
What gets me here is that there are no other transactions occurring using that table. Now there are alot of other long running transactions occuring at that time, but they do not involve the table that was being analyzed. any suggestions on what to check for? -- Please see the official ORACLE

Snapshot too old in undo tablespace in 9i?

2003-08-06 Thread Guerra, Abraham J
Title: Message Hello Group,   I just upgraded a database to Oracle 9.2.0.3 from 8.1.7.  I created an undo tablespace with 10 (default) undo segments... however, during an export I got the following message:   ORA-01555: snapshot too old: rollback segment number 15 with name "_SYS

RE: Snapshot too old in undo tablespace in 9i?

2003-08-05 Thread Guerra, Abraham J
cc: Sent by: Subject: Snapshot too old in undo tablespace in 9i?

Re: Snapshot too old in undo tablespace in 9i?

2003-08-05 Thread Thomas Day
Sent by: Subject: Snapshot too old in undo tablespace in 9i?

RE: RE: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread rgaffuri
to. So it dissapears. Therefore snapshot too old. You have a few options here. you need to analyze your process and see what is going on. IF your doing an insert select on the same table and another transaction is doing an update. Your insert select wont see the changed records. Does this matter?

RE: RE: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread Smith, Ron L.
delete create index. correct? > > From: "Smith, Ron L." <[EMAIL PROTECTED]> > Date: 2003/07/28 Mon PM 01:24:23 EDT > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: Oracle Snapshot Too Old during programatic load > > The index

RE: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread Thater, William
he index to the table in the TEST database I start > getting Snapshot Too Old errors. I added 25% more space to the RBS > tablespace but it didn't do any good. I also tried reducing the > frequency of commits as suggested in Oracle papers but I still get > the same error. If I remov

Re: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread rgaffuri
t ORACLE-L <[EMAIL PROTECTED]> > Subject: Oracle Snapshot Too Old during programatic load > > I asked this last week, but I have a little more info this week. > > I have a table that gets programmatically loaded each night. The table > needs to have an index added for repor

Re: RE: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread rgaffuri
Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: Oracle Snapshot Too Old during programatic load > > The index is not set up with nologging. I can build the index after the > load with no problem. There is no other activity in the database

RE: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread Smith, Ron L.
able that gets programmatically loaded each night. The table > needs to have an index added for reporting purposes. However, when I > add the index to the table in the TEST database I start getting Snapshot > Too Old errors. I added 25% more space to the RBS tablespace but it > didn

Re: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread Rachel Carmichael
eeds to have an index added for reporting purposes. However, when I > add the index to the table in the TEST database I start getting > Snapshot > Too Old errors. I added 25% more space to the RBS tablespace but it > didn't do any good. I also tried reducing the frequency of commi

Re: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread Daniel Fink
y loaded each night. The > > table needs to have an index added for reporting purposes. However, > > when I add the index to the table in the TEST database I start getting > > > Snapshot Too Old errors. I added 25% more space to the RBS tablespace > > > but it didn&

Re: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread Ron Rogers
is week. > > I have a table that gets programmatically loaded each night. The table > needs to have an index added for reporting purposes. However, when I > add the index to the table in the TEST database I start getting Snapshot > Too Old errors. I added 25% more space to the RBS tablespace but

RE: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread Smith, Ron L.
to have an index added for reporting purposes. However, > when I add the index to the table in the TEST database I start getting > Snapshot Too Old errors. I added 25% more space to the RBS tablespace > but it didn't do any good. I also tried reducing the frequency of > commits

Re: Oracle Snapshot Too Old during programatic load

2003-07-28 Thread AK
more info this week. > > I have a table that gets programmatically loaded each night. The table > needs to have an index added for reporting purposes. However, when I > add the index to the table in the TEST database I start getting Snapshot > Too Old errors. I added 25% more

Oracle Snapshot Too Old during programatic load

2003-07-28 Thread Smith, Ron L.
I asked this last week, but I have a little more info this week. I have a table that gets programmatically loaded each night. The table needs to have an index added for reporting purposes. However, when I add the index to the table in the TEST database I start getting Snapshot Too Old errors

RE: Please help with ORA-01555 Snapshot too old

2003-07-22 Thread Dawtrey, Lindsay L
-01555 Snapshot too old Help!   I have a production and a test database, both with 3000mg RBS tablespaces with two datafiles.  Both have db_block_buffers set at 1000.  The only difference is the production db has 7 rollback segments and the test db has 8.  The rollback segments are

RE: Please help with ORA-01555 Snapshot too old

2003-07-22 Thread DENNIS WILLIAMS
Ron - I think you are feeling that one system is good and the other is bad. My suggestion is to consider one system at the ragged edge of failing and the other system over the edge and in the ditch. Next week with a different set of data, they may both well fail or both succeed. With ORA-01555 erro

RE: Please help with ORA-01555 Snapshot too old

2003-07-22 Thread Odland, Brad
Snapshot too old also occurs when there is a commit across an open cursor. Keep the commit on the outermost cursor in your PL/SQL (if you are using PL/SQL) IN other words committing on the inside of a cursor FOR loop can cause the cursor snapshot to be overwritten in rollback by activity on the

RE: Please help with ORA-01555 Snapshot too old

2003-07-22 Thread Smith, Ron L.
They are both processing the same data, the same way. -Original Message- Sent: Tuesday, July 22, 2003 10:15 AM To: Multiple recipients of list ORACLE-L Ron I'm guessing that one of the loads receives the ORA-01555 and the other doesn't. Does the load commit occasionally? There are so

Re: Please help with ORA-01555 Snapshot too old

2003-07-22 Thread Daniel Fink
Ron, Are the sizes of the data manipulated by the batch load the same? Is the db_block_size the same on each database? What is the size of the rbs during processing? What is the hwmsize, shrinks, extends from v$rollstat? You may be encountering a situation where the

RE: Please help with ORA-01555 Snapshot too old

2003-07-22 Thread DENNIS WILLIAMS
Ron I'm guessing that one of the loads receives the ORA-01555 and the other doesn't. Does the load commit occasionally? There are some pretty good papers on Metalink for this error. Dennis Williams DBA, 80%OCP, 100% DBA Lifetouch, Inc. [EMAIL PROTECTED] -Original Message- Sent:

Please help with ORA-01555 Snapshot too old

2003-07-22 Thread Smith, Ron L.
Title: Message Help!   I have a production and a test database, both with 3000mg RBS tablespaces with two datafiles.  Both have db_block_buffers set at 1000.  The only difference is the production db has 7 rollback segments and the test db has 8.  The rollback segments are sized at 50mg each

Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread Daniel W. Fink
create the indexes based on the data in the stage tablespace or, we do insert select Commit; update commit; delete commit; The snapshot too old is occurring during the process of create table as, all the data is getting created in the new table, then Im getting a snapshot too old. I didnt have error

Re: Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread rgaffuri
nope. My process is rather simple. A flag comes in... either we do a create table as, drop the old table, and create the indexes based on the data in the stage tablespace or, we do insert select Commit; update commit; delete commit; The snapshot too old is occuring during the process of

RE: Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread Ganesh Raja
that is using that rollback segment for a consistent view of the database. If the rollback segment shrinks, the query cannot find the data that it needs. This results in a snapshot too old error. To: Multiple recipients of list ORACLE-L <[EM

RE: Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread Lord, David - CSG
; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 05 June 2003 18:40 > To: Multiple recipients of list ORACLE-L > Subject: Re: Re: Snapshot too old during stress test... how to avoid > > > nope. My process is rather simple. > > A flag comes in... either we do a cr

Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread Daniel W. Fink
ts optimal size as soon as the update, insert, or delete transaction is committed. However, there may be a long running query that is using that rollback segment for a consistent view of the database. If the rollback segment shrinks, the query cannot find the data that it needs. This results in a sn

Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread Daniel W. Fink
Are you hitting ORA-1555 because of a fetch across commit? [EMAIL PROTECTED] wrote: why would removing optimal setting help with snapshot too old? what I dont understand is that each of my DML transactions are independent of each other. They query and perform DML on different tables

RE: Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread Ganesh Raja
2003/06/05 Thu AM 10:09:52 EDT > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: Re: Snapshot too old during stress test... how to avoid > > Snapshot Too Old Maybe caused bcos of Delayed Block Cleanout Problems. > Now this Bock was updated an Hour ago and

RE: Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread Ganesh Raja
Snapshot Too Old Maybe caused bcos of Delayed Block Cleanout Problems. Now this Bock was updated an Hour ago and u are now selecting it.. It finds that there are ITL Entries in there and oracle wants to see if the Transaction has been commited. He Goes back to the Transaction Table of the RBS

RE: Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread rgaffuri
and Im not updating the data dictionary. > > From: "Ganesh Raja" <[EMAIL PROTECTED]> > Date: 2003/06/05 Thu AM 10:09:52 EDT > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: Re: Snapshot too old during stress test... how to avoid >

Re: Re: Snapshot too old during stress test... how to avoid

2003-06-06 Thread Thomas Day
cannot find the data that it needs. This results in a snapshot too old error. To: Multiple recipients of list

Re: Re: Snapshot too old during stress test... how to avoid

2003-06-05 Thread rgaffuri
why would removing optimal setting help with snapshot too old? what I dont understand is that each of my DML transactions are independent of each other. They query and perform DML on different tables. None of them overlap. The only time they overlap is when they hit the data dictionary for

Re: Snapshot too old during stress test... how to avoid

2003-06-05 Thread Tim Gorman
gt; > > > Kirtikumar Deshpande <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 06/04/2003 09:45 AM > Please respond to ORACLE-L > > > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > cc: > Subject:Re: Sn

Re: Snapshot too old during stress test... how to avoid

2003-06-05 Thread Jared . Still
Subject: Re: Snapshot too old during stress test... how to avoid Try removing optimal setting, and shrinking RBS to the min extents (or even below) before running your tests. - Kirti --- Garry Gillies <[EMAIL PROTECTED]> wrote: > From memory (of a course attended looon

Re: Snapshot too old during stress test... how to avoid

2003-06-05 Thread Kirtikumar Deshpande
Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > cc: > Subject:Snapshot too old during stress test... how to avoid > > > Im testing worst case scenarios right now. So Im doing batch > updates,inserts,deletes and 'create table as' fro

Re: Snapshot too old during stress test... how to avoid

2003-06-05 Thread Garry Gillies
ORACLE-L To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> cc: Subject: Snapshot too old during stress test... how to avoid Im testing worst case scenarios right now. So Im doing batch updates,inserts,deletes and 'create table as'

Snapshot too old during stress test... how to avoid

2003-06-04 Thread rgaffuri
ground in order to gather statistics and timing under worst case scenarios. Im in 8.1.7.3 and I have increased the size of my RBS tablespace to 11GB for this test. I have 4 standard RBS with optimal size set to 1GB. Why would I get a snapshot too old? I would think that 11GBs of rollback would be

RE: snapshot too old

2003-03-31 Thread Pradip_Biswas
BA's makes his living in their employment as Oracle DBA.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Friday, March 28, 2003 12:19 PMTo: Multiple recipients of list ORACLE-LSubject: snapshot too old why a select statement can give snapshot too old

Re: snapshot too old

2003-03-28 Thread Jose Luis Delgado
AK... this happens with LONG queries too... this means that you do not have enough rollback segments... or... that they are very small... HTH JL --- AK <[EMAIL PROTECTED]> wrote: > why a select statement can give snapshot too old > erorr . > there is no update , yes but its

RE: snapshot too old

2003-03-28 Thread DENNIS WILLIAMS
003 12:19 PM To: Multiple recipients of list ORACLE-L why a select statement can give snapshot too old erorr . there is no update , yes but its a long running query . what is fix for this ? -ak -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: DENNIS WILLIAMS INET:

snapshot too old

2003-03-28 Thread AK
why a select statement can give snapshot too old erorr . there is no update , yes but its a long running query . what is fix for this ?   -ak

RE: Snapshot Too Old Error on Export !!!

2003-02-21 Thread Darrell Landrum
y in the export. The database is trying to give you data as of the time you started the export. The fact that you are getting the snapshot too old message is evidence that the data is changing while you are exporting -- to the extent that the database is eventually unable to keep doing it -- but

Re: Snapshot Too Old Error on Export !!!

2003-02-21 Thread Bjørn Engsig
t backup a database with the export utility. I suspect you get your error because you are using consistent=y in the export. The database is trying to give you data as of the time you started the export. The fact that you are getting the snapshot too old message is evidence that the data is chan

RE: Snapshot Too Old Error on Export !!!

2003-02-21 Thread Stephen Lee
I'm certainly not an Oracle internals expert. My understanding of ANY consistent set of data is provided by the rollback segments. It goes something like this: A select is run The database notes the SCN where the select started Consistent data is given to the query by pulling data from the tabl

RE: Snapshot Too Old Error on Export !!!

2003-02-21 Thread Sunil_Nookala
I suspect you get your error because you are using consistent=y in the export. The database is trying to give you data as of the time you started the export. The fact that you are getting the snapshot too old message is evidence that the data is changing while you are exporting -- to the exten

Re: Snapshot Too Old Error on Export !!!

2003-02-21 Thread Bjørn Engsig
without 1555 risk).  Yes, this is 100Gb of rollback:-) /Bjørn. Jackson Dumas wrote: Hi all I have a problem when doing an export in one of ourt production databases. The export fails with ORA-01555, snapshot too old error. I have increased the number of rollback segments and their sizes on the

RE: Snapshot Too Old Error on Export !!!

2003-02-21 Thread Stephen Lee
I would echo a previous post that you can't backup a database with the export utility. I suspect you get your error because you are using consistent=y in the export. The database is trying to give you data as of the time you started the export. The fact that you are getting the snapsho

RE: Snapshot Too Old Error on Export !!!

2003-02-21 Thread Nelson, Allan
is running. To really understand the issue go to http://www.ixora.com.au and look at Steve Adams' material on snapshot too old. Allan -Original Message- Sent: Friday, February 21, 2003 4:00 AM To: Multiple recipients of list ORACLE-L Hi all I have a problem when doing an export i

RE: Snapshot Too Old Error on Export !!!

2003-02-21 Thread John.Hallas
ng an export in one of ourt production databases. The export fails with ORA-01555, snapshot too old error. I have increased the number of rollback segments and their sizes on the database. Also I have went to an extent of specifying the parameter constent=n on my script but backups fails. The worst pa

Snapshot Too Old Error on Export !!!

2003-02-21 Thread Jackson Dumas
Hi all I have a problem when doing an export in one of ourt production databases. The export fails with ORA-01555, snapshot too old error. I have increased the number of rollback segments and their sizes on the database. Also I have went to an extent of specifying the parameter constent=n on my

RE: Snapshot too old

2003-01-08 Thread Todd Arave
ch written in PL/SQL (millions of lines of code split over 7 batches) When the job is running, certain batches stop with ORA-1555 : Snapshot too old. Other batches run well till the end. Bizarre is that not always the same job stops. When I do a trace I see nothing. With a normal trace I

RE: Snapshot too old

2003-01-07 Thread DENNIS WILLIAMS
e job is running, certain batches stop with ORA-1555 : Snapshot too old. Other batches run well till the end. Bizarre is that not always the same job stops. When I do a trace I see nothing. With a normal trace I am pretty sure that I will never see it. Rollback segments are rarely used. So ma

RE: Snapshot too old

2003-01-07 Thread Patrick Van der Sande
code split over 7 batches) When the job is running, certain batches stop with ORA-1555 : Snapshot too old. Other batches run well till the end. Bizarre is that not always the same job stops. When I do a trace I see nothing. With a normal trace I am pretty sure that I will never see it.

RE: Snapshot too old

2003-01-07 Thread DENNIS WILLIAMS
, Since a few weeks I am tuning a big conversion batch written in PL/SQL (millions of lines of code split over 7 batches) When the job is running, certain batches stop with ORA-1555 : Snapshot too old. Other batches run well till the end. Bizarre is that not always the same job stops

Snapshot too old

2003-01-07 Thread Patrick Van der Sande
Dear,   Since a few weeks I am tuning a big conversion batch written in PL/SQL (millions of lines of code split over 7 batches) When the job is running, certain batches stop with ORA-1555 : Snapshot too old. Other batches run well till the end.   Bizarre is that not always the same

Re: "snapshot too old" error - strange

2002-05-28 Thread Greg Moore
> I meant , no one runs a DML against those tables during > the running of the program. Right. If there is no DML while your program is running, then the snapshot error is due to DML that was run earlier. The solution is simple. In the programs that do large batch inserts or updates on these t

RE: "snapshot too old" error - strange

2002-05-28 Thread Jeremiah Wilton
On Mon, 27 May 2002, Nirmal Kumar Muthu Kumaran wrote: > Increase rollback segment size for this transaction and make sure > that the transaction will use the huge rollback segment I don't think that solution is correct. This is a common misconception about "snapshot too old.&

RE: "snapshot too old" error - strange

2002-05-28 Thread Connor McDonald
How about DML before (ie before your query starts)? If there are massive amount of blocks to be cleaned out, this can lead to ora-1555 hth connor --- Andrey Bronfin <[EMAIL PROTECTED]> wrote: > I meant , no one runs a DML against those tables > during the running of the > program. > > > DBAn

RE: "snapshot too old" error - strange

2002-05-28 Thread Andrey Bronfin
agains A or B . AB> But occasionally i get the Ora-1555 - "snapshot too old" error during the AB> run of the aforementioned program. AB> Any ideas , please ? AB> TIA AB> DBAndrey AB> * 03-9254520 AB> * 058-548133 AB> * mailto:[EMAIL PROTECTED] -- Best

Re: "snapshot too old" error - strange

2002-05-27 Thread Stephane Faroult
Greg Moore wrote: > > > 2 huge tables A and B > > > Now , NO ONE carries a DML agains A or B. > > If no one ever does DML against those two tables, how did they end up having > so many rows? > > Do you run large batch update or insert operations against these tables from > time to time? > On

Re: "snapshot too old" error - strange

2002-05-27 Thread Greg Moore
> 2 huge tables A and B > Now , NO ONE carries a DML agains A or B. If no one ever does DML against those two tables, how did they end up having so many rows? Do you run large batch update or insert operations against these tables from time to time? -- Please see the official ORACLE-L FAQ: h

RE: "snapshot too old" error - strange

2002-05-27 Thread Andrey Bronfin
-01555 messages (followed by a ORA-22924), on tables with LOBs ... HTH, Remco -Oorspronkelijk bericht- Van: Andrey Bronfin [mailto:[EMAIL PROTECTED]] Verzonden: maandag 27 mei 2002 14:53 Aan: Multiple recipients of list ORACLE-L Onderwerp: "snapshot too old" error - strange

RE: "snapshot too old" error - strange

2002-05-27 Thread Simon Waibale
Onderwerp: "snapshot too old" error - strange Dear list ! There is something strange going on in my production DB. There is a program that reads fom 2 huge tables (A and B - select only) and writes a fraction of records into some third table (let's call it C - inserts only). Now , NO ON

RE: "snapshot too old" error - strange

2002-05-27 Thread Daemen, Remco
Aan: Multiple recipients of list ORACLE-L Onderwerp: "snapshot too old" error - strange Dear list ! There is something strange going on in my production DB. There is a program that reads fom 2 huge tables (A and B - select only) and writes a fraction of records into some third table (

RE: "snapshot too old" error - strange

2002-05-27 Thread Nirmal Kumar Muthu Kumaran
Title: RE: "snapshot too old" error - strange Increase rollback segment size for this transaction and make sure that the transaction will use the huge rollback segment hth nirmal -Original Message- From:   Andrey Bronfin [SMTP:[EMAIL PROTECTED]] Sent:   Mon, May 27,

"snapshot too old" error - strange

2002-05-27 Thread Andrey Bronfin
i get the Ora-1555 - "snapshot too old" error during the run of the aforementioned program. Any ideas , please ? TIA DBAndrey * 03-9254520 * 058-548133 * mailto:[EMAIL PROTECTED] -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Andrey Bronfin INET: [EMAIL

RE: snapshot too old

2002-01-17 Thread Gogala, Mladen
ursday, January 17, 2002 6:25 AM To: Multiple recipients of list ORACLE-L Seema Singh wrote: > > Hi > At time of export i am getting following error > "EXP-8: ORACLE error 1555 encountered > ORA-01555: snapshot too old: rollback segment number 6 with name "R03&qu

RE: snapshot too old

2002-01-17 Thread Gogala, Mladen
phane... You're mean... :-) -Original Message- Sent: Thursday, January 17, 2002 6:25 AM To: Multiple recipients of list ORACLE-L Seema Singh wrote: > > Hi > At time of export i am getting following error > "EXP-8: ORACLE error 1555 encountered > ORA-01555: snap

RE: snapshot too old

2002-01-17 Thread Mohan, Ross
r > "EXP-8: ORACLE error 1555 encountered > ORA-01555: snapshot too old: rollback segment number 6 with name "R03" too > small" > > Please suggest > Thanks > -Seema Mladen, any idea ? -- Regards, Stephane Faroult Oriole Ltd -- Please see the official O

RE: snapshot too old

2002-01-17 Thread Johnston, Tim
Stephane... You're mean... :-) -Original Message- Sent: Thursday, January 17, 2002 6:25 AM To: Multiple recipients of list ORACLE-L Seema Singh wrote: > > Hi > At time of export i am getting following error > "EXP-8: ORACLE error 1555 encountered > OR

Re: snapshot too old

2002-01-17 Thread Stephane Faroult
Seema Singh wrote: > > Hi > At time of export i am getting following error > "EXP-8: ORACLE error 1555 encountered > ORA-01555: snapshot too old: rollback segment number 6 with name "R03" too > small" > > Please suggest > Thanks > -Seema

RE: snapshot too old

2002-01-16 Thread Suhen Pather
Seema, The "ORA-1555 snapshot too old" occurs when export tries to construct a read consistent view of your data from rollback segments, which has been overwritten or reused for new transactions. Other sessions are updating data while the export is running in consistent mode (using

Re: snapshot too old

2002-01-16 Thread Marin Dimitrov
- Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 23:55 > > Hi > At time of export i am getting following error > "EXP-8: ORACLE error 1555 encountered > ORA-01555: snapshot too

snapshot too old

2002-01-16 Thread Seema Singh
Hi At time of export i am getting following error "EXP-8: ORACLE error 1555 encountered ORA-01555: snapshot too old: rollback segment number 6 with name "R03" too small" Please suggest Thanks -Seema ___

RE: ORA-01555: snapshot too old: rollback segment number...

2002-01-15 Thread Viktor
correctly) > > > > Yechiel Adar, Mehish Computer Services > > [EMAIL PROTECTED] > > > > > -----Original Message- > > > From: Karniotis, Stephen > [SMTP:[EMAIL PROTECTED]] > > > Sent: Tue, January 15, 2002 8:05 PM > > &

RE: ORA-01555: snapshot too old: rollback segment number...

2002-01-15 Thread Deshpande, Kirti
s > [EMAIL PROTECTED] > > > -Original Message- > > From: Karniotis, Stephen [SMTP:[EMAIL PROTECTED]] > > Sent: Tue, January 15, 2002 8:05 PM > > To: Multiple recipients of list ORACLE-L > > Subject:RE: ORA-01555: snapshot too old: rollback

RE: ORA-01555: snapshot too old: rollback segment number...

2002-01-15 Thread Rachel Carmichael
5 PM > > To: Multiple recipients of list ORACLE-L > > Subject:RE: ORA-01555: snapshot too old: rollback segment > number... > > > > You can export with CONSISTENT=N; a consistent view of the data > will not > > be > > achieved. You can also increase

RE: ORA-01555: snapshot too old: rollback segment number...

2002-01-15 Thread אדר יחיאל
; -Original Message- > Sent: Tuesday, January 15, 2002 12:20 PM > To: Multiple recipients of list ORACLE-L > Subject: ORA-01555: snapshot too old: rollback segment number... > > Hi all, > > Last nignt when we were expring data for one of our > databases,

RE: ORA-01555: snapshot too old: rollback segment number...

2002-01-15 Thread Karniotis, Stephen
Technical Alliance Manager Compuware Corporation Direct: (248) 865-4350 Mobile: (248) 408-2918 Email: [EMAIL PROTECTED] Web:www.compuware.com -Original Message- Sent: Tuesday, January 15, 2002 12:20 PM To: Multiple recipients of list ORACLE-L Subject:ORA-01555: snapshot too old

RE: ORA-01555: snapshot too old: rollback segment number...

2002-01-15 Thread Babich , Sergey
Subject:ORA-01555: snapshot too old: rollback segment number... Hi all, Last nignt when we were expring data for one of our databases, this error ocurred: ORA-01555: snapshot too old: rollback segment number 3 with name "R02") offset=(0). Now, we were able to once again expor

ORA-01555: snapshot too old: rollback segment number...

2002-01-15 Thread Viktor
Hi all, Last nignt when we were expring data for one of our databases, this error ocurred: ORA-01555: snapshot too old: rollback segment number 3 with name "R02") offset=(0). Now, we were able to once again export and load data this morning. And there was no error. What is the best

RE: ORA-01555 Snapshot Too Old

2001-10-18 Thread Steve Adams
:11 PM > To: Baker, Barbara > Subject: RE: ORA-01555 Snapshot Too Old > > Hi Barb, > > You should either have all other rollback segments offline, or put an > uncommitted transaction in each online rollback segment. > > @ Regards, > @ Steve Adams > @ http://www

RE: ORA-01555 Snapshot Too Old

2001-10-18 Thread DENNIS WILLIAMS
PROTECTED] -Original Message- Sent: Thursday, October 18, 2001 4:05 PM To: Multiple recipients of list ORACLE-L The same weekly job has been blowing up with "snapshot too old" for the last year. After having been awakened (again) at 3:00 am, I'm a desperate woman. Any ideas w

ORA-01555 Snapshot Too Old

2001-10-18 Thread Baker, Barbara
The same weekly job has been blowing up with "snapshot too old" for the last year. After having been awakened (again) at 3:00 am, I'm a desperate woman. Any ideas would be greatly appreciated. We get the ORA-1555 error every time we run this job. We get this error if the