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: Pre-allocation of spce for new rows.

Re: Pre-allocation of spce for new rows.

From: rob <rob_at_dsdelft.nl>
Date: Thu, 11 Oct 2001 14:51:46 +0200
Message-ID: <9q44kk$2bc$1@news.tudelft.nl>

> Could you pls tell me, if I want to insert 1 million row to a table,
> how would I pre-allocate space to the data and index tablespaces, so
> that it will not fail. Oracle 7.3.

Alter table allocate extent ( [size integer [M|K]] [datafile 'filename']);

It's in the FM.

Rob Received on Thu Oct 11 2001 - 07:51:46 CDT

Original text of this message

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