Hi Tim,
I have couple questions about redo logs and standby logs and real time apply......
1. when I created redo logs without THREAD, how does Oracle create the thread? I don't understand why some logs are THREAD 0 and some logs are THREAD 1. In order to use the same THREAD, let's say 1. I have to add THREAD 1 to create logs command, I don't understand.......
2. When I used standby logs as opposed to ARCH, if I need to FAILOVER one day, do I have to issues any extra command for recovery? or it's prettty the same as ARCH?
Thanks Tim