ORA-29248: an unrecognized WRL was used to open a wallet
(Doc ID 2202715.1)
Last updated on FEBRUARY 12, 2024
Applies to:
Advanced Networking Option - Version 11.2.0.0 and laterInformation in this document applies to any platform.
Goal
select UTL_HTTP.request('https://www.oracle.com',null,'E:\app\Administrator\product\11.2.0\wallets\Administrator', '****') from dual;
*
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-29248: an unrecognized WRL was used to open a wallet
ORA-06512: at "SYS.UTL_HTTP", line 368
ORA-06512: at "SYS.UTL_HTTP", line 1118
ORA-06512: at line 10
select UTL_HTTP.request('https://www.oracle.com',null,'FILE:E:\app\Administrator\product\11.2.0\wallets\Administrator', '****') from dual;
*
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-29248: an unrecognized WRL was used to open a wallet
ORA-06512: at "SYS.UTL_HTTP", line 368
ORA-06512: at "SYS.UTL_HTTP", line 1118
ORA-06512: at line 10
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |