subscribe doesn't obey port parameter · Issue #115 · oracle/python-cx_Oracle (original) (raw)

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.