Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> optimal settings for a table creation
We have a tablespace that we transport to a production system. It is currently dictionary managed. Yes I know that locally managed is preferabe, but changing right now is not an option.
I recenlty ran a report I got off of Steve Adams site and found that one of our tables is only is 9.5% of its allocated blocks. This table is inserted and updated nightly.
It has about 20 million records. What are the optimal settings for it?
This is what we are using now. I know this is basic, but Im a developer and not a DBA. Trying to pick up the material as quick as possible, but its a long learning curve.
Im thinking I should turn on no logging also in order to speed up the scrubbing process. We can afford to lose the data and it does not need to be archived. Its possible to turn on 'no logging' for session or transaction correct?
TABLESPACE TEST PCTFREE 10 STORAGE ( INITIAL 671375360 NEXT 73859072 PCTINCREASE 10 ))TABLESPACE TEST
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: 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 Mon May 12 2003 - 07:31:39 CDT