This is so strange to me...
Okay, I've finished my web J2EE application several days ago. It worked fine, and the connection to Oracle database was fine as well. I could retrieve the values I like from the tables with no errors.
I dropped all my tables and created them yesterday, in order to fix a bug in my database design. However, since then my application could access the database but couldn't retrieve any value out of the tables.
I used the Oracle isqlplus console to check my tables. They are there inside which contain the values.
There must be something wrong but I cannot figure out which part.
I am fully a newbie to database, sorry if my words is not best describing the point.
Thanks for the help in advance.
Sincerely yours,
Matt
Okay, I've finished my web J2EE application several days ago. It worked fine, and the connection to Oracle database was fine as well. I could retrieve the values I like from the tables with no errors.
I dropped all my tables and created them yesterday, in order to fix a bug in my database design. However, since then my application could access the database but couldn't retrieve any value out of the tables.
I used the Oracle isqlplus console to check my tables. They are there inside which contain the values.
There must be something wrong but I cannot figure out which part.
I am fully a newbie to database, sorry if my words is not best describing the point.
Thanks for the help in advance.
Sincerely yours,
Matt
Comment