This is a 11i setup with on-going development. The source$,
argument$,idl_ub1$,idl_ub2$,obj$,dependency$ have all gone past 2000
extents. Other than recreating the database (the size of db is around 20GB)is there any method to reorg these objects.Can export drop import be used by connecting as sys/internal and taling export of the table one by one.?
Originally posted by Orca777 Hi,
due to these are normal tables you could reorganize them
with
Code:
alter table move ... Storage ...
But do not forget to rebuild the indexes it they have one.
* Before doing this i would take a cold backup before
* I would test it on an local game-databse before
Orca
I would not recommend to move the system tables whatsoever.
Anyway as pando said you need not worry about 2000 extents when you are using LMT. It won't affect the performance.
Bookmarks