Sunday, July 21, 2024

ORA-24550 error in application (for example BMC control M) on an oracle db with standby and service setup

ORA-24550 error in application (for example BMC control M) on an oracle db with standby and service setup


Cause: You might have a service based db connection confguration, but the service isnt started in db.

Fix: Start the service with which the app connects using dbms_service.start_service('<service_name>'); to start the service. Once service is started, retry the application start (for ex. BMC control M), the services should come up fine.

No comments:

Post a Comment

OGG 26ai setup on a remote server rather than on the oracle db server

  OGG 26ai setup on a remote server rather than on the oracle db server VM setup:  Oracle Linux 8. already there with no oracle binding. Set...