Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Reducing System Tablespace Size
Try to decrease the size of teh datafile
ALTER DATABASE DATAFILE '......' RESIZE ???M;
Essam Elsherif wrote in message ...
>Is there a way to reduce the size of the system tablespace on ORACLE 8.0
>without recreating the database?
>
>Essam
>
>
Received on Wed Oct 07 1998 - 02:03:01 CDT