A: Aside from privileges to connect, of course, some of the Schema Browser features might require access to the Data Dictionary views. Within Toad, we try to use USER_ and/or ALL_ where possible, but a few things like tablespaces only offer DBA_ views. In those cases, all you would need is the SELECT_ANY_CATLOG role. If you are going to create database objects, write PL/SQL code, debug PL/SQL code and profile PL/SQL code. Then you will need whichever database privileges make sense for that task (for example, CREATE PROCEDURE and DEBUG CONNECT SESSION). Toad does NOT require the DBA role or anything excessive; just grant discrete privileges based on what people need to do.
Related Articles
#0402–SQL Server 2016 – KB3207512 fails–Msg 17054 – Unable to shutdown...
SQL Server 2016 installations may run into some issues with patching and configuration. This post provides pointers on avoiding these. Read the complete post at feedproxy.google.com/…/...
Best developer tool: An Oracle Ace’s favorite things in Toad for Oracle...
I believe that the Quest® Toad® for Oracle Base Edition is the best SQL and PL/SQL development tool in the business because it has the following features: The best code templates complete with varia...
