Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> PL/SQL: include 'SET' statements in procedure?

PL/SQL: include 'SET' statements in procedure?

From: Foggy <sjefke12_at_hotmail.com>
Date: 7 Jan 2002 03:11:23 -0800
Message-ID: <f78e018a.0201070311.6fa7d532@posting.google.com>


Hello,

is it possible to include SET-statements in a procedure, eg set serveroutput on? I tried something like this:

create or replace procedure blabla is
begin
  set serveroutput on;
  <PL/SQL block>
end;
/

Any help appreciated.

Regards,

Johan Received on Mon Jan 07 2002 - 05:11:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US