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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Locally Managed Tablespaces

Re: Oracle Locally Managed Tablespaces

From: Marek Läll <marek_at_eesti.umbluu.ee>
Date: Sun, 6 Nov 2005 00:39:39 +0200
Message-ID: <dkjccq$409$1@kadri.ut.ee>


Hi,

Yes, there is difference. Use the following example to see the difference. Create 2
tables with different initial sizes and have a look at the size and number of extents
using view dba_extents. You will notice the difference:

create table ... initial 64K ...
create table ... initial 1G ...
select * from dba_extents

regards,
Marek Received on Sat Nov 05 2005 - 16:39:39 CST

Original text of this message

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