Re: EXECUTE PROCEDURE IN PACKAGE

From: Ulf Magnusson <ulf.magnusson_at_briunix.kiedt.ericsson.se>
Date: Tue, 20 Oct 1998 15:13:34 +0200
Message-ID: <70i1lg$mgh_at_newstoo.ericsson.se>


Hello

    Execute A.B
    Execute A.C

If you with private means that proceudre D is not declared in the package spec
the answer is, you can't execute procedure D.

/Ulf

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 - 15:13:34 CEST

Original text of this message