Raj More
Raj More

Reputation: 48034

Refreshing Intellisense in Toad for Oracle

I am using Toad 10.5.1.3

The new objects that I create are automatically not showing up in the intellisense dropdown. The only thing I know works is to shut down Toad and reopen it. There's got to be a better way than that!

How do I refresh the cache for the intellisense dropdown in Toad for Oracle?

Upvotes: 0

Views: 4946

Answers (1)

dsmoljanovic
dsmoljanovic

Reputation: 123

Toad caches results per connection string.

There is a button on your popup that displays objects. Just click it and it will refresh results in cache.

Another way i found out for this is to disable caching of Toad Insight results. Go to options->editor->code assist and disable "cache code insight results".

Of course, this sucks if your dictionary is slow.

Upvotes: 3

Related Questions