I am using IBM Data Studio as Development environment,
CREATE OR REPLACE PROCEDURE TEST()
is
BEGIN
DBMS_OUTPUT.PUT_LINE("Hi there.");
END;
I can see in execution details like time, exception if any, other info in SQL Results window
.
Is IBM studio is storing OUTPUT details in some file ? If so than i would like to know location.
How can enable this feature witch can provide this.