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 -> Re: Very strange JDBC problem

Re: Very strange JDBC problem

From: Chris Bigenwald <cjb3701_at_rit.edu>
Date: Wed, 8 Jul 1998 22:37:21 -0400
Message-ID: <35a42d10.0@isc-newsserver.isc.rit.edu>


It's not strange, you just didn't COMMIT. Your changes will not appear in another session until a commit occurs.

Mattias Malmgren wrote in message <35A245C6.DFC3436D_at_ulmo.stud.slu.se>...
>
>If I use a JAVA-servlet and JDBC to make a simple select from a table in
>a Oracle database 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!
>...
>Is that strage or what ???!!!
Received on Wed Jul 08 1998 - 21:37:21 CDT

Original text of this message

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