File incorrectly added to tablespace RAC/ASM but the file is in $ORACLE_HOME/dbs on the node where t
We have a datafile that was being added to a tablespace, on RAC/ASM. The DBA didn't check to ensure the new disk group was visible on all nodes. the interesting thing is that it created it under $ORACLE_HOME/dbs/DATA_D on one of the nodes that couldn't see the ASM disk group. Now of course the file needs recovery, but that is not possible. We can't resize, or drop because the file can't be read. I was thinking:
1. Delete the underlying file /$ORACLE_HOME/dbs/DATA_D
2. Move all segments out of the current tablespace to a new tablespace
1. Delete the underlying file /$ORACLE_HOME/dbs/DATA_D
2. Move all segments out of the current tablespace to a new tablespace
0