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 -> Re: JDBC & Oracle

Re: JDBC & Oracle

From: Jochen Riekhof <jriekhof_at_milchstrasse.de>
Date: Fri, 27 Nov 1998 13:52:41 +0100
Message-ID: <73m7dq$et8$1@goof.de.uu.net>


Hi...

gcanales schrieb in Nachricht
<36495122.AFAAF8DB_at_a01-unix.gsyc.inf.uc3m.es>...
>I'm using JDBC Oracle Drivers, but when I try to connect to a database
>with Netscape
>Navigator it show the following message:
> security.Couldn't connect to 'host' with origin from
>'local-classpath-classes'.
>
>Do you know what happen?
>

Probably, you have no permission to access teh Oracle-Server from an Applet. E.G. Applets are restricted to contact only the host they are loaded from.  If you can,

use a Java-Application instead of an Applet. or
Use a Browser where Security restrictions can be switched off (e.g. HotJava).
or
(if in intranet), install a webserver on the Oracle-Machine and load the applet from there.

Ciao

...Jochen Received on Fri Nov 27 1998 - 06:52:41 CST

Original text of this message

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