Hello
If I use a JAVA-servlet and JDBC to make a simple select from a table in
a Oracle databas
I get a perfect result. But, if I then from within SQLPLUS change
somthing in the table
I still get the same result in the servlet!
If I use a servlet that talks to a stored function I can onesly see the
changes made to the table from
SQLPLUS if I also create the stored functin once again, or if I log out
from SQLPLUS.
Is that strage or what ???!!!
/ Mattias