Can you totally go into detail about this ... we are having 8.1.5 issues and need to identify how the JDBC driver connect to the Oracle RDBMS - is it through the listener, or are there specific drivers that are being made use of on the oracle side. If there are, what are the version numbers of those drivers and can I replace them ... trying to find a way of not upgrading oracle.
TIA Kevin Bridges -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 1:13 PM To: CF-Talk Subject: Re: CFMX not compatible with Oracle 8.0.5 We had the same problem here. The production database was 8i and the test database was 8.0.5 and we could not get to the 8.0.5 database with the JDBC driver that came with ColdFusionMX. We ended up putting on the 8.0.5 client installer so that we could install an 8.0.5 type 4 JDBC driver for 8.0.5. We got it working. Chris White Yes.. CFMX Oracle driver will only work with Oracle 8"I" and above. However i got CFMX working with Oracle 8.0.5 Using Oracle Native Type IV drivers. The setup is little Tricky but works!\ Let me know.. if you need help configuring this. Joe On Mon, 2 Dec 2002 10:50:05 -0600 Jim Campbell <[EMAIL PROTECTED]> wrote: > This is interesting... > > According to MM tech support, CFMX's Type 4 > JDBC driver will not connect > with Oracle 8.0.5. Short of upgrading our > instance of Oracle (which, yes, > we should get around to one of these days), has > anyone had this problem and > come up with a way of getting this to work? > I'd prefer not to use the ODBC, > but if it's a choice between that and no > functionality at all, I'll go with > that. > > Muchas gracias, > > - Jim > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

