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 compile store procedure without replacing the old one

Re: How to compile store procedure without replacing the old one

From: BY <tyeh_at_csc.com>
Date: 1997/05/15
Message-ID: <337AF9D6.742A@csc.com>#1/1

Bob Yeh wrote:
>
> Hi,
>
> I have been using sql*plus to compile my stored procedure by issuing:
> "create or replcae ..."
>
> Is ther a way to compile the source code without replacing the existing
> code?
>
> Thanks.
> Bob

I don't think my posting is clear.

What I want to do is to leave the working source code in the database while continue developing the code. I don't want to impact other people who are using it.

Bob Received on Thu May 15 1997 - 00:00:00 CDT

Original text of this message

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