How can u recover standby which far behind from primary (or) without archive logs how can we make standby sync?
1. If the DB is small but very busy (that's why lots of transaction logs will be created) , we can create the standby DB itself instead of applying all pending archivelogs.
2. If DB is big, use RMAN increamental backup option.
2. If DB is big, use RMAN increamental backup option.
Comments