How to migrate Team Coding from one database to another?
RESOLUTION #1
The recommended solution would be to export the entire schema where the Team Coding objects are created in during the Server Side Objects install because that schema has the Team Coding tables, roles and other objects require for team coding to work properly.
RESOLUTION #2
You can also try exporting just the Team Coding objects from that schema but you would need to review the Team Coding Server Side Object scripts to see which objects were created in the schema. This can be done if you go to Database | Administer | Server Side Objects Wizard
1. Select 'Create setup scripts without database connection'
2. Then select Team Coding script which creates the TOAD_Team_Coding.sql in a specify directory
3. Review the script to see what objects are going to be created
4. Then just export just those objects from your schema and import it into your other Database.