As Netezza is not listed under DbTypes, it is still possible to connect to it via Analyze. However, only querying data is supported (accessing metadata is not supported at this time).
For a step by step guide on setting up JDBC nodes, see here
STEPS:
- get a JDBC JAR file that supports that database, usually available from the vendor site
- place the driver into site-7731/lib/java/db/<dbtype>
- on the JDBC node, populate the DbDriver and the JDBC URL properties correctly.
- the driver property should be: org.netezza.Driver
This IBM site contains further information for populating the JDBC URL property with examples:
jdbc:netezza://main:5490/sales;user=admin;password=password;loglevel=2;logdirpath=C:\
Comments
0 comments
Please sign in to leave a comment.