Log_archive_dest Issue
edited Aug 1, 2013 9:40AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 5 commentsAnswered ✓
I had an issue today where my production database wouldn't come up after a server reboot (yes, I said production). I was able to figure out that it was an issue with the log_archive_dest parameter values being used for archiving and data guard. The 2 parameters being used were log_archive_dest and log_archive_dest_1 which I come to find out don't work well together come database start up time. I have changed the log_archive_dest parameter to be log_archive_dest_2 in both the init.ora file and spfile and have my production database back on line.
1