APPLY LOGS ON CLONE DATABASE AFTER OPEN
Clone of a database is cretaed via hot back.
Database is recovered with backup controlfile , then alter databaseopen resetlogs.
now the database is UP and running and the data is until the last log that was applied during the second last step i.e. recover database using backup controlfile.
Without dataguard , Can we apply the latest archivelogs to the clone after it is opened?
if yes how ?
best regards