Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> JDBC and Personal Oracle 7 connections

JDBC and Personal Oracle 7 connections

From: Tim Loss <tloss_at_gate.net>
Date: 1998/01/19
Message-ID: <34C3D41A.6C90318F@gate.net>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US