subscribe doesn't obey port parameter · Issue #115 · oracle/python-cx_Oracle · GitHub
Skip to content

subscribe doesn't obey port parameter #115

Description

@markfinn

cx_oracle 6.1.0, 11xe database, 12.2 client, 64 bit linux.

sub = con.subscribe(callback = cb, port=9999, qos = cx_Oracle.SUBSCR_QOS_ROWIDS)
ignores the port parameter as seen through netstat -nlp | grep <pid goes here>

If I test sub.port it is correctly set to 9999, but the bind actually happens on some random port.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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