From 874081937050a9bc6301271a270ac9df3028fe38 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 23 May 2021 04:48:10 -0500 Subject: [PATCH] Add Oracle connection strings (#17912) --- source/_integrations/recorder.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index ac34167d0b1..adff936565f 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -252,6 +252,7 @@ The following database engines are tested when major changes are made to the rec | PostgreSQL (Socket) | `postgresql://@/DB_NAME` | | PostgreSQL (Custom socket dir) | `postgresql://@/DB_NAME?host=/path/to/dir` | | MS SQL Server | `mssql+pyodbc://username:password@SERVER_IP:1433/DB_NAME?charset=utf8&driver=DRIVER` | +| Oracle | `oracle+cx_oracle://username:password@SERVER_IP:1521/DB_NAME?encoding=UTF-8&nencoding=UTF-8` |