diff --git a/docs/docs/configuration/databases.mdx b/docs/docs/configuration/databases.mdx index 2b293e79c86..0be119b8f31 100644 --- a/docs/docs/configuration/databases.mdx +++ b/docs/docs/configuration/databases.mdx @@ -67,7 +67,7 @@ are compatible with Superset. | [IBM Netezza Performance Server](/docs/configuration/databases#ibm-netezza-performance-server) | `pip install nzalchemy` | `netezza+nzpy://:@/` | | [MySQL](/docs/configuration/databases#mysql) | `pip install mysqlclient` | `mysql://:@/` | | [OceanBase](/docs/configuration/databases#oceanbase) | `pip install oceanbase_py` | `oceanbase://:@/` | -| [Oracle](/docs/configuration/databases#oracle) | `pip install cx_Oracle` | `oracle://:@:` | +| [Oracle](/docs/configuration/databases#oracle) | `pip install oracledb` | `oracle://:@:` | | [Parseable](/docs/configuration/databases#parseable) | `pip install sqlalchemy-parseable` | `parseable://:@/` | | [PostgreSQL](/docs/configuration/databases#postgres) | `pip install psycopg2` | `postgresql://:@/` | | [Presto](/docs/configuration/databases#presto) | `pip install pyhive` | `presto://{username}:{password}@{hostname}:{port}/{database}` |