Re: procedure call from sql+ ?

From: (wrong string) ín <aureliom_at_theglobe.com>
Date: Wed, 12 Aug 1998 19:29:04 +0200
Message-ID: <35D1D0E0.1900E1CD_at_theglobe.com>


Martin Kierkegaard wrote:

> Hi,
>
> How do i call a procedure from the prompt in SQL + ?
>
> Hope you can help.
>
> Thanks
>
> Martin

  You can write

begin
  procedure_name( parameters );
end;
/

at the SQL> prompt Received on Wed Aug 12 1998 - 19:29:04 CEST

Original text of this message