Quix

Quix

  • Docs
  • Blog
  • GitHub

›Supported datasources

Introduction

  • About
  • Architecture

Getting Started

  • Installation

Supported datasources

  • Athena
  • BigQuery
  • ClickHouse
  • Jdbc
  • MariaDB
  • MySQL
  • Oracle
  • PostgreSQL
  • Presto
  • Python
  • Redshift

Oracle

Features

Work with Oracle straight from Quix, execute multiple queries in parallel, explore the db tree, visualize and download the results into csv.

Setup

To setup Oracle note you have to perform the following two steps :

1. Pick new name and update .env

Add/update following properties to .env file to configure your new oracle note

VariablesMeaningExample
MODULESlist of registered notesfoo,boo,prod,qa
MODULES_FOO_ENGINEnote typejdbc
MODULES_FOO_DRIVERjdbc driver classoracle.jdbc.driver.OracleDriver
MODULES_FOO_URLjdbc urljdbc:oracle:thin:@localhost:1521:db
MODULES_FOO_USERdb usernameuser
MODULES_FOO_PASSdb passwordpass
MODULES_FOO_SYNTAXsyntax markeransi_sql

example of oracle jdbc note that will be named foo in the UI

MODULES=<comma separated list of your modules>,foo

MODULES_FOO_ENGINE=jdbc
MODULES_FOO_DRIVER=oracle.jdbc.driver.OracleDriver
MODULES_FOO_URL=jdbc:oracle:thin:@localhost:1521:db
MODULES_FOO_USER=your-user
MODULES_FOO_PASS=your-password
MODULES_FOO_SYNTAX=ansi_sql

Troubleshooting

← MySQLPostgreSQL →
  • Features
  • Setup
    • 1. Pick new name and update .env
  • Troubleshooting
Quix
Docs
Quick StartInstallation
Social
BlogQuix
Contact Us
By Email
© 2023 Wix.com, Inc