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
SQL Repository with SQL Optimizer for SAP ASE
This SQL Optimizer for SAP ASE video discusses the SQL repository which stores the SQL that you've identified as critical to the performance of your database....
Enhancements to the Transform and Cleanse window in Toad Data Point –...
See some significant enhancements on how you store, organize and share the transformation rules that you create while using the Transformation and Cleanse window. Part 1 of 2....
Why my execution plan has not been shared – Part III
In the previous installment of this series we looked at four reasons from gv$sql_shared_cursor view and explained the situations and criteria for which Oracle is forced to compile a new execution plan...