Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: pl/sql code maintenance
You have an accident waiting to happen.
Code should be maintained OUTSIDE of the database using a version control software.
"tony" <meinhfxGARBAGE_at_hotmail.com> wrote in message
news:3e020177.16235514_at_news.dal.ca...
> We have what is probably a typical development, test & production
> set-up, ie., a separate box and database for dev, one box for both
> test & prod each with separate databases. My question has to do with
> how best to maintain code in all areas where there are several
> developers / support people all working in each area. Since we can
> retrieve the source from the databases it seems to me that there is
> really no need to keep a current version of source thereby avoiding
> the situation where developer a moves source from test to prod but
> forgets to compile then developer b takes the source from prod back to
> test to work on a bug. Pretty fundamental stuff, but how do you
> handle pl/sql code?
>
> thanks
Received on Fri Dec 20 2002 - 07:03:31 CST
![]() |
![]() |