use
alter system log_archive_start=true scope=spfile;

it will alter the parameter in spfile dynamically so that it will be true at next startup also
and use
alter system archive log start;
for current instance of the database
its working with oracle 9r2

Good bye