High Number of Free chunks [message #224908] |
Thu, 15 March 2007 22:21 |
kumarvk
Messages: 214 Registered: July 2004
|
Senior Member |
|
|
Hi,
Can anyone help me how to remove this high number of free chunks in my tablespaces? Please help me with step by step method.
|
|
|
|
|
Re: High Number of Free chunks [message #225032 is a reply to message #225026] |
Fri, 16 March 2007 11:56 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
jamesbond007 wrote on Fri, 16 March 2007 12:10 | Hi, you need to execute the following command
alter tablespace <tablespace_name> coalesce;
it will work
|
Another one living in the past when dictionary managed tablespaces were the norm. Coalescing a locally managed tablespace is pointless. And please tell me why you think you need to eliminate free chunks?
|
|
|