Hello,
I have two typed queries, one for the master table and one for the details table. Both queries are completely prepared and both queries work well in the hibernate query tool in Intellij. Here I get a valid SQL query and also results.
In the code the details query is being executed first. I request a stream with getResultStream(). I can see, that the SQL query is send to Oracle. But I’ve never get a response in some computers. On the target system (and most computers) I always get an result and can continue to get the second stream for the master table.
The confusing part is, that I cant see any specific conditions on the environments, which have that trouble.
I appreciate any help like some brain stroming about this issue.
Thanks!