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: How Do I create a TablesSpace in Oracle 7.3.3 on an NT Box??

Re: How Do I create a TablesSpace in Oracle 7.3.3 on an NT Box??

From: Victor L. Artchakov <victor_at_rias.khv.ru>
Date: 1997/10/09
Message-ID: <AAwO50uyDG@rias.khv.ru>#1/1

> I am using oracle 7.3.3 on an NT server. I have created a database and
> want to create tablespaces before running a script to create tables.
> Can anyone show me how to CREATE TABLESPACES??
>
> Cheers
>
> Rudi
>
>

This is an example from SQL*Plus "Oracle7 Server SQL Reference" CREATE TABLESPACE tabspace_3

        DATAFILE 'C:\tabspace_file3.dat' SIZE 500K REUSE
        AUTOEXTEND ON NEXT 500K MAXIMUM 10M;
Received on Thu Oct 09 1997 - 00:00:00 CDT

Original text of this message

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