Home » RDBMS Server » Server Administration » Not Able to Delete Space below High Water Mark
Not Able to Delete Space below High Water Mark [message #60350] Tue, 03 February 2004 01:17 Go to next message
Sunil
Messages: 132
Registered: September 1999
Senior Member
I am trying to deallocate the space below high water mark using the following SQL:

ALTER TABLE TEST_TABLE DALLOCATE UNUSED KEEP 6k

But the system is throwing ORA-03230 error saying: segment only contains 0 blocks of unused space above high water mark.

Error Message

ORA-03230: segment only contains 0 blocks of unused space above high water mark.

Regards

Sunil
Re: Not Able to Delete Space below High Water Mark [message #60353 is a reply to message #60350] Tue, 03 February 2004 02:52 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
your KEEP seems to be high.
try reducing it.
or
just move the table to the same tablespace_as_before.
it will reset the HWM.

sql> alter table mytable move tablespace Mytablespace;
Re: Not Able to Delete Space below High Water Mark [message #60364 is a reply to message #60350] Tue, 03 February 2004 06:46 Go to previous messageGo to next message
Thiru
Messages: 1089
Registered: May 2002
Senior Member
'deallocate unused' will only deallocate space ABOVE HWM and not below it.

-Thiru
Re: Not Able to Delete Space below High Water Mark [message #60646 is a reply to message #60350] Mon, 23 February 2004 21:34 Go to previous message
Suresh
Messages: 189
Registered: December 1998
Senior Member
hi
please visit the below link .
http://www.samoratech.com/OraAdmin/swHighWaterMark.doc
Previous Topic: how to find the values that have been passed to a update statement to the server
Next Topic: How to change the SID of the database ?
Goto Forum:
  


Current Time: Fri Sep 20 12:22:20 CDT 2024