r1 - 12 Feb 2008 - 02:02:19 - ZacSim?You are here: TWiki >  Main Web  >  ElixirEnsemble > ElixirEnsembleCookbook > DataSourceConnectivityWithVerticaDB

DataSource? Connectivity with Vertica Database

Vertica Database allows the connection by either JDBC or ODBC drivers.

Using the JDBC driver will be recommended instead of using the ODBC Driver.
The Sun JDBC/ODBC Bridge Driver is meant for experimental purposes as there can be other implications with certain features unsupported.

JDBC Connection

  • Driver - com.vertica.Driver
  • URL - jdbc:vertica://(hostname):5433/(database)

Default Port used by Vertica Database is 5433.

A Sample JDBC Connection Details

  • Driver - com.vertica.Driver
  • URL - jdbc:vertica://host001:5433/Stock_Schema

This connectivity is verifed on Vertica DB 2.0.5-0 32 bit using Fedora Core 6.

Read more on Vertica DB here.

Note: You will need to register as a user to view the Documentations (user guides, installation guides etc.) and download the JDBC Driver/Software.

-- ZacSim? - 12 Feb 2008

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback