ORA-15028: ASM file 'string' not dropped; currently being accessed
What triggered the Error:
An attempt was made to drop an ASM file, but the file was being accessed by one or more database instances and therefore could not be dropped.What should we do to fix it:
Shut down all database instances that might be accessing this file and then retry the drop command.