|
|
Archives of the TeradataForum
Message Posted: Tue, 25 Jan 2005 @ 12:08:22 GMT
Subj: | | Re: Terajdbc driver on UNIX |
|
From: | | Victor Sokovin |
| TeraData's JDBC driver utilizes an environmental variable called CLASSPATH. We also need to run the Oracle JDBC driver on the same server.
Oracle also appears to utilize the CLASSPATH environemental variable. Is there an alternate CLASSPATH name that can be used so that these two
drivers don't step on each other when they run or it is hard coded into the driver? | |
Perhaps the same solution as with the usual PATH variable? That is, set its value to the union of two paths.
If that is two rough, then the classpath can be specified for each individual java call:
java -classpath
A : separated list of directories, JAR archives,
and ZIP archives to search for class files.
Regards,
Victor
| |