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: Maxim Demenko <mdemenko_at_arcor.de>
Date: Wed, 13 Dec 2006 11:13:34 +0100
Message-ID: <457fd2eb$0$27606$9b4e6d93@newsspool2.arcor-online.net>


steph schrieb:
> 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
>

Maybe this is of interest for you.
http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=3;t=002444#000000

Best regards

Maxim Received on Wed Dec 13 2006 - 04:13:34 CST

Original text of this message

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