Hi!
I was wondering what the allocated extent sizes for locally managed tablespaces with the autoallocate clause are? The first extents are 64k in size. How many 64k chunks are allocated? What are the next sizes?
CREATE TABLESPACE local_auto
DATAFILE '/u02/oradata/local_auto01.dbf'
SIZE 1M reuse
EXTENT MANAGEMENT LOCAL AUTOALLOCATE;
This is 9.2.0.2 on Solaris.
Thanks,
Helmut