QUESTION POSED ON: 07 May 2009
I'm trying to drop a broken datafile in my Oracle 10g using this:
ALTER TABLESPACE "TABLESPACE" DROP DATAFILE '/sata/oracle/db_1/oradata/ORCLM7/spacefiles/spacefiles_8'
But I always get the following error: ORA-00060: deadlock detected while waiting for resource
I drop all tables/packages which belong to this datafile. This datafile is on offline mode. Can you help?
|