Here is another way to connect to Oracle.
/* Start */
private Connection openConnection() {
Connection connection = null;
try {
// Register the database driver.
DriverManager.registerDriver( new oracle.jdbc.driver.OracleDriver() );
// Attempt to open a
Look for the Oracle Thin-Client driver (classes111.zip) on their website. It
is 100% java code.
Match
At 3/24/99 05:33 PM, Chien-Lung Wu wrote:
>Dear firends:
>I am a newbie of the JAVA and Oracle. However I have to install the Oracle on
>my Linux box. I read some information said that JAVA 1.X
Here is site for general information on Corba, DCOM, DCE for Linux
http://linas.org/linux/corba.html
I have tried Orbacus with Linux. Available at:
http://www.ooc.com
Match
>Hi Christopher,
>
>Well, but where is IDL compiler? I saw one at sun's site but it looks
>like binary p