...
...
...
...
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
In PhixFlow analysis models, you can use a Datasource to connect to an external database, and then load data from it.
PhixFlow requires access to the database driver jar files in order to communicate with a database. Use the driver class properties to configure with the details of the database, its driver and the location of the Jar files.
PhixFlow is installed with a set of driver jar files and their associated Driver Classes in the repository. You can use these driver classes in a datasource. However, you cannot update or change the pre-configured driver classes, which are:
- DB2
- Debug JDBC
- Google Big Query
- Hadoop Hive
- MariaDB
- Microsoft (MS) SQL Server
- MySQL
- Netezza
- Oracle
- Sun ODBC Bridge
- Teradata
Info | ||
---|---|---|
| ||
Your PhixFlow instance is installed on a database, either MariaDB, SQL Server or Oracle. PhixFlow uses the driver class to communicate with its own database. |
PhixFlow is installed on a database, either MariaDB, SQL Server or Oracle.
...
...
...
...
...
- An administrator with permission to add system files must download the required jdbc drivers and save them to the system.
To avoid your drivers being overwritten during Tomcat or PhixFlow upgrades, we recommend that you save them in a different part of the system. - The PhixFlow administrator configures a driver class for the driver, specifying the database driver name and its path.
Adding or Changing a Driver Class
...
...
...
...
...
...
...
...
...
Driver Classes and Driver Class File Properties
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Enter the full path to the jar file.
Windows example path
...
...
...
...
For application building, once you have a custom driver, you need the same driver on all instances - so you need to export/import or you will lose the refences.
...
...