Thanks for your help so far.
The GRANT SELECT ON SYS.USER$ TO PHASE2DEV did not make any different, the GRANT DBA TO PHASE2DEV did make the different.
DBA grant force TOAD to use (sys. con$ oc,
sys. con$ rc,
sys. USER$ ou,
sys. USER$ ru, sys. obj$ o,
sys. cdef$ c,
sys. cdef$ rcdef,
sys. obj$ rcobj)
See file attached.
From: John Dorlon [mailto:bounce-jdorlon@toadworld.com]
Sent: Tuesday, 15 August 2017 10:44 PM
Subject: RE: [Toad for Oracle - Discussion Forum] How to speed up schema browser using toad for oracle 12c database, including RAC
RE: How to speed up schema browser using toad for oracle 12c database, including RAC
Reply by John Dorlon
Toad uses the 2nd query shown above if you have the SELECT Privilege on those sys tables involved.
If you have the SELECT ANY DICTIONARY system privilege, then the only one you are missing the SELECT privilege on is SYS.USER$. Starting in 12c, Oracle removed that table from the SELECT ANY DICTIONARY system privilege, so try this, if your DBA will let you:
Log in as SYS and run: GRANT SELECT ON SYS.USER$ TO PHASE2DEV;
If you are already connected as PHASE2DEV in Toad, then disconnect and reconnect.
Then try it again and Toad should start using the other query, which is much faster.
To reply, please reply-all to this email.
Stop receiving emails on this subject.
Or
Unsubscribe from Toad for Oracle Forum notifications altogether.
Toad for Oracle - Discussion Forum
Flag
this post as spam/abuse.