DEVFYI - Developer Resource - FYI

How can I connect to an Oracle database not on the web server from an untrusted applet?

JDBC Interview Questions and Answers


(Continued from previous question...)

How can I connect to an Oracle database not on the web server from an untrusted applet?

You can use the thin ORACLE JDBC driver in an applet (with some extra parameters on the JDBC URL). Then, if you have NET8, you can use the connection manager of NET8 on the web server to proxy the connection request to the database server.

(Continued on next question...)

Other Interview Questions