DGMGRL> switchover to SBDB; Performing switchover NOW, please wait... Operation requires a connection to database "sbdb" Connecting ... Connected to "SBDB" Connected as SYSDBA. New primary database "sbdb" is opening... Operation requires start up of instance "PROD" on database "prod" Starting instance "PROD"... Connected to an idle instance. ORACLE instance started. Connected to "PROD" Database mounted. Connected to "PROD" Switchover succeeded, new primary is "sbdb" DGMGRL> shwo configruation; Unrecognized command "shwo", try "help" DGMGRL> show configuration;
Configuration - dg_config
Protection Mode: MaxPerformance Members: sbdb - Primary database prod - Physical standby database
Fast-Start Failover: Disabled
Configuration Status: SUCCESS (status updated 64 seconds ago)
DGMGRL> exit; oracle@PROD admin$ tnsping PROD
TNS Ping Utility for Linux: Version 19.0.0.0.0 - Production on 16-OCT-2025 16:45:34
Copyright (c) 1997, 2019, Oracle. All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = PROD))) OK (0 msec) oracle@PROD admin$ tnsping sbdb
TNS Ping Utility for Linux: Version 19.0.0.0.0 - Production on 16-OCT-2025 16:45:39
Copyright (c) 1997, 2019, Oracle. All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.14.244)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = SBDB))) OK (0 msec) |