DB Startup fails if optional log_archive_dest is not found
Server: Windows Server 2003 R2
DB: Oracle 10.2.0.4
Last month, in order to provide a little extra backup, I started duplexing my archive logs on a couple of databases - so that I'd have my local copies and then I was shooting a separate copy out to the file server.
I set the following parameters:
log_archive_dest_1='location=use_recovery_file_dest'
log_archive_dest_2='location=\\fsv01\backups\prod\archive'
Things have been working very well ... right up until we had our monthly maintenance on Saturday.
The DB Server came up before the file server. When the services started and tried to start the database I got errors stating that log_archive_dest_2 couldn't be translated and the database didn't start.
Last month, in order to provide a little extra backup, I started duplexing my archive logs on a couple of databases - so that I'd have my local copies and then I was shooting a separate copy out to the file server.
I set the following parameters:
log_archive_dest_1='location=use_recovery_file_dest'
log_archive_dest_2='location=\\fsv01\backups\prod\archive'
Things have been working very well ... right up until we had our monthly maintenance on Saturday.
The DB Server came up before the file server. When the services started and tried to start the database I got errors stating that log_archive_dest_2 couldn't be translated and the database didn't start.
0