Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Export question.
Well whaddya know...........
Analyzed the table with estimates statistics (sampled 30 percent) and bingo. My table is now reporting that it is 4.4Gb and not 330Mb. Avg row length went from 6 bytes to 81. On a 50+ million row table that made some difference to the calculation.
Many thanks Anita (and to all who replied). Yet another reason to get off this crappy bug ridden 8.0.5.0.0
Lee
-----Original Message-----
Sent: 15 May 2001 16:06
To: Multiple recipients of list ORACLE-L
Lee,
Definitely sounds like bug 766095. It isn't listed in the patchset readme file for 8.0.5.2.1 so it doesn't appear to be fixed in 8.0.5, although there might be a patchset exception for your platform (check with support).
The workaround is to estimate statistics using a percentage which brings the total amount of data analyzed under 4GB to avoid the overflow issue which results in the incorrect value, keeping in mind that the value produced by estimating may not be 100% accurate either.
HTH,
Lee,
Definitely sounds like bug 766095. It isn't listed in the patchset readme file for 8.0.5.2.1 so it doesn't appear to be fixed in 8.0.5, although there might be a patchset exception for your platform (check with support).
The workaround is to estimate statistics using a percentage which brings the total amount of data analyzed under 4GB to avoid the overflow issue which results in the incorrect value, keeping in mind that the value produced by estimating may not be 100% accurate either.
HTH,
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: A. Bardeen INET: abardeen1_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). The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Robertson Lee - lerobe INET: lerobe_at_acxiom.co.uk 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 Wed May 16 2001 - 02:08:08 CDT