Question - How Can I Connect To An Oracle Database Not On The Web Server From An Untrusted Applet?
Answer -
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.