Just as you must specify a location for archived log files, you must also
specify a naming convention. The log_archive_format
initialization parameter is used to do that. The four special character sequences listed here may be used as part of the filename:
%s |
The log sequence number. This continually increments as redo log files are produced. |
%t |
The log thread number, which uniquely identifies the instance producing the log file. This is necessary when the Parallel Server option is being used because the sequence numbers used by multiple instances will overlap.
|
%S |
The log sequence number, but as a fixed-width field padded to the left with zeros. |
%T |
The thread number as a fixed-width field padded to the left with zeros. |