Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed

User_PT6OPDec 17 2012 — edited Dec 17 2012
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;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2013
Added on Dec 17 2012
4 comments
1,656 views