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: Newbie question about Tablespaces (and database creation).

Re: Newbie question about Tablespaces (and database creation).

From: Greg Akins <insomnia_at_a1usa.net>
Date: Fri, 16 Jul 1999 06:25:55 -0800
Message-ID: <932135159.4434@www.remarq.com>


Thanks, just for clarity

Should it be:

CREATE TABLESPACE APPL_DATA DATAFILE 'APPL_DATA' SIZE 100M AUTOEXTEND ON NEXT 10M MAXSIZE 1000M DEFAULT STORAGE
( INITIAL 100M NEXT 10M
MINEXTENTS 1
MAXEXTENTS 10 PCTINCREASE 1 )
MINIMUM EXTENT 10M; or just

CREATE TABLESPACE APPL_DATA DATAFILE 'APPL_DATA' SIZE 100M AUTOEXTEND ON NEXT 10M MAXSIZE 1000M ; Then when I create the table do I specify a real size for initial (how should I determine extent size for the table)?

-greg

Received on Fri Jul 16 1999 - 09:25:55 CDT

Original text of this message

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