Andrea, If it were me and I had tables that were reloaded every day, I would set the following:
PCTFREE=5 : Since you are not doing deletes & inserts, keep this small PCTUSED=95 : Since you are not doing updates, pack the data right in tight. PCTINCREASE=0 : I ALWAYS set this to 0. and, make sure that the INITIAL extent size was large enough to hold all of the data. Hope this helps. Tom Mercadante Oracle Certified Professional -----Original Message----- Sent: Tuesday, October 02, 2001 7:40 AM To: Multiple recipients of list ORACLE-L Hello ! After having defined all the tables, now I have to parametrize each table. I have some tables that every day must be deleted and reloaded through sql loader. I think to set PCTFREE = 0, but I don't know if I have to specify a particular value for PCTUSED. Anybody can give an advice about which value set PCTUSED ? Thanks in advance, Andrea -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Quaglio Andrea INET: [EMAIL PROTECTED] 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: [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.com -- Author: Mercadante, Thomas F INET: [EMAIL PROTECTED] 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: [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).
