Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Archive ERROR ????
This is a known feature of Oracle.
A workaround is to include part of the archive log file name in the dest parameter
e.g. log_archive_dest = /oracle/archlog/arch
Then set the log_archive_format
e.g. log_archive_format = _%s.arc
You should then get archive logs like
/oracle/archlog/arch_1.arc
/oracle/archlog/arch_2.arc
Hope this helps.
Regards,
Sean Walters
DBA
Received on Fri Mar 21 1997 - 00:00:00 CST
![]() |
![]() |