Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How can i change the MAXEXTENTS ??
Madhu Cherukuri wrote:
> Unfortunately you can not change the maxextents of a table
This is not correct. The syntax for changing MAXEXTENTS is:
ALTER TABLE schema_name.table_name STORAGE (MAXEXTENTS some_numeric_value);
Regards,
Daniel A. Morgan Received on Wed Aug 19 1998 - 01:21:03 CDT
![]() |
![]() |