Print Thread
Error stack in dockable window instead of pop up window
#57453 01/21/18 11:04 AM
Joined: Jan 2018
Posts: 6
O
Olafur Offline OP
Member
OP Offline
Member
O
Joined: Jan 2018
Posts: 6
Hi,

I can't find how to do this in the manual or the available options.

I am using PL/SQL Developer 12.0.7.1837 and trying to get the error stack (sql command or pl/sql) in a dockable window, which I can plug somewhere to copy the error for further inspection.

The pop-up window does not allow me to copy the error.

Right now, I am wrapping everything in a plsql block to able to do a :
exception
when others then
DBMS_OUTPUT.put_line(dbms_utility.format_error_backtrace || chr(13) || chr(10) || dbms_utility.format_error_stack);
end;

and then view the output window to copy the text. Fine for plsql blocks but a manual hassle with SQL.

Is this possible?

Olafur

Re: Error stack in dockable window instead of pop up window
Olafur #57454 01/21/18 01:11 PM
Joined: Sep 2003
Posts: 387
London, UK
Member
Offline
Member
Joined: Sep 2003
Posts: 387
London, UK
If you right-click the error box, you should get options to copy as text, copy as bitmap or print.

Re: Error stack in dockable window instead of pop up window
William Robertson #57455 01/21/18 02:41 PM
Joined: Jan 2018
Posts: 6
O
Olafur Offline OP
Member
OP Offline
Member
O
Joined: Jan 2018
Posts: 6
Ah yes, there it is.

Hadn't thought of right clicking.

Thanks.


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.033s Queries: 14 (0.011s) Memory: 2.5050 MB (Peak: 3.0428 MB) Data Comp: Off Server Time: 2024-05-19 02:43:05 UTC
Valid HTML 5 and Valid CSS