I'm not using 10g, so jwittenm's solution is not personally helpful, but since other people might find that it solves *their* problems, I'll award that answer.
My current idea is to create an entirely new database from scratch, and export the bloated one into the fesh one, then delete the old one.
Massive job that's going to suck up loads of time and disk space, but I know no other way :-))
Main Topics
Browse All Topics





by: jwittenmPosted on 2005-05-31 at 09:27:34ID: 14114747
if you are on 10g, use the 'alter table <tablename> shrink space cascade' command.