Reg Problem during debug

gshari23

Member²
If i break my debug in the middle of debugging session plsql is getting hanged. I am unable to perform any other operations. Kindly help on this.
 
This problem already existed in v9, but in v10 it occures more frequently.
Sometimes you can use PSD after a few seconds. But mostly you can only Kill PSD by task manager and start again.
 
I only had this issue when running agains an Oracle RAC instance. In that case, you should modify TNSNAMES to connect to a specific cluster.
 
Your DBA should be able to help you better than I would. You just need a TNS entry that connects to a single Cluster.
 
Back
Top