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: Extent sizes

Re: Extent sizes

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 24 Sep 2005 18:01:47 -0700
Message-ID: <1127610107.511976.203760@f14g2000cwb.googlegroups.com>


Pk, because of overhead especially the amount of space being held for updates (pctfree) it is likely that only 1 row can be inserted into each block. You can dump the blocks to see how many rows Oracle actually inserted into each block.

set echo off
--

alter system dump datafile &fileno block min &blkstrt block max &blkend /
undefine fileno
undefine blkstrt
undefine blkend Received on Sat Sep 24 2005 - 20:01:47 CDT

Original text of this message

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