ORA-600 [Kgazmo_1] Connecting To a Secure Server Via UTL_HTTP
(Doc ID 560566.1)
Last updated on FEBRUARY 03, 2019
Applies to:
PL/SQL - Version: 9.2.0.1 to 10.2.0.1 - Release: 9.2 to 10.2Information in this document applies to any platform.
Symptoms
Connecting to a Secure Server using the UTL_HTTP package raises the errors
ORA-00600: internal error code, arguments: [kgazmo_1]
Example
select utl_http.request('https://www.something.org','http://someproxy.oracle.com:80',
'file:D:\My_Wallets,'wallet_pwd') from dual;
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1577
ORA-00600: internal error code, arguments: [kgazmo_1], [], [], [], [], [], [],
[]
ORA-06512: at line 1
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms
Cause
Solution
References