Hi
I have reached my Max extent limit of 121 and need to know how to alter this.
select t.initial_extent,t.next_extent,t.min_extents,t.max_extents,t.pct_increase
from dba_tablespaces t
where t.tablespace_name = 'PMDB_NDX1';
Could anyone help me out.
when i issue a alter tablespace PMDB_NDX1 storage(maxextents unlimited);
it gives me the following :
alter tablespace PMDB_NDX1 storage(maxextents unlimited)
*
ERROR at line 1:
ORA-02142: missing or invalid ALTER TABLESPACE option
any help please
simon
Simon Peter Wickham
Email: s.wickham@zoom.co.uk
I have reached my Max extent limit of 121 and need to know how to alter this.
select t.initial_extent,t.next_extent,t.min_extents,t.max_extents,t.pct_increase
from dba_tablespaces t
where t.tablespace_name = 'PMDB_NDX1';
Could anyone help me out.
when i issue a alter tablespace PMDB_NDX1 storage(maxextents unlimited);
it gives me the following :
alter tablespace PMDB_NDX1 storage(maxextents unlimited)
*
ERROR at line 1:
ORA-02142: missing or invalid ALTER TABLESPACE option
any help please
simon
Simon Peter Wickham
Email: s.wickham@zoom.co.uk