Release Space [message #361959] |
Fri, 28 November 2008 15:10 |
prashanthgs
Messages: 89 Registered: May 2005 Location: chennai
|
Member |
|
|
Hi,
We had a table named A with millions of rows occupying more space. We truncated the table and found that OS space - (Data file) not released after truncation of this table. Still it occupies the space.
How to release the space?
oracle version : 10.2.0.4
OS : AIX
Thanks and Regards,
Prashanth
|
|
|
Re: Release Space [message #361961 is a reply to message #361959] |
Fri, 28 November 2008 15:43 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Expected behavior.
You need to resize the datafile ( if you are in dire need to get space).
Search the forum/docs/google for exact procedures.
|
|
|