Oracle Solution for Error ora-19602

Solution for Oracle Error ORA-19602

ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode

What triggered the Error:

u tried to copy or backup a file that was not closed cleanly, and the database was in NOARCHIVELOG mode. This is not allowed because when restored, the file will require redo application before it is usable, and redo is not currently being saved beyond the contents of the online redo logs.

What should we do to fix it:

ke the tablespace offline clean or close the database and retry the copy or backup.