Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORA-1632 max extents reached ..
Hi,
i have an application where I create a tablespace , defaukt tablespace to a particular user .. The way I create this tablespace is
create tablespace ts_name
datafile 'ts_path/ts_filename' size ts_size default storage (initial 5K next 5K pctincrease 50) ONLINE;
Now after using this for awhile populating thsi tablespace with tables
and data, one particlaur table in this tablespace
is giving me the error
ORA-1632 max extents reached ..
Now my questions are
Thanks
RSV
rsvcool_at_yahoo.com
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Apr 09 1999 - 08:40:24 CDT
![]() |
![]() |