Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Anyway to reorganize the system tablespace?
Timothy Leung wrote:
>
> I am looking for a way to defrag the tablespace SYSTEM. Since I cannot drop
> any object inside it. So I cannot re-organize it in a conventional
> way(export data, drop the objects, create objects).
>
> Thanks in advance!
> Tim
Is there any particular need ?
Access inside the catalog is almost totally optimised around the rule based optimiser - the vast majority of access is via index reads...
You could always export/import you entire database but is that really
worth the effort ?
--
![]() |
![]() |