Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01547: failed to allocate extent size of 95 in tablespace 'SYSTEM'
This is an example of resizing the user tablespace:
ALTER DATABASE DATAFILE
'/u1/oradb10/product/8.0.5/dba/orcl_user_01.dbf' RESIZE 100M;
Resizes it to 100 meg.
HTH
Rick
On Sun, 29 Nov 1998, Ewa M. wrote:
> could you please drop some example of how to resize the tablespace? - I
> would be interested to know the syntax..
> TIA
> REgards,
> Eva
>
>
Received on Sun Nov 29 1998 - 16:09:46 CST
![]() |
![]() |