ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed
Hello all,
I am trying to setup dataguard, i have two systems
both the systems are in same network and im able to connect to
the main db from 2nd system.
but the directory structure differs
ie.
in main server its D:\oracle\app\oradata\orcl where as in 2nd sys its E:\oracle\app\oradata\orcl
in this case how to mention the archive_log_dest_1 as im getting error when i tried using on 2nd system as
SQL> alter system set log_archive_dest_1='location=E:\oracle\app\oradata\orcl\a
rchive\ valid for=(all_logfiles,all_roles) db_unique_name=orcl' scope=spfile;