profiler glitch

tim_h

Member
I've been using the profiler in version 4.0.2 with no problems for the past 18 months. However Recently I've been getting some weird glitches in functionality that I can't sort out.

The "Text" and "Occurrences" columns either appear blacked out until I click on them, or all there is text overlaid on top of other text, if I do any sorts the problem gets worse. I can see the correct value for the column by clicking on each individual occurrence.

Any ideas?
 
Maybe it's a resource problem, and PL/SQL Developer is no longer able to output information correctly. In that case a simple reboot should fix it. Have you tried this?

------------------
Marco Kalter
Allround Automations
 
Yes, a reboot hasn't solved it. It happens every time I use the profiler, even if PL/SQL dev is the only app running. I have a decent spec machine (p4 2100 512Mb of RAM)

Cheers

Tim
 
Can you open a SQL Window and execute the following?

select count(*) from plsql_profiler_data

------------------
Marco Kalter
Allround Automations
 
The main Schemas I'm deving in have between 50,000 and 150,000 rows in that table, do I need to clear down some of my old test runs?
 
Back
Top