Date: Fri, 20 Feb 98 07:36:47 -0500 From: rhughes@anteon.com To: <freebsd-database@FreeBSD.ORG>, <allenc@verinet.com> Subject: Re[2]: Oracle Access via JDBC Message-ID: <9802208879.AA887982386@ffx.anteon.com>
next in thread | raw e-mail | index | archive | help
Depends on the JDBC driver, Oracle has two.
They provide an OCI based driver that does require the SQL*Net
libraries on the client side (I have those, BTW).
They also provide what they describe as a "thin" JDBC driver that
*does not* require SQL*Net. It's a native Java class and uses Java
sockets.
I can get either one to work through the AppletViewer provided with
the JDK, but NOT through a web browser (the whole point of this
exercise). The problems I am encountering seem to be security
related.
Thanks for the reply!
R. Hughes
______________________________ Reply Separator _________________________________
Subject: Re: Oracle Access via JDBC
Author: allen campbell <allenc@verinet.com> at internet
Date: 2/19/98 8:11 PM
>
> I'm trying to use the JDBC Thin drivers (ver 1.1.1, I believe) to
> connect to an Oracle Database on an HP.
Doesn't the client host need the SQL*Net client to connect to
communicate with Oracle?
allenc@verinet.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-database" in the body of the message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9802208879.AA887982386>
