Activity overview
Latest activity by Stuporman
Command Line from Mac and Linux using Mono
Would it be possible for you guys to add support for execution under Mono? From my own experiments, I think you just need to have the command line utility create registry entries if they're missing...
Hi Richard,
Sorry for my late reply. I stopped checking on this forum after a while. I'm only just seeing your responses. This means I didn't try out the other beta, but I did just get the latest Deployment Suite for Oracle, so I'll still be able to provide feedback as I use it.
You are correct about updating the database per checkout, but I still want to leave committing in the hands of the user. In other words, I want the tool to update the scripts in my folder automatically in response to changes in the database, but the user is responsible for committing them. It basically just saves the step of manually triggering a sync which could add up to hours of time savings for busy developers.
You wouldn't have to do anything special if the developer decides to discard changes because that is done through a git checkout which would then trigger the database sync.
Thanks for your reply! / comments
Hi Richard,
Sorry for my late reply. I stopped checking on this forum after a while. I'm only just seeing your responses. This means I didn't try out the other beta, but I did just get the latest D...
Deployment Scripts
Hello,
I don't know what the typical usage scenario is for Schema Compare, but I've been using it to synchronize a rather large number of databases that are extremely different from each other than...
Hello. I've had the chance to play with it a bit, and things appear to work mechanically.
The biggest suggestion I can make is to have the tool interact with a local repository rather than the remote. I don't really want SC for Oracle pushing for me.
In traditional VCS systems, checking out and checking in are chores. They're not particularly difficult, but they're very mechanical in nature, and so it makes sense for a tool like this to perform them for you. However, in DVCS systems like git, the functionality and flexibility inherent in the tool means that my use of it is more than just a mechanical chore. By pushing for me, the tool takes away much of that flexibility.
The workflow that SC for Oracle currently follows is necessary if and only if your team develops on a shared development database and you utilize the locking mechanism to ensure that no two developers are working on the same Schema objects simultaneously. Any other scenario would work better the way I've described, but it would probably be best to give us the option. / comments
Hello. I've had the chance to play with it a bit, and things appear to work mechanically.
The biggest suggestion I can make is to have the tool interact with a local repository rather than the remo...