Hi, All

i am using Oracle10g enterprse edition, having two servers one prodution & one standby, when i shutdowned & then restarted both the servers, archive logs from production database were not being archived to standby. So, i issued command

SQL> alter system set log_archive_dest_2 = 'location' ;
SQL> Alter system set log_archive_dest_state_2=enable;

and now archiving started on standby database,

now to recover my standby database what i have to do.
& my standby database is in mount stage now.

regards

sahil