Hi, we have Oracle 11.2 primary database, and recently built Oracle 19c standby database.
we try to open the standby database for normal use but failed:
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-00604: error occurred at recursive SQL level 1
ORA-00904: "I"."UNUSABLEBEGINNING#": invalid identifier
...
What I can do? this is windows environment.
Thank you!