|
I replied to this exact question on the
SearchDatabase forums today. Your problem lies in
the usage of the LOG_ARCHIVE_DEST_n parameter when
only one archive destination is used. You also
specified the LOCATION parameter. Try using the
following instead:
LOG_ARCHIVE_DEST=d:somedirarchive
That should clear up your problem. It will get around
the known issues of the LOG_ARCHIVE_DEST_n parameter
when only one archive destination is used. And it will
get around the LOCATION parameter, which is most
likely causing the error message you are seeing.
For More Information
|