Closed
Description
- What versions are you using?
platform.platform: macOS-13.5.2-x86_64-i386-64bit
sys.maxsize > 2**32: True
platform.python_version: 3.11.4
oracledb.version: 1.4.1
- Is it an error or a hang or a crash?
Stacktrace
- What error(s) or behavior you are seeing?
with engine.connect() as connection:
print(connection.scalar(text("""SELECT UNIQUE CLIENT_DRIVER
FROM V$SESSION_CONNECT_INFO
WHERE SID = SYS_CONTEXT('USERENV', 'SID')""")))
- Does your application call init_oracle_client()?
Thin
- Include a runnable Python script that shows the problem.
Full app and doc: click here