view program sources of error stack

PMrb

Member²
When I update table with mutating trigger it give me error with question view program sources of error stack? I click on yes and it will open screen with message /* Source of is not available */
In plsqldeveloper 7 it opens that trigger and says me where error is. Why this doesnt work in my plsqldeveloper 8? I have newest version, Ive looked into preferences, but without any luck.
Thanks for help
Pavel
 
Perhaps you need to enable the "Use DBA views when available" preference (Tools > Preferences > Oracle / Options)? If the trigger is owned by another user this will be a requirement.
 
this option was enabled, but it doesnt help. Now Ive checked it again, its still enabled and I still have this problem. Ive tried to restart developer and now I have second problem :). When error appear there is no popup window like before, error only appears down in ledge. Why what I must in preferences set to on to see popup window again?
 
this option was enabled, but it doesnt help.
Do you have select privileges on dba_objects and dba_triggers? This is required to see triggers owned by other users.

When error appear there is no popup window like before, error only appears down in ledge. Why what I must in preferences set to on to see popup window again?
Perhaps you used the "Don't show this message again" option? If so, go to Tools > Preferences > User Interface / Options, press the "DSA Dialogs" button, and remove the line for the error stack window.
 
Thanks for help, I have dba role, so all that views :). At the end I try to reinstall plsqldeveloper (think that this was 1483? version - that version you have on your pages as trial download) - did not help, then I uninstalled it again, now with revo uninstaller (it removes all the things from registry) and installed 1480 version and now it works fine. So again thanks for help. Have a nice day. Pavel Moravec
 
Back
Top