You don't need anything at the Win NT server. Only database and listener.
Only in client you need jdbc driver package.But driver version is important.
For example, for connecting Oracle8i, you need  jdbc driver package which comes
with
 Oracle 8i.If you use old version (for example 7.x's thin jdbc driver) It will
give socket exception.
And some informations,

Oracle provides two categories of JDBC drivers:
     JDBC Thin for Java applets and applications
     JDBC OCI for Java applications

JDBC Thin:
Oracle's JDBC Thin driver is a Type 4 driver that uses Java sockets to connect
directly to Oracle. It provides its own implementation of a TCP/IP version of
Oracle's Net8. Because it is written entirely in Java, this driver is
platform-independent.
The Thin driver does not require Oracle software on the client side. It
connects to any Oracle database of version 8.0.4 and higher. The driver
requires a TCP/IP
listener on the server side.

JDBC OCI:
Oracle's JDBC OCI drivers are Type 2 JDBC drivers. They provide an
implementation of the JDBC interfaces that uses the OCI (Oracle Call Interface)
to interact
with an Oracle database. This driver can access Oracle8.0.4 and higher servers.




Moloy Biswas wrote:

> Hello All
>
> I have JDK 1.2.2 SDK in my Win 95 computer, I have Oracle in the Win NT
> Server, I would like to work with JDBC Thin, my question is that what I
> need to do at the Win NT server ? Do I need to add jdbc80520-nt in the
> server end as it is written in the manual ?
>
> I am little confused .... Pl help
>
> Moloy
>
> --------------------------------------------------------------
> SREI INTERNATIONAL FINANCE LTD., CALCUTTA, INDIA
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

--
**************************************************
 Ugur KARAKAYA
 NOUS Bilgisayar Sistemleri A.S.
 NOUS Computer Systems Co.
 http://www.nous.com.tr/
 Unite for Java -> http://www.javalobby.org
**************************************************

S/MIME Cryptographic Signature

Reply via email to