标题: ORA-19603: cannot backup or copy active file [打印本页] 作者: admin 时间: 2016-8-31 14:32 标题: ORA-19603: cannot backup or copy active file ORA-19603: cannotbackup or copy active file with KEEP .. UNRECOVERABLE option Cause: The user tried to copy or backup a file that was notclosed cleanly, with
KEEP .. UNRECOVERABLE option. This is not allowed because when restored,
the file will require redo application before it is usable, and redo will notbe saved
because of KEEP .. UNRECOVERABLE option. Action: Takethe tablespace offline cleanly, or close the database and retry the
copy or backup.