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: Ken <ken_at_fifthd.ca>
Date: 1997/05/16
Message-ID: <337c6f73.1111515686@news.sas.ab.ca>#1/1

Hopefully the stored procedure you want to modify is owned by a schema other than your own. Is this is true then simply compile the new version of the procedure in your schema thus leaving the original untouched in the other schema.

Ken.

>
>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 Fri May 16 1997 - 00:00:00 CDT

Original text of this message

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