Re: JDBC driver setup in UNIX
From: Eki Y. Baskoro (eki.baskoro_at_sonet.net.au)
Date: 12/18/03
- Next message: Ruud de Koter: "Re: Implement Join in Java: looking for ideas"
- Previous message: Mario_5: "HypersonicSQL and also other database: connection of two or more applications ?"
- In reply to: Jim: "JDBC driver setup in UNIX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Dec 2003 08:17:34 GMT
G'Day,
Try the following steps:
1. Unpack the Oracle Connector/J to, say, /usr/local directory
2. Edit /etc/profile file as follows:
export CLASSPATH=/usr/local/<dirname>
3. Run the following:
source /etc/profile
And, re-run your application.
- Next message: Ruud de Koter: "Re: Implement Join in Java: looking for ideas"
- Previous message: Mario_5: "HypersonicSQL and also other database: connection of two or more applications ?"
- In reply to: Jim: "JDBC driver setup in UNIX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|