Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: PCTFREE and data warehousing
> Thanks,
> Ben
Ben,
check the method via which the data is being loaded. Both sqlldr in DIRECT mode and INSERT /*+ append */ as a NOLOGGING operation write above the high water mark. This would imply that regardless of the segment storage parameters, the existing blocks below the high water mark would never be written to during loads.
Pd
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon Jun 21 2004 - 13:43:43 CDT