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: Connection between Oracle 9i Server and Oracle 8i Client using JDBC

Re: Connection between Oracle 9i Server and Oracle 8i Client using JDBC

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: Tue, 02 Sep 2003 12:57:57 -0400
Message-ID: <3319269.1062521877@dbforums.com>

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.com
Received on Tue Sep 02 2003 - 11:57:57 CDT

Original text of this message

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