Adding JDBC Drivers
If you want to use MySQL or Oracle as the JDBC-based SmartMapper service, you need to add drivers separately for design time and runtime.
Procedure
-
Download drivers from official website:
- MySQL:
mysql-connector-java-5.1.29-bin.jar
- Oracle:
ojdbc6.jar
-
Copy the drivers to the
TIBCO_HOME\bw\6.1\config\design\thirdparty directory.
- Optional:
If you want to use the database at runtime,
-
Copy the drivers to the corresponding directories.
- MySQL:
TIBCO_HOME\bw\6.1\config\drivers\shells\jdbc.mysql.runtime\runtime\plugins\com.tibco.bw.jdbc.datasourcefactory.mysql\lib
- Oracle:
TIBCO_HOME\bw\6.1\config\drivers\shells\jdbc.oracle.runtime\runtime\plugins\com.tibco.bw.jdbc.datasourcefactory.oracle\lib
-
On a command line, navigate to
TIBCO_HOME\bw\6.1\bin, run command:
- MySQL:
bwinstall mysql-driver
- Oracle:
bwinstall oracle-driver
Copyright © Cloud Software Group, Inc. All Rights Reserved.