Drop datafile
Hello,
I need to drop one datafile, but I get following ORA-03264: "cannot drop offline datafile of locally managed tablespace"
*Cause: Trying to drop offline datafile in lmts
*Action: Try to drop file afetr making it online"
When I try to do respective tablespace online so I get the following Ora Errors: ORA-01122: "database file %s failed verification check", ORA-01110, ORA-01210
How to do drop this datafile?
Thank you for advice.