This is a discussion on Q:versioning of DB 10g within the Oracle Database forums, part of the Database Server Software category; --> Howdy! Is there a kind of versioning mechanism in 10g? In short: In my company we often develop different ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Howdy! Is there a kind of versioning mechanism in 10g? In short: In my company we often develop different features, which collide with each in the developement fase. Due to technical factors it's not possible to have more than one DB/instance/user - running at a time. I did think on "virtual database" - setup - but that require different users - doesn't it? All comments welcome, Rgds, Henrik |
| |||
| "Verner Jensen, Ålborg" <knold@x.dk> wrote in message news:JdYEf.2896$5G1.1323@news.get2net.dk... > Howdy! > > Is there a kind of versioning mechanism in 10g? > > In short: > In my company we often develop different features, which collide with each > in the developement fase. Due to technical factors it's not possible to have > more than one DB/instance/user - running at a time. > > I did think on "virtual database" - setup - but that require different > users - doesn't it? > > All comments welcome, > Rgds, Henrik > > > You could give each developer or each phase a different schema. (very standard practice) Then you don't need more than one instance running. Jim |
| |||
| On Sat, 4 Feb 2006 07:55:34 +0100, "Verner Jensen, Ålborg" <knold@x.dk> wrote: >Howdy! > >Is there a kind of versioning mechanism in 10g? > >In short: >In my company we often develop different features, which collide with each >in the developement fase. Due to technical factors it's not possible to have >more than one DB/instance/user - running at a time. > >I did think on "virtual database" - setup - but that require different >users - doesn't it? > >All comments welcome, >Rgds, Henrik > > Versioning is typically available in developer tools as Designer, and even mere Toad supports Visual Source Safe -- Sybrand Bakker, Senior Oracle DBA |
| ||||
| "Verner Jensen, Ålborg" <knold@x.dk> wrote in message news:JdYEf.2896$5G1.1323@news.get2net.dk... > Howdy! > > Is there a kind of versioning mechanism in 10g? > > In short: > In my company we often develop different features, which collide with each > in the developement fase. Due to technical factors it's not possible to > have more than one DB/instance/user - running at a time. > > I did think on "virtual database" - setup - but that require different > users - doesn't it? > > All comments welcome, > Rgds, Henrik > > > there are a number of features that could apply, depending on what you mean by versioning workspace manager can actually manage (with not insignificant overhead) multiple versions of the the same table (or sets of tables) and data in the same schema for different users, with version rollback capability. i believe this is targeted for use in forecasting scenarios. software configuration manager is targeted to manage different application versions database triggers can help manage multiple developers in the same schema -- including the staging schema (as noted, each developer in a different schema is recommended) and oracleXE provides an easy and inexpensive (i.e., free) way for each developer to have their own database -- as long as they have a normal workstation, they would have sufficent hw resources to deploye it If interested in source versioning, I would not recommend VSS -- very limited functionality, you may be better off looking into CVS (gnu licensed version control program) ++ mcs |
| Thread Tools | |
| Display Modes | |
|
|