Weblogic Inc. provides a Native-API partly-Java driver for Oracle RDBMS (class 2). |
For the Oracle implementation of JDBC, it looks for URL's in the form of jdbc:weblogic:oracle:[host_addr]:[db_name] |
Example URL jdbc:weblogic:oracle:t:ss2:DEMO |
The driver classes should be present at run-time at every client. The database should reside on the same machine. The communication utility SQL_Net, a part of the Oracle suite, enables routing the database calls from the client to the server only if this utility is running on both the client and the database server which is a limitation in itself. |
Test versions of their products can be downloaded from |
http://www.weblogic.com |
This company is now merged with BEA. |