IO Error: send failed, errno = 104 And Connection Reset By Peer When Running Java Stored Procedure With ASO Encryption
(Doc ID 2759060.1)
Last updated on MAY 30, 2024
Applies to:
JDBC - Version 12.2.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Multiple dbms_scheduler jobs run in a 19.7 database, invoking a java stored procedure that attempts to connect to the same database using the JDBC thin driver (the default internal driver is not used because the purpose is to create a new database session with a different user name).
The connections work fine until SQLNET encryption and integrity checks setting are introduced by specifying the following parameters in the sqlnet.ora file in the database ORACLE_HOME:
Changes
Encryption and integrity check settings were added in the database sqlnet.ora.
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 |
Changes |
Cause |
Solution |
References |