Hi Benjamin and Stefan,
many, many thanks for reply!
I want to transfer the archived redo logs from the primary site to the standby site manually
and plan to perform the following steps:
- "alter database force logging;" on source database
- "alter database create standby controlfile as '..../stbyctl.dbf';" on source database
- copy source to target- database
- "startup nomount pfile pfile=initstandby.ora;" with "*.control_files='.../stbyctl.dbf';" on target database
- "alter database mount standby database;" on target database
- "alter database recover standby database cancel;" on target database
- "alter system archive log all;" on source database
- "shutdown immediate" on source database
- "recover standby database" on target database
I have forgotten something?
kind regards
Lutz