Comments
3 comments
-
Hi Thomas,
Source Control is a standalone tool and does not integrate into TOAD or SQL Developer. It will pickup changes made via any IDE or Sql Plus, also locked objects work independent of what environment you are using.
Thanks,
Neil -
I haven' t testet the product yet. But one thing is unclear to me.
If multiple developers start to work on the same procedure, how can they check out an db Object so that anybody Else could Not Modify it too? -
There is a feature called object locking. This works via inserting triggers for object modifications not allowing modifications if the object has been locked by another user.
You can read more about this at.
http://documentation.red-gate.com/displ ... ng+objects
Add comment
Please sign in to leave a comment.
how do I integrate source control into TOAD and Oracle SQL Developer?
Thanks,
Thomas