Where can I find the Code Collections dialogue?
It’s not under Utilites | Team coding as the help says and 11.6 has.
/Mats
Where can I find the Code Collections dialogue?
It’s not under Utilites | Team coding as the help says and 11.6 has.
/Mats
Hello,
We combined Code Collections, Team Coding Viewer and Team Coding VCS Browser into one tabbed window in Toad 12. You can open the Dashboard from the Team Coding
Toolbar. The icon is the same as the old Team Coding Viewer. You can also access it from the Toad menu; Utilities – Team Coding – Team Coding Dashboard. There are some new menu options for Compare and Synchronization that are worth checking out.
The help files are updated in the GA. You should be able to access the beta release notes from the Toad help menu. Help – Toad Online – New in this release.
Hope this helps
Stephen
From: mats.sundbergh [mailto:bounce-matssundbergh@beta.toadworld.com]
Sent: Friday, May 31, 2013 7:10 AM
To: toadoraclebeta@beta.toadworld.com
Subject: [Toad for Oracle - Beta Discussion Forum] How to reach code collections dialogue?
Where can I find the Code Collections dialogue?
It’s not under Utilites | Team coding as the help says and 11.6 has.
/Mats
For 11.6 , Please confim that : Utilities - Team Coding - Configure Team Coding - Enable Team coding and Use code collections is checked , as shown in the attachement.
Hello,
You should be able to run Toad and SQL Navigator on the same Team Coding Objects tables, though you may need to tweak one or two settings. Also some features
are disabled in Toad if Team Coding is installed in SQL Nav. It might help to have support take a look at your settings, as it may require one or two tweaks. Here is what I found in testing.
I installed Team Coding using SQL Navigator 6.7. Configured to use Code Collections. Set up a collection.
When I logged on to the database, Toad did not recognize the SQL Navigator installation. Toad checks a public synonym to the Team Coding Configuration table.
I needed to add this manually.
CREATE
PUBLIC
SYNONYM
QUEST_COM_TEAM_CODING
FOR
SQLNAV.SQLNAV4_VCS_CONFIG;
I was able to run Team Coding in Toad 12, check out, check in , create revisions etc. Toad does not allow you to modify Team Coding Configuration Settings
set up in SQL Nav.
I uninstalled Team Coding in SQL Nav and did a second test. This time I installed the objects in Toad 12, created Code Collections etc. I was able to connect
to Team Coding in SQL Nav, create revisions, check out etc.
I hope this is helpful.
Stephen
From: anju_gandhi [mailto:bounce-anju_gandhi@beta.toadworld.com]
Sent: Friday, May 31, 2013 4:06 PM
To: toadoraclebeta@beta.toadworld.com
Subject: RE: [Toad for Oracle - Beta Discussion Forum] How to reach code collections dialogue?
For 11.6 , Please confim that : Utilities - Team Coding - Configure Team Coding - Enable Team coding and Use code collections is checked , as shown in the attachement.