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: default tablespace

Re: default tablespace

From: Niall Litchfield <niall.litchfield_at_gmail.com>
Date: Tue, 27 Sep 2005 10:27:54 +0100
Message-ID: <7765c897050927022761a17d72@mail.gmail.com>


any object that requires physical storage will be created in the default tablespace unless otherwise specified
(TABLE,INDEX,CLUSTER,MATERIALIZED VIEW etc), logical objects (views,procedures etc) get stored in the data dictionary and so reside in objects in the SYSTEM tablespace.
 cheers
 Niall

 On 9/27/05, John Dunn <jdunn_at_sefas.com> wrote:
>
> What database objects are created in the default tablespace?
>
> If I create a table, is both the index and the table created in the
> default
> tabalespace?
>
> Platform is Oracle 9.2
>
>
>
> John Dunn
>
> --
> http://www.freelists.org/webpage/oracle-l
>

--
Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 27 2005 - 04:30:18 CDT

Original text of this message

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