4)不能被offline,否则会报:ORA-03264: cannot drop offline datafile of locally managed tablespace
针对该报错,解决方法为:
[oracle@rhel63single u02]$ oerr ora 3264
03264, 00000, "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
[oracle@rhel63single u02]$
5) Cannot be a datafile that is part of the system tablespace, even if it is not the first datafile of the system tablespace
--该条来源于How to Drop a Datafile From a Tablespace (文档 ID 111316.1)