Samy Sultan
Samy Sultan
hi @marcoazevedo1976 can you tell me exactly the size of the blob that you are reading
I need more information can you make a log file and see at what stage the connection stop
I make a function you can review it if it is ok you can add to your code ```golang func (r Root) FindParent(tagName string) Root { parent := r.Pointer.Parent if...
sorry for late issue fixed you can now read oracle 11g wallet
I find the bug related to oracle 11g Summary Object reading and fix it in version 2.5.11 pls test it and see if every thing is ok
thanks @drio for your answer
I will start working on this issue but the problem I don't have oracle RAC or nodes to test I think first place to start is this code in [session.go](https://github.com/sijms/go-ora/blob/7a873e685170c84fe1125bb8132951f3ec58dc0f/v2/network/session.go#L289)...
I add support for failover please test and write your feedback
I think now I can make failover at stmt.Query and stmt.Exec level means if connection failed when you start query or exec it will reconnect but if error happen in...
I add support for failover please test and write your feedback