Lulzim Bilali
Lulzim Bilali
Hi @alexkeh, Do we have any news on this. we are being hit by the same issue. But using the workaround has it's own drawbacks since 2 instances which are...
Hi @alexkeh, If I understand you right your solution requires changes on the server side? In that case we don't have control over that since the Oracle server is owned...
We can't change configurations for CMAN since that is out of our organisation. (We have to ask them if they can do it) All we have is the connection string...
Here is some example code I used to test ```C# using System; using Oracle.ManagedDataAccess.Client; // This sample demonstrates how to use ODP.NET Core Configuration API // Add connect descriptors and...
I'm having a similar issue when trying to install it on Windows 11 with Python 12.2 on an venv running `py -m pip install connectorx==0.3.2` I get ``` ERROR: Could...
downgrading to python 11 works