Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Very strange JDBC problem
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
![]() |
![]() |