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
Automation basics in Toad for SQL Server – Part 2
This video by Toad Expert Robert Pound continues the demonstration of how to use automation in Toad for SQL Server....
RAC Wait Event Enhancements in Oracle10g
Starting from Oracle10g, most of the RAC related wait events could be further classified in two types, namely 'place holder' events and 'fix up events'. For example, when a cr request is initiated, th...
Prepare yourself for passing the Oracle Certified Master 12c requirements!
Introduction In 2013 I began my preparation for becoming Oracle Certified Master (OCM) 11g. I was already OCP (Oracle Certified Professional) 11g and OCP 12c, so to get to the next level, I made mysel...
