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 -> Help: Strange storage behaviour when using parallel

Help: Strange storage behaviour when using parallel

From: Joe Bayer <u705413818_at_spawnkill.ip-mobilphone.net>
Date: Wed, 12 Jun 2002 16:37:25 GMT
Message-ID: <l.1023899846.1614074707@[64.94.198.252]>


I created an index like this

create index sensor_data_id_pk
on sensor_data_200one (sensor_data_id)
local
storage (initial 200m next 200m)
tablespace indx
nologging
parallel (degree 2)

But when I query the dictionary, I got the following results:

PARTITION_NAME                 INITIAL_EXTENT NEXT_EXTENT    EXTENTS
------------------------------ -------------- ----------- ----------
FEB_2001                            209715200   327680000          3
MAR_2001                            209715200   327680000          3
APR_2001                            209715200   327680000          3
MAY_2001                            209715200   262144000          2
JUN_2001                            209715200   327680000          3
JUL_2001                            209715200   327680000          3
AUG_2001                            209715200   327680000          3
SEP_2001                            209715200   327680000          3
OCT_2001                            209715200   409600000          4
NOV_2001                            209715200   209715200          1
JAN_2001                            209715200   409600000          4

The next_extent is change from partition to partition, could somebody tell me why?

Thanks  

-- 
Sent by  joebayerii  from hotmail within area com
This is a spam protected message. Please answer with reference header.
Posted via http://www.usenet-replayer.com/cgi/content/new
Received on Wed Jun 12 2002 - 11:37:25 CDT

Original text of this message

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