Home » RDBMS Server » Server Administration » Shrink Space (11g)
Shrink Space [message #451313] Wed, 14 April 2010 00:33 Go to next message
malhi
Messages: 96
Registered: December 2009
Location: Karachi
Member
I use following command to determine which table can benefit from shrinking
select * from
table(dbms_space.asa_recommendations('FALSE', 'FALSE', 'FALSE'))
order by reclaimable_space desc


then i give following command to get reclaimable space
alter table t1 enable row movement ;
alter table t1 shrink space cascade;
alter table t1 disable row movement ;


in table t1 427MB was shown as reclaimable space, after executing above commands, i run dbms_space procedure again to check the out come, but result was same.
I understand tablespaces are by default ASSM in 11g, none of table has LONG datatype or LOB indexes or MVIEW with ON COMMIT.
What should i do...
Re: Shrink Space [message #451472 is a reply to message #451313] Thu, 15 April 2010 00:42 Go to previous messageGo to next message
rahulvb
Messages: 924
Registered: October 2009
Location: Somewhere Near Equator.
Senior Member
did you gather statistics after regain the space?
Re: Shrink Space [message #451543 is a reply to message #451472] Thu, 15 April 2010 05:12 Go to previous message
malhi
Messages: 96
Registered: December 2009
Location: Karachi
Member
yes
Previous Topic: URGENT HELP PLEASE - drop index hangs on SAP
Next Topic: ORA-02085
Goto Forum:
  


Current Time: Mon Jul 01 18:18:39 CDT 2024