Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> JDBC and Personal Oracle 7 connections
Hi. I am having a problem testing applets from within Netscape. I can
connect to Personal Oracle 7 using the OCI drivers, and appletviewer,
but I can't figure out how to use the thin driver from my applet. I can
use:
privarte final String url = "jdbc:oracle:oci7:@:scott/tiger";
but if I want to use the thin driver in Netscape I have to use something
like:
private final String url =
"jdbc:oracle:thin:scott/tiger_at_myhost:1721:dbms73";
Since I don't have a server I am not sure what to use for the "PORT".
TIA
Tim Loss
Received on Mon Jan 19 1998 - 00:00:00 CST
![]() |
![]() |