Parameters
- LIST
Causes SQL*Plus to display information about the current state of archiving.
- STOP
Stops log files from being automatically archived.
- START
Turns on automatic archiving of redo log files.
- NEXT
Manually archives the next log file group in the sequence, provided that it is filled. Use ARCHIVE LOG LIST to see the sequence number of this file.
- ALL
Manually archives all log file groups that have been filled but not previously archived.
- log _sequence_number
Manually archives a specific log file group, provided that the group is still online.
- destination
Specifies a destination for archived log files. If used with ARCHIVE LOG START, this becomes the destination for all log files as they are archived. If used with NEXT, ALL, or a specific sequence number, this becomes the destination for files archived by that one command. If you do not specify a destination when using ARCHIVE LOG START, the value from the LOG_ARCHIVE_DEST initialization parameter is used.