When one runs dbms_stats how often is the data committed?  Before Oracle exports a 
table it needs to gather information about it such as the columns comprising it.  I 
wonder if this information also includes data changed by dbms_stats and/or RMAN.

We used to have similar problems when exporting while an application was doing quite a 
few drop tables and CTAS's.  However that pretty much went away with 8.1.7.  

Ian MacGregor
Stanford Linear Accelerator Center
[EMAIL PROTECTED]


-----Original Message-----
Sent: Thursday, May 29, 2003 9:15 AM
To: Multiple recipients of list ORACLE-L


Oh yeah, for the export consistent=N

-----Original Message-----
Sent: Thursday, May 29, 2003 9:14 AM
To: '[EMAIL PROTECTED]'


A certain alignment of the planets occurred creating a good ole ORA-01555 error... A 
user level export received the snapshot too old error and terminated. Concurrent to 
this was an RMAN backup and DBMS_STATS.GATHER_TABLE_STATS(...) which was being run on 
the same schema being backed up via the user level export. There was no other end user 
access to the schema data. Since exp got the error I assume it was reading from the 
rollback segments but why? I'm suspecting dbms_stats. We have ample RBS. Is there any 
significant undo generated by dbms_stats or RMAN which could create this problem? 

(Of course we need to improve our job scheduling but that's another issue, the timing 
of the user level export is application driven and out of our control). 


Befuddled in Bozeman,
Walt and Steve
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Orr, Steve
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: MacGregor, Ian A.
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to