---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- the difference should only be two lines, the oracle drivers work really well, I gaurantee once you try it you'll never mess with odbc again, and the code is actually more portable with the straight jdbc drivers (unix, mac, etc) - its been a while but are you sure that your dsn uses the correct oracle driver version for your database (ie the same version as on you 98 machine), is the dsn even there. The problem sounds oracle ODBC related not oracle server, apache or jserv/java. Try turning on the ODBC trace ---------- >From: [EMAIL PROTECTED] >To: "Java Apache Users" <[EMAIL PROTECTED]> >Subject: Re: Oracle 7.3, jdbc-odbc bridge driver and servlets >Date: Wed, May 3, 2000, 12:02 PM > > ---------------------------------------------------------------- > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> > WHEN YOU POST, include all relevant version numbers, log files, > and configuration files. Don't make us guess your problem!!! > ---------------------------------------------------------------- > > > Thanks Rick. But that'll mean code change and loss of code > portability.....lemme try to get the configuration right first.....else I > can always come back and load the straight jdbc driver later. > By the way, does this look like a bug for the Oracle 7.3 - JServ 1.2 - > jdbc-odbc bridge trio ? Anyone run into any similar problems lately ? > > Thanks again, > SG > > > > > > "Rick Bosch" <[EMAIL PROTECTED]>@list.working-dogs.com> on 05/03/2000 > 12:44:12 PM > > From: "Rick Bosch" <[EMAIL PROTECTED]>@list.working-dogs.com> on 05/03/2000 > 12:44 PM > > Please respond to "Java Apache Users" > <[EMAIL PROTECTED]> > > Sent by: <[EMAIL PROTECTED]> > > To: Java Apache Users <[EMAIL PROTECTED]> > cc: > Subject: Re: Oracle 7.3, jdbc-odbc bridge driver and servlets > > > ---------------------------------------------------------------- > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> > WHEN YOU POST, include all relevant version numbers, log files, > and configuration files. Don't make us guess your problem!!! > ---------------------------------------------------------------- > > try the straight jdbc driver, its less problematic and not be as fast as > ODBC but might be faster than JDBC-ODBC. Are you sure the dsn is on the NT > machine? > > -rick > > ---------- >>From: [EMAIL PROTECTED] >>To: [EMAIL PROTECTED] >>Subject: Oracle 7.3, jdbc-odbc bridge driver and servlets >>Date: Wed, May 3, 2000, 11:46 AM >> > >> ---------------------------------------------------------------- >> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> >> WHEN YOU POST, include all relevant version numbers, log files, >> and configuration files. Don't make us guess your problem!!! >> ---------------------------------------------------------------- >> >> Hi, >> I'm running Apache 1.3.12 with JServ 1.1 on NT4.0, jdk 1.2.2, jsdk2.0 >> My servlets access Oracle 7.3 using the normal jdbc-odbc bridge driver > that >> ships with jdk1.2.2. The database is registered under the System DSN >> domain etc. >> Now, the servlets work unchanged on the same Apache version etc on > Windows >> '98, but it's running into problems while loading the driver classes >> on NT. The error seems to suggest that it does find the specified driver >> ("sun.jdbc.odbc.JdbcOdbcDriver"), but can't load it due to some strange >> quirk of Apache >> and / or Oracle 7.3 >> The error I get on running an sql trace : >> "Specified driver could not be loaded due to system error 126 > (Oracle73)." >> >> I checked the classpath and all other specs in jserv.properties, etc - > and >> as I said earlier, it works fine under the same setting on Windows 98, > but >> not on NT. >> Any pointers to what could be going on here ? >> >> Any help would be appreciated.... >> >> Thanx in advance, >> SG >> >> >> >> >> -- >> -------------------------------------------------------------- >> Please read the FAQ! <http://java.apache.org/faq/> >> To subscribe: [EMAIL PROTECTED] >> To unsubscribe: [EMAIL PROTECTED] >> Archives and Other: <http://java.apache.org/main/mail.html> >> Problems?: [EMAIL PROTECTED] > > > -- > -------------------------------------------------------------- > Please read the FAQ! <http://java.apache.org/faq/> > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Archives and Other: <http://java.apache.org/main/mail.html> > Problems?: [EMAIL PROTECTED] > > > > > > > -- > -------------------------------------------------------------- > Please read the FAQ! <http://java.apache.org/faq/> > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Archives and Other: <http://java.apache.org/main/mail.html> > Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
