Re: EXECUTE PROCEDURE IN PACKAGE

From: Nenad Noveljic <noveljic_at_usa.net>
Date: Tue, 20 Oct 1998 10:02:53 +0100
Message-ID: <70hg8h$9kf_at_as041.tel.hr>


begin

    a.b;
end;

    Regards,

        Nenad Noveljic
        nenad.noveljic_at_optima.hr


Nongporn Lilian <9711256p_at_cis0.levels.unisa.edu.au> wrote in message <362C0B47.AD2_at_cis0.levels.unisa.edu.au>...
>Hello All
>
>I have the following code:
>
>create or replace package body A AS
>
>--public procedure
> procedure B IS
>
> procedure C IS
>
>--private procedure
> procedure D IS
>
>end A;
>/
>
>How can I execute procedure B, C, or D from Sql*Plus
>
>Thanks in advance
>
>Nongporn
Received on Tue Oct 20 1998 - 11:02:53 CEST

Original text of this message