Getting datafile online after alter database datafile offline drop
Hello,
I wanted to remove an empty datafile but I ran the wrong command "alter database datafile '+DATA/.....' offline drop;", so the datafile has now a recover status.
The database runs in archivelog mode and I can't stop it.
What's the best solution to get it online again (or remove it) without interrupting the service?
Thank's
Dan