David2k
13 years agoOccasional Contributor
Not able retrive the data from the ORACLE database.
Hi,
I am trying to do a JDBC connection with oracle.When i do a test connection it shows success and when i try to run a query like Select * from xyz table.It keeps on running for infinite time.When i try to fetch from the data using where condition it only retrieves the column names but no data.
Once i was able to retrieve all the data from the database using Select * from xyz query after that i have never been able to do that as it keeps on running now.
Any one also facing same issue...?
Thanks,
David
I am trying to do a JDBC connection with oracle.When i do a test connection it shows success and when i try to run a query like Select * from xyz table.It keeps on running for infinite time.When i try to fetch from the data using where condition it only retrieves the column names but no data.
Once i was able to retrieve all the data from the database using Select * from xyz query after that i have never been able to do that as it keeps on running now.
Any one also facing same issue...?
Thanks,
David