A question that comes up fairly frequently revolves around how to see your errors when working with PL/SQL in SQL Developer.
Most folks are probably working in the worksheet – this is the default editor for your connection.
Let’s take a look at this sample program
create or replace procedure do_nothing is
begin
dbms_output.put(sysdate);
this should probably error out, [...]




Twitter
RSS
GooglePlus
Popular Posts