UTL_HTTP -> ORA-12535: TNS:operation timed out
We have an HTTP request that works when it's made as sys, but doesn't work when another user is connected. ACLs for the user are configured.
We have migrated our 19.23 cluster to new servers and changed to a multitenant PDB. We had not this problem before the migration.
SELECT UTL_HTTP.REQUEST ('https://exemple.com', NULL, 'file:/u01/app/oracle/admin/wallet', 'password') FROM DUAL
*
ERROR at line 1:
ORA-12535: TNS:operation timed out
I would appreciate any help.