Drop schema and reclaim disk space [message #513817] |
Wed, 29 June 2011 09:11  |
hari_bk
Messages: 110 Registered: March 2006
|
Senior Member |
|
|
Hi
I need to drop one of the schema with 700 tables. There are other schemas in same database and tablespaces are shared across.
How can I reclaim the disk space after dropping the particular schema?
Thanks in advance
Hari
|
|
|
|
Re: Drop schema and reclaim disk space [message #513821 is a reply to message #513818] |
Wed, 29 June 2011 09:21   |
hari_bk
Messages: 110 Registered: March 2006
|
Senior Member |
|
|
BlackSwan wrote on Wed, 29 June 2011 19:47>How can I reclaim the disk space after dropping the particular schema?
"reclaim" from where to where?
Space is neither created nor destroyed when create or drop objects.
space is either used or unused.
If space is unused it can be (re)used.
I need to create one more schema and Import the tables. My question is the disk space is re used by the new schema ?
Thanks
|
|
|
|
Re: Drop schema and reclaim disk space [message #513823 is a reply to message #513822] |
Wed, 29 June 2011 09:28  |
hari_bk
Messages: 110 Registered: March 2006
|
Senior Member |
|
|
BlackSwan wrote on Wed, 29 June 2011 19:54>I need to create one more schema and Import the tables. My question is the disk space is re used by the new schema ?
yes, it new schema has same (default) tablespace
Thanks
|
|
|