Re: [cx-oracle-users] subscribe in cx_oracle
Brought to you by:
atuining
From: Mark <mar...@bl...> - 2010-11-11 13:17:58
|
Mark Harrison <mh@...> writes: > Are you on 10g RAC? If so, it's busted. The DB should save off the address/port > of your client process, but it instead saves off the address of whatever database > node you've attached to. Nah, don't think so. Clients might be, but we're not. It works fine if I make the calls at the outside level, but as soon as I try structuring the code so that I make the calls from inside a function or class it breaks. I thought I'd read something about not being able to use classes but I can't find it now, and even just a function seems to break it. I can probably use it like the examples for now, it just makes the code less neat. > I was about to go insane talking to oracle support: :-) Mark. |