Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: [PL/SQL] Replacing single procedure in a package?
Bad news ... I believe you have to replace the entire package.
-- Cheers, Chris ___________________________________ Chris Leonard, The Database Guy http://www.databaseguy.com Brainbench MVP for Oracle Admin http://www.brainbench.com MCSE, MCDBA, OCP, CIW ___________________________________ "Bogien" <bogien_at_xcom.pl> wrote in message news:3E2282DA.6F50F7A0_at_xcom.pl...Received on Wed Jan 15 2003 - 15:45:29 CST
> Hello,
>
> I want to replace a single procedure in a package. Is it necessary
> to rewrite/replace the whole package?
>
> I've tried:
> "create or replace procedure package_name.procedure_name"
> ...unfortunately, this did not work.
>
> Thanks!
>
![]() |
![]() |