ORA-10485: Real-Time Query cannot be enabled while applying migration redo

I got ” ORA-10485: Real-Time Query cannot be enabled while applying migration redo ” error in the Oracle dataguard.

 

ORA-10485: Real-Time Query cannot be enabled while applying migration redo

Details of error are as follows.

Stopping change tracking
2022-02-04T00:15:08.730266+03:00
Errors in file /u01/app/oracle/diag/rdbms/msdbdr/MSDBDR2/trace/MSDBDR2_pr00_343500.trc:
ORA-10485: Real-Time Query cannot be enabled while applying migration redo.
2022-02-04T00:15:08.758519+03:00
Background Media Recovery process shutdown (MSDBDR2)

 

 

This ORA-10485 error is related with the Real-Time Query feature was enabled when an attempt was made to recover through migration redo generated during primary upgrades or downgrades.

This error is occured when I apply the Latest Patchset of Oracle ( PSU 14 ).

 

To solve this error, Stop managed recovery in the standby as follows.

SQL> alter database recover managed standby database cancel;

 

Wait until all the redo is applied to the standby and the standby is in sync. Do a couple of log switches on the primary, all instances if RAC, and let them apply to the standby.shutdown the standby and startup mount if the Standby is RAC, shutdown all instances of Standby as follows.

$ srvctl stop database -d MSDBDR

 

 

Then startup one instance in mount mode and start managed recovery without real time apply.

SQL> startup mount;

SQL> alter database recover managed standby database using current logfile disconnect ;

 

 

If you want to learn more details about Oracle Dataguard, read the following posts.

https://ittutorial.org/category/oracle/dataguard/ 

 

 

Do you want to learn Oracle Database for Beginners, then read the following articles.

Oracle Tutorial | Oracle Database Tutorials for Beginners ( Junior Oracle DBA )

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

Leave a Reply

Your email address will not be published. Required fields are marked *