When trying to connect I get the following error:
Error occurred: [6550] (ORA-06550: line 1, column 10:
PLS-00201: identifier 'DBMS_UTILITY' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
ORA-06512: at line 224
I click OK and Toad connects, however I don't see other schemas in my Schema Browser or Object Palette
User does not have permission to execute DBMS_UTILITY, which is being called as part of initial login queries
WORKAROUND 1
Have DBA grant execute on DBMS_UTILITY to user
WORKAROUND 2
Revert to Toad 10.6
STATUS
Waiting for fix in a future release of Toad for Oracle