View Single Post

   
  #2 (permalink)  
Old 05-07-2008, 10:15 AM
Lennart
 
Posts: n/a
Default Re: How to reduce the highwatermark for a DMS tablespace?

On May 5, 12:44 am, rajdb2 <vrajendrare...@gmail.com> wrote:
> How to reduce the highwatermark for a DMS tablespace in V8.2? I have
> tried doing classic reorg on the table in the tablespace twice, but
> the highwatermark is lowered. Any ideas?


See db2dart command at:

http://publib.boulder.ibm.com/infoce...74%65%72%22%20

You probably want to do something like:

db2dart <yourdb> /LHWM /TSI <tblspc id> /np <size>

/Lennart

Reply With Quote