Connecting to Vertica

You can connect to Vertica using one of the following procedures.

Using vsql

vsql is a character-based, interactive, front-end utility that lets you type SQL statements and see the results. It also provides a number of meta-commands and various shell-like features that facilitate writing scripts and automating a variety of tasks.

You can launch vsql with the command /opt/vertica/vsql in the Vertica server.

Using a Third Party Application with Vertica Client Libraries

Vertica provide three separate client drivers:

  • Open Database Connectivity (ODBC)
  • Java Database Connectivity (JDBC)
  • ActiveX Data Objects for .NET (ADO.NET)

You can connect to the Vertica database with any third party tools supporting the above drivers, such as DBeaver at http://dbeaver.jkiss.org/.

For details on connecting to the Vertica database, see https://my.vertica.com/docs/7.1.x/PDF/HP_Vertica_7.1.x_ConnectingToHPVertica.pdf.