LRM-00101: unknown parameter name
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