Source Control for Oracle 6

Linking to a working folder

A working folder contains SQL script files that represent your database. The working folder can be source-controlled with your source control system in the same way you source-control other files.

When might I want to link to a working folder?

  1. If you want to do atomic commits of your database changes together with your application code, ensuring they are included in the same revision or changeset.
  2. If you are using a DVCS such as Git and you would prefer to commit and push as separate operations.
  3. If you prefer using your own preferred VCS client tool to manage your day-to-day version control changes.

When you link to a working folder, Source Control for Oracle doesn't automate any source control operations (eg add, push, edit etc). Instead:

  • When you make changes to the database, the changes are listed in the Save changes tab. When you click Save changes, the changes are scripted as SQL files to the working folder. You can then commit the script files manually using your source control client.
  • When the SQL files in the working folder are changed (eg by pulling with your source control system), the changes are listed in the Apply changes tab. When you click Apply changes, the changes are applied to your database.



Didn't find what you were looking for?