Duplexing Archive Logs to remote file server
Environment:
Server: Windows Server 2003 R2
DB: Oracle 10.2.0.5 Enterprise
we have requirements for duplexing archive logs to remote server and i am trying to use the 'log_archive_dest' parameter for transporting the redo logs. Currently the parameter 'log_archive_dest' is set and is enabled in local disk . and i have set another parameter
alter system set log_archive_dest_2='location=\\devdb\prod\archive' scope=spfile;
When i try to startup database oracle is popping up the error that I cannot use the 'log_archive_dest_2' with 'log_archive_dest'.
ORA-16019: cannot use LOG_ARCHIVE_DEST_2 with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST
0