Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Connection between Oracle 9i Server and Oracle 8i Client using JDBC
Originally posted by Tom
> Hi All,
>
> I use oracle 8i client to connect via JDBC driver (Tomcat) to oracle
> 9i server (HP-UX) and I have some problems with this configuration. It
> seems that server does not close connections even though the statement
> con.close() is properly executed. It never happend with 8i server. Now
> I often get "ORA-27102: out of memory HP-UX Error: 12 :Not enough
> space ....". Do you think tjat moving to oracle 9i client will fix
> this problem. Is there any significiant difference between 8i and 9i
> clinet?
>
> Best regards,
>
> Tom
FYI... JDBC drivers are backward compatible (From 9i to 8i) but not forward compatible (8i to 9i).
Regards
/Rauf
-- Posted via http://dbforums.comReceived on Tue Sep 02 2003 - 11:57:57 CDT
![]() |
![]() |