Database Error Messages

OCI-29271

UTL_TCP operation failed because the connection was not successful.

Cause

A UTL_TCP call was made that can only be executed after a successful connection. Since there was no successful initial connection, the UTL_TCP call failed.


Action

Ensure that your code establishes a successful connection before the UTL_TCP call is executed.