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

Home -> Community -> Usenet -> c.d.o.server -> Re: Version Control for Oracle Developer

Re: Version Control for Oracle Developer

From: steph <stephan0h_at_yahoo.de>
Date: 13 Dec 2006 01:52:33 -0800
Message-ID: <1166003553.014669.266180@j72g2000cwa.googlegroups.com>

Terry Dykstra wrote:
> "Björn Wächter" <bwc_at_p3-solutionsKILL_SPAM.de> wrote in message
> news:4u7gqaF16qpq3U1_at_mid.dfncis.de...
> > Hi all,
> >
> > I'm developing in PL/SQL. For the development I'm using database clients
> > like Toad, Hora or SQL Developer. My problem is:
> >
> > - Is there a good way to get all the sql code out of the database so
> > that it can be checked in into for example subversion. Including
> > tables, indexes, constraints, stored procedures, sequences,
> > packages... And I can set up a new version of my project from
> > subversion.
> > - In my projects I also like to put the content of tables into
> > subversion. For example tables storing configuration data.
> > Are there any concepts how to create insert scripts
> > only for a few tables marked in any way.
> >
> > Or is there a totally different approach.
> >
> > Thanks Björn
>
> If you use PLSQLDeveloper, you can use their source control add-in:
> http://www.allroundautomations.nl/plsvcs.html
>
> --
> Terry Dykstra

Unfortunately this solution does not easily work together with subversion. See http://www.pushok.com/help/svnscc/index.php

regards,
stephan Received on Wed Dec 13 2006 - 03:52:33 CST

Original text of this message

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