ORA 3137 - malformed TTC packets - Timeouts with Oracle DBs #775
-
Hi we are facing a bit of a show stopper at the moment and would be glad if anyone can help. Describe the bug This happens on all the Oracle DBs we tested This happens with version 17.1. -17.3 of sql exporter (Docker and binary) From description by Oracle it is an issue with the driver, the connection appears to be closed too soon, then there are some packets left which the DB cant handle (TTC packets) and disables the connection for a moment for the client To Reproduce
Expected behavior Configuration sql_exporter.yml Additional context Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @promadmin86, thanks for reporting the issue. I wasn't able to find the new version (v2.8.25) nor the information about I'd suggest opening an issue at the driver level (https://github.com/sijms/go-ora/issues). The maintainer most likely has access to Oracle DB instances, and might suggest some ideas on how to debug it. Here is the list of previously solved ORA-03137 issues - https://github.com/sijms/go-ora/issues?q=is%3Aissue%20state%3Aclosed%2003137. So this might give you some ideas on the root cause. |
Beta Was this translation helpful? Give feedback.
-
@promadmin86 JFYI, there is a new version of the driver released, v2.9.0. I will use this version for the new release of sql_exporter. Please have a look (once it's released). |
Beta Was this translation helpful? Give feedback.
-
@promadmin86, |
Beta Was this translation helpful? Give feedback.
-
Hey @promadmin86, I'll convert this issue into a discussion, as this is not something we can fix in this particular project nor can I investigate since I don't have access to the Oracle database instance. Let me know if the new version has improved the situation. 👍 |
Beta Was this translation helpful? Give feedback.
@promadmin86,
v0.18.0
is released, give it a try.