Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Size of segment
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."
-- 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
![]() |
![]() |