Hi All,

I am trying for first time, to create physical standby database using data guard feature of oracle on windows box.
As I am fresher in dba field, to keep it simple I am doing it on same box.

Issue:
1) Archive logs are getting created on primary database in archive folder specified “LOG_ARCHIVE_DEST_1" parameter in pfile of primary database.
But on standby database I am not able to see archive logs and they are not getting copied there.
2) What things need to be done so that archive logs will get copied on standby database?
3) Do I initializing the both database using wrong "redo transport, redo apply and role management parameters"?
How should I initialize following parameters in data guard configuration?

LOG_ARCHIVE_DEST_1
LOG_ARCHIVE_DEST_2
FAL_SERVER=
FAL_CLIENT=
db_file_name_convert=
log_file_name_convert
LOG_ARCHIVE_FORMAT

regards,
knp_11