Getting ORA-02054 and ORA-16000 while creating a materialized view for a physical standby database
We wanted to create a materialized view in a read write database to get necessary data from a physical standby database. Our plan is to create the Mview in a complete refresh on demand mode which will be fed whenever DBMS_MVIEW.REFRESH procedure is called while master site (physical standby database) is in read only mode. But we are getting the below error:
ORA-02054: transaction 13.77.37977 in-doubt
ORA-16000: database open for read-only access
ORA-02063: preceding line from XYZ_TO_ABCD
We couldn't find any clue to solve this issue. Please help urgently.
Thanks,