Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Size of segment

Re: Size of segment

From: Ray Stell <stellr_at_cns.vt.edu>
Date: Mon, 29 Apr 2002 10:33:27 -0800
Message-ID: <F001.004521A4.20020429103327@fatcity.com>


On Mon, Apr 29, 2002 at 09:29:31AM -0800, Hately Mike wrote:
> create tablespace disks_and index
> datafile '/disk1/disks_and index01.dbf' size 51m,
> '/disk2/disks_and index01.dbf' size 51m;
>
> create table mike01 (
> x varchar(10)
> )
> storage (initial 50m)
> tablespace disks_and index;
>
>
> create table mike01_ix on mike01(x)
> storage (initial 50m)
> tablespace disks_and index;

"I'm speachless, I am without speach."



Ray Stell stellr_at_vt.edu (540) 231-4109 KE4TJC 28^D
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ray Stell
  INET: stellr_at_cns.vt.edu

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: 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 Apr 29 2002 - 13:33:27 CDT

Original text of this message

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