After running the Team Coding scripts to set up TOAD user and install the Team Coding objects, the following error is displayed when logging into the TOAD schema and trying to make changes to the Team Coding configuration.
"Settings are read Only. For read/write privileges, you must have Team Coding Administrator Role"
TOAD does have the TC_ADMIN role and the role is loaded by default on logon.
The script produced by Toad to create the objects was amended to satisfy some DBA restrictions in the environment.
WORKAROUND
Please run attached script to reapply specific grants. This should be done by a user with DBA privileges. **
STATUS
This issue is fixed in Toad for Oracle 12.0. This version can be downloaded from the downloads section of our website, which you can access by clicking here.
** The above applies only when users have been set up with the TC_ADMIN role but this is not being observed. If a user does not have the TC_ADMIN role, then the message displayed is as designed as only TC_ADMIN users have the ability to setup Team Coding configuration and Code Collections. If TC_ADMIN role has been granted, ensure that 'ALTER USER <USERNAME> DEFAULT ROLE ALL;' is also applied for the role to take effect on connection.