ORA-16179: incremental changes to "log_archive_dest_2" not allowed with SPFILE
You can simply avoid this error by cross checking your command once again.
Use your command like this
SQL>ALTER SYSTEM SET log_archive_dest_2 = 'LOCATION=/OPT/ARC' SCOPE=SPFILE;
Cheers!!!