Print Thread
Debugging
#15693 09/22/04 12:16 AM
Joined: Sep 2004
Posts: 10
Medellin - Colombia
J
jortiz Offline OP
Member
OP Offline
Member
J
Joined: Sep 2004
Posts: 10
Medellin - Colombia
Hello,

We have a problem, when we try to use debugging in plsql developer, sometimes It works perfectly, but after a long time we have to re-start the DBMS to continue with the debugging cause plsql developer gets locked when you try to debug, and after we start the DBMS It works perfectly again.

What Is going on ?? We have plsql developer 6.0.1. and oracle 9i

Re: Debugging
#15694 09/22/04 11:51 PM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
It's difficult to say. If it occurs after a long time, then maybe it's a problem with the database instance state, which may indicate a problem with the Oracle Debug API.


Marco Kalter
Allround Automations
Re: Debugging
#15695 09/24/04 08:29 PM
Joined: Sep 2004
Posts: 10
Medellin - Colombia
J
jortiz Offline OP
Member
OP Offline
Member
J
Joined: Sep 2004
Posts: 10
Medellin - Colombia
Well Marco, How do I see that? How can I solve the problem ?

Re: Debugging
#15696 09/27/04 10:31 PM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
It could be that you need to increase the global shared pool size. This can improve the stability of the Oracle Debugger.


Marco Kalter
Allround Automations
Re: Debugging
#15697 10/26/04 06:58 PM
Joined: Nov 2003
Posts: 6
JHU Applied Physics Lab
Member
Offline
Member
Joined: Nov 2003
Posts: 6
JHU Applied Physics Lab
See these threads for more info on this problem:

(1) PLSQL Developer hangs on PBSDE.DEBUG_LOOP (WAIT = pipe get).

(2) Debugger Hanging

Increasing the shared pool did not help us.

Re: Debugging
#15698 01/07/05 03:54 PM
Joined: Nov 2003
Posts: 8
Brazil
M
Member
Offline
Member
M
Joined: Nov 2003
Posts: 8
Brazil
Try this sql:

select trigger_name from dba_triggers where TRIGGERING_EVENT = ('ERROR')

If you have a trigger with TRIGGERING_EVENT = 'ERROR', is big the possibility of hang. Try disable it and do a test..

If this don't work, see if you have any of this types of trigger too:

'LOGON',
'CREATE OR ALTER',
'CREATE',
'ALTER',
'ALTER OR RENAME',
'LOGON',
'LOGOFF',
'TRUNCATE'

select trigger_name from dba_triggers where TRIGGERING_EVENT in ('LOGON','CREATE OR ALTER','CREATE','ALTER','ALTER OR RENAME','LOGON','LOGOFF','TRUNCATE')

Try disable it too and repeat the test..

Good lucky


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.046s Queries: 13 (0.026s) Memory: 2.5192 MB (Peak: 3.0426 MB) Data Comp: Off Server Time: 2024-05-18 04:58:00 UTC
Valid HTML 5 and Valid CSS