Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: points to be noted while creating a database,
Hi Antony,
an Oracle database is no toy, you have learn something about the concept of Oracle:
physical structure:
- a tablespace consists of one or more data files
logical structure:
- data is always in an extent - contigous extents are called a segment - extents reside in an tablespace - space for storing data (rows) in a table is allocated in extents - at creation time of a tablespace you say what is the default extentsize for data allocated
there's much more, I don't know where to stop
Gerd Kock
info_at_no-spam.gerd-kock.de
On Fri, 12 Nov 1999 15:40:50 -0500, "PSINet News Service" <Antony.Amalraj_at_tpg.com> wrote:
>Hi every body,
>
> I am new to oracle 8i. I have to create a database with 200 tables,
>of Object-Model, Not a data-model. for development environement
>I am just wodering what are all the points to be noted while creating table
>space & table. could you please, summerise some plan with
>what could be the value for below parameters for transaction, temp,&
>master tables & tbspace.
>
> Initial extent, next extent, pctincrease, pctused,
>
>thanks in advance
>tony
>
>
Received on Fri Nov 12 1999 - 16:05:47 CST
![]() |
![]() |