Oracle

This section describes the Oracle DatabaseManager OracleDb. OracleDb is used in the same way as SQLiteDb except for the initialization. For information about how to work with OracleDb please refer to The SQLite User guide. There are several different ways of connecting to an Oracle database and OracleDb further simplifies the SQLAlchemy connection process for the most common methods. To use OracleDb the Oracle database driver package cx_Oracle needs to be installed. Please refer to the Installation section for how to install Pandemy and cx_Oracle.

Initialization

The initialization of OracleDb is described further in the API reference of OracleDb. Additional information about connecting to an Oracle database with SQLAlchemy can be found in the cx_Oracle part of the SQLAlchemy documentation.