JDBC returning empty result set

前端 未结 14 1895
醉话见心
醉话见心 2020-12-15 06:15

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

14条回答
  •  悲&欢浪女
    2020-12-15 06:20

    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.

提交回复
热议问题