Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AIX file descriptors

Status
Not open for further replies.
Apr 13, 2004
316
US
There was a data file that was removed from Oracle 9i when the DROP TABLESPACE was ran, however, the filesystem space was not reclaimed because there is an open file descriptor. I know that if the database is restarted it will, of course, close the file descriptor and release the space.

Is there any way that the file descriptor can be closed and release the space? The filesystem is a production database so they won’t shut it down until the weekend.

Thanks, I am not a C programmer, so don’t know how this could be done. I am just an IBM PSSP admin.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top