Reorganizing in NOARCHIVELOG Mode 
A complete backup of the database is not required if all redo logs since the last backup are available. If this is the case, it is sufficient for security purposes to use the ORACLE command ALTER SYSTEM SWITCH LOGFILE to force redo log file switching. This means that the online redo log files, which were not yet backed up by ARCH (this normally only concerns the current online redo log group), can also be written in the archiving directory.
Only an immediate offline backup can offer complete security. It is therefore best to start an offline backup of the entire database.
Although an online backup is possible, it conceals a certain risk if every data file was not backed up. If the online backup - for any reason - terminates, a recovery can only proceed to the state before the reorganization (starting from the last backup before the start of the reorganization). All changes made in the database during the online backup would be lost and would have to be repeated after the reorganization.