Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: What's the best PL/SQL editor/debugger?
I use emacs for my sql editing.
I created a nice little mode that does all the indentation and coloring, and it
calls sqlplus automatically to source my files.
The only thing I wish to add if I had more time is going to the exact line where
the error occurred.
Oh yeah, the mode is fine on windows but calling sqlplus is done through a unix shellscript.
As for debugging, so far I'm using the good old dbms_output package.
S_at_M
Dino Hsu wrote:
> Dear All,
>
> Can you discuss about what is the best PL/SQL editor/debugger in the market?
> 1.PL/SQL developer from Allaround Automations
> 2.TOAD from Revealnet Inc.
> 3.SQL station from Platinum Technology/Computer Associates
> 4.Others, please give names
>
> Thanks in advance.
>
> Regards,
> Dino
Received on Fri Jul 21 2000 - 00:00:00 CDT
![]() |
![]() |