Print Thread
Debugger not working with RAC
#56811 07/24/17 10:37 PM
Joined: Dec 2002
Posts: 43
Phoenix, Arizona USA
johnsok Offline OP
Member
OP Offline
Member
Joined: Dec 2002
Posts: 43
Phoenix, Arizona USA
PL/SQL Developer 11.0.4.1774, and PL/SQL Developer 12.0.4.1826
oracle rdbms 11.2.0.4 RAC and standalone

We recently migrated from stand-alone Oracle instances to RAC instances. A procedure will run fine in debugger mode within a standalone database instance, while the same procedure in a RAC instance with the same data cannot get past the "start debugger" without hanging, in other words we never get to the point to even step into the code.

Let me know if there is any other information I can provide.


Kate Johnson
Re: Debugger not working with RAC
johnsok #56813 07/25/17 09:11 AM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
The Oracle Debug API (sys.dbms_debug) internally uses dbms_pipe messages to communicate between the controlling session and the debug session, which apparently can fail on RAC systems. The only workaround is to modify the tnsnames.ora file to connect to only 1 node of the cluster without load balancing and failover.


Marco Kalter
Allround Automations
Re: Debugger not working with RAC
Marco Kalter #56852 08/01/17 04:40 PM
Joined: Dec 2002
Posts: 43
Phoenix, Arizona USA
johnsok Offline OP
Member
OP Offline
Member
Joined: Dec 2002
Posts: 43
Phoenix, Arizona USA
I have verified this has fixed the debugger issue with RAC (failover) connection strings. Forced my tns connection to one node and debugger no longer hangs. Thanks! --Kate.


Kate Johnson

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.094s Queries: 14 (0.042s) Memory: 2.5052 MB (Peak: 3.0427 MB) Data Comp: Off Server Time: 2024-05-18 12:14:31 UTC
Valid HTML 5 and Valid CSS