79817376

Date: 2025-11-12 05:56:18
Score: 1
Natty:
Report link

I was able to capture the error for ORA-56735 after calling rows.Next().

for rows.Next()
{ . . } 
if rowsErr := rows.Err(); rowsErr != nil 
{ .... } 

We are seeing this as rowsErr.
Next: : elapsed time limit exceeded - call aborted\nHelp: docs.oracle.com/error-help/db/ora-56735

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Arnab Pal