Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Very strange JDBC problem

Very strange JDBC problem

From: Mattias Malmgren <a2matmal_at_ulmo.stud.slu.se>
Date: Tue, 07 Jul 1998 17:59:02 +0200
Message-ID: <35A245C6.DFC3436D@ulmo.stud.slu.se>


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 Received on Tue Jul 07 1998 - 10:59:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US