Oracle Solution for Error ora-00258

ORA-00258: manual archiving in NOARCHIVELOG mode must identify log

What triggered the Error:

The database is in NOARCHIVELOG mode and a command to manually archive a log did not specify the log explicitly by sequence number, group number or filename.

What should we do to fix it:

Specify log by filename, by group number or by thread and sequence number.