I\'m using JDBC for very simple database connectivity.
I have created my connection/statement and executed a query. I check the query object of the statement in the
I had logged in to server using plsql client and while I tried to connect from my code.
I was successfully connecting but there were no records in the result-set.
Only after logging out from the server the result-set was populated.
I agree with @dpsthree, Oracle should provide appropriate error/warning message.