Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Drop/free space issue

BSalesRashidSep 27 2012 — edited Oct 2 2012
Hi fellows,

I am using Oracle Database 10.2.0.5

In this environment we are not using archive log.

I will load some data from a production to development environment, using datapump. This data belongs to a single schema, and that schema already exists in development env. but the data in development env. is too old, i just have to 'update' the data.


Here's my doubt:
I will drop all objects from this schema in develop. env. and after this i will import the data. I have low space in the disk, but after the drop, some datafiles suppose to get empty, and the data that will be imported should fulfill the tablespaces and i would not have to allocate more space to this tablespaces.
The question is, when i drop the objects, it will release the space instantly ?

I am concerned about this, because if i drop the schema, try to import it, and fails because of tablespace burst, it will be a big problem for me, because i have no more space on the disk to allocate for datafiles.

Thanks in advance, any precisely information about this will be appreciate.

Regards,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 30 2012
Added on Sep 27 2012
21 comments
516 views