Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-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.