I log in as the TOAD schema and I get prompted with the following message to upgrade my Team Coding.
"Team Coding requires an upgrade to Team Coding Version 7.0. The upgrade must be run by a Database Administrator.'
With the TOAD schema, the 'Upgrade Team Coding' button is grayed out.
,
,
To upgrade your Team Coding, Toad needs to make changes to the Team Coding objects on the server end. To do so, the schema that you logged in with needs to have the DBA role. The TOAD schema does not have the DBA role.
RESOLUTION 1:
Run the following to grant DBA role to the TOAD schema or ask your DBA to do it for you.
GRANT "DBA" TO TOAD WITH ADMIN OPTION;
RESOLUTION 2:
Log in with a schema that already has the DBA role.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center