Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Setting up Oracle Type-4 JDBC Driver
> "Firewall considerations
>
> The JDBC Thin driver cannot connect to a database from behind a
> firewall. The firewall prevents the
> browser from opening a TCP/IP socket to the database.
>
> This problem can be solved by using a SQL*Net compliant firewall and
> using connect strings in the
> applet that are compliant with the firewall configuration. This solution
> really only works for an
> intranet, because the connect string is dependent on the firewall behind
> which the client browser is
> running."
>
> Now, I ask you: what the ^&%*&%$ use is a product that can't access a
> database from behind a firewall??
another Quote:
In a JDK 1.0.2 based Web Browser, like Netscape 3.0, an applet can only
open sockets to the host from which it was downloaded. For Oracle7 this
means that the applet can only
connect to a database running on the same host as the web server.
Now, when I look at the docs, to connect from an applet to a local
DB(Web-machine = DB-machine) I need to
give a connectstring
like:("jdbc:oracle:thin:scott/tiger_at_www-aurora.us.oracle.com:1521:rdbms3")
Why do they need LISTENER parameters, when connecting to a LOCAL DB ?
How the !@^$%##@ do I make this connection ?
("jdbc:oracle:thin:scott/tiger_at_www-aurora.us.oracle.com:1521:rdbms3") --
no such file or directory (eh ?)
("jdbc:oracle:thin:scott/tiger_at_ORCL) -- security exception ("jdbc:oracle:thin:scott/tiger_at_www-aurora.us.oracle.com") --null
cheers,
cyriel
Received on Thu Jul 17 1997 - 00:00:00 CDT
![]() |
![]() |