Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting error ORA error message: ORA-12535: TNS:operation timed out

user8002815Feb 28 2025 — edited Mar 3 2025

Error: The HTTP request to "https://login.microsoftonline.com/xxxxxxxx-xxxx-xxx-xxxx-xxxxxxxx/v2.0/.well-known/openid-configuration" failed. - Additional info: ORA-12535: TNS:operation timed out - Display location: ON_ERROR_PAGE - Association type: - Item name: - Region id: - Column alias: - Row: - Model instance id: - Model record id: - Internal error: false - Common runtime error: false - APEX error code: APEX.HTTP.REQUEST_FAILED - SQL code: - SQL error: - Backtrace: ----- PL/SQL Call Stack ----- object line object handle number name

And we have below ACL's, But still we are getting APEX

select apex_web_service.make_rest_request(p_url => 'https://graph.microsoft.com/v1.0/me/',p_http_method => 'GET') from dual;

ORA-29273: HTTP request failed
ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 1325
ORA-06512: at "APEX_230100.WWV_FLOW_WEB_SERVICES", line 897
ORA-12541: TNS:no listener

Could you do the needful

Thanks

Comments
Post Details
Added on Feb 28 2025
7 comments
255 views