Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to replace a Stored Procedure?

Re: How to replace a Stored Procedure?

From: <pankaj_wolfhunter_at_yahoo.co.in>
Date: Thu, 14 Jun 2007 11:53:16 -0700
Message-ID: <1181847196.715715.267520@i13g2000prf.googlegroups.com>


On Jun 14, 11:26 pm, RaisingAle..._at_gmail.com wrote:
> What is the best [i.e. easiest] way to replace a Stored Procedure in
> an Oracle 10 database?

Not sure but if you need to replace an existence one, then

create or replace procedure proc_name......

...........................

can do the job. Received on Thu Jun 14 2007 - 13:53:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US