请教一下drop tablespace including contents datafiles后df -h空间不变的问题。
rhel3u2
oracle 10g 10.1
现象 drop tablespace including contents datafiles 后 dba_tbs的确消失了,v$datafile消失了。ls -l 看 physical file也消失了。
唯独df -h的空间不变。
metalink上有一篇关于这个问题的文章。
但是没有更仔细确切的说明。
觉得不太像。
http://metalink.oracle.com/metal ... amp;p_id=637526.999
在一个oracle的partner的support上,有这样的信息;
内容:
文号 19681 最終更新 00-11
( Version ) Oracle Server - Enterprise Edition( )
Component RDBMS
Platform( Version ) Generic issue()
Reference
概要 after deleting datafile, the area occupied by the file is not released
[Problem]
after DROP TABLESPACE and delete datafile with OS command,
the area that occupied by the datafile seems not released to OS.
ls command doesn't list the file.
but after shutting down the database, the area seems released.
[Cause]
after DROP TABLESPACE droping tablespace, SMON still open the datafile.
because that SMON relase temporary segment and user's operation are are asyncronized, the files droped are still opened.
[Action]
wait several minutes for SMON closing the files. the period depend on the size of datafiles, the size and number of objects.
while shutdown could also release the files.
谁碰到过这样的问题?