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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to get rid of file from OS which is droped using offline drop.

862469Apr 17 2013 — edited Apr 17 2013
I have moved objects from a single file in tablespace to other tablespace.
still that tablespace taking 10G space on windows.
I tried to resize the file but it gives this error
ALTER DATABASE DATAFILE 'D:\APP\ADMINISTRATOR\ORADATA\PDDDB\PDDB_INDX01.DBF'
REISZE 100m

*
ERROR at line 1:
ORA-01916: keyword ONLINE, OFFLINE, RESIZE, AUTOEXTEND or END/DROP expected
I had to drop tablespace , but by mistake I had dropped the file with OFFLINE DROP.
Then I dropped the tablespace.

Now Is it ok to delete the file on windows, on running database?
This post has been answered by Sunny kichloo on Apr 17 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2013
Added on Apr 17 2013
2 comments
200 views