Originally posted by newcomer
SQL> alter system set log_archive_start=TRUE
scope=BOTH;

alter system set log_archive_start=TRUE
*
ERROR at line 1:
ORA-02095: specified initialization parameter cannot be modified
You cannot modify this parameter dynamically, without bouncing the database.

http://download-west.oracle.com/docs...hredo.htm#4751

HTH.