MAX_EXTENT

Hello
on 11g R2, which is the range of value for MAX_EXTENT?
He is not here:
http://docs.Oracle.com/CD/E11882_01/server.112/e25513/statviews_2108.htm
Maximum number of MAX_EXTENT NUMBER of permitted extensions in the segment

Thank you.
What does min MAX_EXTENT=0 ?

SQL > create table hr.example
2 (cadena varchar2 (20))
1 k
4 users tablespace
5 10 PCTFREE
6 initrans 1
7 maxtrans 255
storage 8)
9 first 64K
10 minextents 1
11 maxextents 0)
12;
MAXEXTENTS 0)
*
ERROR on line 11:
ORA-02221: no valid value of MAXEXTENTS storage option

What is the min value that I can give for MAX_EXTENT ? 

1

SQL > create table hr.example
2 (cadena varchar2 (20))
1 k
4 users tablespace
5 10 PCTFREE
6 initrans 1
7 maxtrans 255
storage 8)
9 first 64K
10 minextents 1
11 maxextents 1)
12;

Table created.

What is the max value that I can give for MAX_EXTENT ? 

unlimited

SQL > create table hr.example
2 (cadena varchar2 (20))
1 k
4 users tablespace
5 10 PCTFREE
6 initrans 1
7 maxtrans 255
storage 8)
9 first 64K
10 minextents 1
11 maxextents unlimited)
12;

Table created.

Tags: Database

Similar Questions

  • Size of the object is reached 80%

    Hi all

    We had a warning like: objects have reached 80% of their size max.

    for this alert, which is action that we take. Please let us know.

    Thank you!

    Edited by: 899329 may 1, 2012 04:57

    We had a warning like: objects have reached 80% of their size max.

    Normally this type of alert should come from tablespace.
    Alert object level we normally see in 8i/9i able size reach at max_extent
    You can check this below to view

    Nom_segment, SEGMENT_TYPE, EXTENSIONS, SELECT OWNER, MAX_EXTENTS OF DBA_SEGMENTS where nom_segment = 'nom_segment ';

Maybe you are looking for