Tamás Gulácsi
Tamás Gulácsi
So, you ignore the error, keep going, and that eats up your memory? We can try to find the code where it does not clean up thoroughly enough on error,...
Please try gopkg.in/goracle.v2, that is simpler, and should not have such concurrency data race issues.
Then this is not a good reproduction: must get rid of that too many cursors error! Nancy ezt írta (időpont: 2017. jún. 5., H 9:55): > I run this demo...
sql.Out is not supported yet. Use &ora.Rset as parameters, and then their methods to retrieve the rows.
I'm waiting for suggestions: https://groups.google.com/forum/#!topic/golang-sql/HNvcgScdyt8 https://groups.google.com/forum/#!topic/golang-nuts/-mIE85Pde5E
Please try `go run z_issue197.go` in 64138dd ! It does not reproduce the problem for me. If it does for you without changing anything, then the envs (used library, Go...
I think the real problem is what causes `ORA-01000` - that's what we should find and eliminate! That error means that the opened resultsets are _not_ closed, kept open, with...
I'm really sorry, but no. I haven't had time to dig into this. Nancy ezt írta (időpont: 2017. jún. 24., Szo 8:18): > Hi @tgulacsi , any progress about this...
I don't have libclntsh.a available, so can't try. But I'd start with `go build --ldflags '-linkmode external -extldflags "-static"'` according to https://dominik.honnef.co/posts/2015/06/go-musl/ and http://blog.hashbangbash.com/2014/04/linking-golang-statically/.
What says "can't find OCI.dll"? Compilation or running the app?