mirror of
https://github.com/apache/superset.git
synced 2026-04-11 12:26:05 +00:00
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
---
|
|
title: Oracle
|
|
hide_title: true
|
|
sidebar_position: 26
|
|
version: 1
|
|
---
|
|
|
|
## Oracle
|
|
|
|
The recommended connector library is
|
|
[cx_Oracle](https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html).
|
|
|
|
The connection string is formatted as follows:
|
|
|
|
```
|
|
oracle://<username>:<password>@<hostname>:<port>
|
|
```
|