Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL: include 'SET' statements in procedure?
Not sure about this one ... nor why you would want to ... but you can certainly use
SET TRANSACTION.
Daniel A. Morgan
Foggy wrote:
> 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 - 02:18:30 CST
![]() |
![]() |