Hi
I’m trying to use debug option with a procedure. But when I press execute, it shows this message “UNABLE TO FIND RAC CONNECTION INFORMATION FOR RACCELR (INST_ID=2)”
I found some information and it says that Oracle doesn’t support debugging accros RAC instances
We have a RAC instances and It works without any problem. What can I do to sort it out?
This is the tnsnames that i’m using
Toad requires that all instances of your RAC be listed in your TNSNames file. In
order to debug in a RAC environment, the target session and debug sessions need
to be on the same instance as your main session (an Oracle requirement). In
order for us to create these sessions on the correct session, they need to be
listed as individual entries. Greg
Historical Messages
Author: Gregory Liss
Date: Thu Sep 22 08:41:13 PDT 2011
Toad requires that all instances of your RAC be listed in your TNSNames file. In
order to debug in a RAC environment, the target session and debug sessions need
to be on the same instance as your main session (an Oracle requirement). In
order for us to create these sessions on the correct session, they need to be
listed as individual entries. Greg
__
Author: falujar
Date: Thu Sep 22 08:34:15 PDT 2011
Hi
I’m trying to use debug option with a procedure. But when I press execute,
it shows this message “UNABLE TO FIND RAC CONNECTION INFORMATION FOR
RACCELR (INST_ID=2)”
I found some information and it says that Oracle doesn’t support debugging
accros RAC instances
We have a RAC instances and It works without any problem. What can I do to sort
it out?
This is the tnsnames that i’m using
Toad requires that all instances of your RAC be listed in your TNSNames file. In order to debug in a RAC environment, the target session and debug sessions need to be on the same instance as your main session (an Oracle requirement). In order for us to create these sessions on the correct session, they need to be listed as individual entries.
I too faced the same error message “UNABLE TO FIND RAC CONNECTION INFORMATION FOR RACCELR (INST_ID=2)” while using the debug option. It was working fine before on RAC with two node environment but all of sudden when i used today it throws an error message.
I followed your advice by creating additional entries in tnsnames.ora for each RAC nodes, without load balancing. But still i am facing the same error message.