What is the difference between using Team Coding Alone and Using it with Version Control Software?
Team Coding is Toad's own source control feature. You can use Team Coding alone or with a third party version control system.
Team Coding control's the access and development objects in the database.
Team Coding by itself:
Provides PL/SQL developers with the ability to develop stored programs without concurrently modifying the same objects
Provides a built-in viewer to see item status
Provides a check in/out system that does not require a third party version control product.
Integrated with a third party version control software:
Team Coding keeps an archive that allows revision history to be kept for your code
Ability to launch the third party VCS provider's browser (if not using VSS or PVCS) from within Toad
Creates User Mapping, allowing multiple Oracle users to work on a Team Coding controlled project in their own schemas
Places script files under code control
Allows Import/Export of Code Control Groups