Skip to content

Unable to run in thin mode #230

Closed
Closed
@valhuber

Description

@valhuber
  1. 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

  1. Is it an error or a hang or a crash?

Stacktrace

  1. 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')""")))
  1. Does your application call init_oracle_client()?

Thin

  1. Include a runnable Python script that shows the problem.

Full app and doc: click here

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions