ORA-29259: end-of-input reached
Hi Team,
We are accessing external https site from oracle database. We have created ACL, wallet and downloaded certificates to wallet.
DB version 19.23
select utl_http.request('https:/rte..gov.in',null,'file:/u01/apex241/rte/wallet','welcome123') from dual;
select utl_http.request('https://rte..gov.in',null,'file:/u01/apex241/rte/wallet','welcome123') from dual
*
ERROR at line 1:
ORA-29259: end-of-input reached
ORA-06512: at "SYS.UTL_HTTP", line 1530
ORA-06512: at "SYS.UTL_HTTP", line 380
ORA-06512: at "SYS.UTL_HTTP", line 1470
ORA-06512: at line 1
Can you provide the solution for your "ORA-29259: end-of-input reached" problem?
Thanks,
SGU