I'm running on NT4, and my log_archive_format is set to the default ('%%oracle_sid%%T%TS%S.arc')

My alert file is giving me the following message

Log sequence in archive filename wrapped
to fix length as indicated by %S in LOG_ARCHIVE_FORMAT.
Old log archive with same name might be overwritten.

The default value makes the %S 5 digits with leading zeros. Can I make it 6 digits with leading zeros ?

Otherwise I will have to use %s which will not have the leading zeros.

Thanks