On the Standby connection window, it is not possible to set up the DB Name on the Standby Connection Window.
Connection details are for the incorrect standby database.
Execute the following SQL query on primary:
SELECT dest_id,
dest_name,
destination,
db_unique_name
FROM v$archive_dest
WHERE target= 'STANDBY' AND schedule IN ('ACTIVE','LATENT') AND dest_name LIKE 'LOG_ARCHIVE_DEST_%';
And following on secondary node:
select db_unique_name,from v$database;
If the db_unique_name column is not the same, please correct the configuration of archive destination. It need to be the same on both servers.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center