Hi,
I've created a clone of production database through RMAN restore and recovery. This secondary database is running a different server with the same database name and DBID as production.
Now that both the databases are running with the same DBID, is it possible to apply all the production archive logs generated after clone to secondary database and bring it in sync with production? (I dont want to restore the RMAN backup again and apply archive log, as it takes too much time for restoration)
In short this is my question, is it possible to apply database archive logs to another database in a non-dataguard environment.
Thanks