log_archive_dest
hi,
db:10.2.0.4
OS:windows 7
I am unable to set the location of archivelog file using the parameter log_archive_dest.
I am getting the following error.
SQL> alter system set log_archive_dest='location=d:\archivelog';
alter system set log_archive_dest='location=d:\archivelog'
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-16018: cannot use LOG_ARCHIVE_DEST with LOG_ARCHIVE_DEST_n or
DB_RECOVERY_FILE_DEST
When I use the parameter log_archive_dest_1 parameter, I am able to set the location for the archive files.
SQL> show parameter log_archive_dest_1;
NAME TYPE VALUE
------------------------------------ ----------- ---------------------------
log_archive_dest_1 string location=d:\archivelog
log_archive_dest_10 string
why is it so