Closed
Description
- What versions are you using?
I am having this problem since oracledb 2.4.0. Version 2.3.0 works like a charm.
platform.platform: Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.35
sys.maxsize > 2**32: True
platform.python_version: 3.10.12
oracledb.version: 2.4.0
- Is it an error or a hang or a crash?
Error - What error(s) or behavior you are seeing?
OperationalError: DPY-6005: cannot connect to database (CONNECTION_ID=...).
DPY-3008: unsupported in-band notification with error number 12572
in line:
oracledb.connect(user=user, password=password, dsn=dsn_str)
- Does your application call init_oracle_client()?
no, i am using the thin client version
- Include a runnable Python script that shows the problem.
oracledb.connect(user=user, password=password, dsn=dsn_str)