Archives of the TeradataForum
Message Posted: Mon, 17 Mar 2003 @ 14:09:56 GMT
Subj: | | Re: Using JDBC Type 2 with Weblogic 6.1 |
|
From: | | Ramachandran_K |
Morgan Bell:
| Type-2 Driver will work on all versions of WebLogic but you need to append teradata.jar file path to the CLASSPATH environment
variable in | |
| c:/bea/wlserver6.1/config.mydomain/setEnv.cmd
c:/bea/wlserver6.1/config.mydomain/startWeblogic.cmd | |
If you are running bea on any UNIX platform then you need to append libterajni.so file path to LD_LIBRARY_PATH or SHLIB_PATH or
LIBPATH variables in above mentioned files for respective platforms
Also following parameters should be set in GUI for creating connection pool
Driver: com.ncr.teradata.TeraDriver
url= jdbc:teradata://DBSNAME
properties:
========
user=dbs-username
password=dbs-passowrd
Regards
|