Hello everyone,
I recently encountered an issue while trying to send an HTTP request from my Oracle Database to a REST service endpoint at https://example.com/auth/login
. I kept getting the following error:
ORA-12545: Connect failed because target host or object does not exist
My database is running on a Linux server within an internal network.
Any insights or suggestions would be greatly appreciated!
Thank you in advance for your help.