How can we help you today? How can we help you today?

how to integrate source control into TOAD and SQL Developer

Hi,

how do I integrate source control into TOAD and Oracle SQL Developer?

Thanks,

Thomas
trahn
0

Comments

3 comments

  • neil.anderson
    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
    neil.anderson
    0
  • zohaa3492
    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?
    zohaa3492
    0
  • richardjm
    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
    richardjm
    0

Add comment

Please sign in to leave a comment.