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!

LRM-00101: unknown parameter name

Krystian RakoczyJul 7 2009 — edited Feb 26 2012
Hi,
I'm trying to configuring standby in my test environment. I faced problems with defining log_archive_dest.

SQL> startup mount pfile=orcl.ora
LRM-00101: unknown parameter name 'location'
LRM-00101: unknown parameter name 'VALID_FOR'
LRM-00101: unknown parameter name 'VALID_FOR'
ORA-01078: failure in processing system parameters

This is part of my init.ora:
-bash-3.00$ grep archive_dest orcl.ora
*.log_archive_dest_1='location=/u01/oradata/orcl/log VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=orcl'
*.log_archive_dest_2='service=stan LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=stan'
*.log_archive_dest_state_1=enable
*.log_archive_dest_state_2=enable

Where is an error? What should I change to startup database?

regards,
Krystian
This post has been answered by 389403 on Jul 7 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 25 2012
Added on Jul 7 2009
20 comments
28,323 views