Your Oracle driver (probably named classes111.zip) probably isn't in your
classpath. Your classpath should have something like
"classpath=c:\orant\jdbc\lib\classes111.zip;...". Don't forget to read the
install instructions for whatever driver you're using also. Some require you
to put another zip file in that directory for NLS support, and some give you
oci*.dll files to put in your windows/system32 directory. I would make sure
that's all in place, and reboot if you changed anything, then try it. This
is probably all in place on your NT server but not on your Solaris server.
Keep in mind that if you're using the OCI version of the drivers (as opposed
to the thin 100% Java ones), you need the right version for your platform
(NT or Solaris) as the OCI ones are platform-specific.

Bill Hines
Hershey Foods

-----Original Message-----
From: Guilherme - PerConsult [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 18, 2000 11:41 AM
To: [EMAIL PROTECTED]
Subject: Re: thin driver problem in jdbc to oracle.........
Importance: High


Hi...

I have an error like yours...  I don`t know how but in an application I
can connect to my Oracle8, but when I use an jsp file, the following
error appears:

===
oracle/jdbc/driver/OracleConnection
===

I don`t know how to fix it.. I don`t understand it also, because the
same jsp file on my NT Server works, and on my Sun/Solaris server it
doesn`t ...

I need some help here!!!!!

-----
>
> I am getting an error class not found.
> driver problem
>
> i am using thin driver classes111.zip
>
> my database is oracle 8.
>
> I am thinking that thin driver classes111.zip should be used for jdk1.1.x.
>
> i am using jdk1.2.2..........can i use the same one.
>
> any help is thankful..
>
> regards
> sharat
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to