Skip to content

Oracledb 2.4.0 connection error: DPY-3008: unsupported in-band notification with error number 12572 #383

Closed
@ml-huber

Description

@ml-huber
  1. 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
  1. Is it an error or a hang or a crash?
    Error
  2. 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)
  1. Does your application call init_oracle_client()?
    no, i am using the thin client version
  1. Include a runnable Python script that shows the problem.
    oracledb.connect(user=user, password=password, dsn=dsn_str)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions