Sudarshan Soma
Sudarshan Soma
Thanks for the test. looks its fixed in latest instant client versions, I shall check and get back.
The RCA seems related to null values for un-initialized members in the nested structure inside an object which is getting returned. So for the test, z_plsql_types_test.go can you try initializing...
> DBMS_LOB.createtemporary(rec.rec.aclob, TRUE); I was checking on latest code. For the version v34.0 , aclob is not a member in my_record in test sample, so you can remove this line...
The issue is in 19c release. You can apply the work around if you want to use 19c or upgrade the client to 21c.
I don't see with my setup (server is 21c in my case , client is still 19.3 ) . Can you set this env and give the logs getting printed...
@SonalMahambrey1 can you provide some more logs. Add the following entries in sqlnet.ora. create the folder /tmp/mylogs. If sqlnet.ora is not present, you can add it. export TNS_ADMIN env to...
> [incdir_1.zip](https://github.com/godror/godror/files/9770785/incdir_1.zip) [trace.zip](https://github.com/godror/godror/files/9770787/trace.zip) > > Attaching the requested logs Thanks for sharing. Does this issue happen consistently? Is it possible to try with 21c database Version on ADB.
> Actually Last week when I had run this test on the same VM, this test was passing , I have the logs for the same. However recently I am...
I verified it. The fix is required at 19.17.0.1.0 DB server. Once its available, I shall update. Bug number 33427274 is internally tracked for same.
@giter, Can you provide some details - stacktrace of the threads at client side when the client application is hanging `pstack ` - oracle instant client version - OS/Arch -...