Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Toad: Table Autocomplete Functionality Not Working

I've been using Toad for more than a year now without problems. All of a sudden the table autocomplete feature has ceased working. No settings have been changed, and I've clean installed a new TOAD version, yet the problem persists.

The image below shows autocomplete defaulting into view IN_INSTRUMENT in schema MCDM. Normal behaviour should result in a table/view list.

enter image description here

It is notable that the above does not happen with all schemas. For some schemas I will still see a table list. In the beginning this error happened only with a single schema. Now it is slowly progressing to other schemas as well, which is exceptionally frustrtating when you're dealing with dozens of schemas that contain hundreds of tables each. It slows down development when you must open Schema Browser and look for the exact table/view/procedure/package each time instead of letting autocomplete give suggestions.

This same issue has been described in this thread and and this thread with less detail, yet no accepted answer has been given.

As can be seen from Code Assist settings, these should be in order.

enter image description here

How to reset autocomplete behaviour into what is its original state?

like image 282
Petteri Pertola Avatar asked Dec 16 '13 08:12

Petteri Pertola


People also ask

How to turn on table name autocomplete feature in Toad?

In Toad for Oracle, click on the menu View > Toad Options. The Options window will open, then click on the Behavior node under Editor and there you will find the Auto Replace button.

How do I display tables in Toad?

Using Schema Browser In Toad, click on the menu Database > Schema Browser. Then schema browser window will open and you will see list of tables displayed in the Tables tab. Select the table for which you want to see the structure. Then it will display the structure in Columns Tab at right side of the window.


2 Answers

Under View > Toad Options > Editor > Code Assist > Toad Insight Objects, checking Synonyms (in addition to Public Synonyms) worked for me.

like image 64
Steve Avatar answered Oct 05 '22 23:10

Steve


I've found the solution to this problem. The issue was a corrupt configuration file. For anyone else with the same problem, this is how I fixed mine:

  1. Backup your appdata folder - you can find its location in options -> general -> application data.

  2. Create a new set of user files using Utilities -> Copy User Settings -> Create clean set of user files. Make sure you are running Toad with administrator rights.

Note that the above will delete all your saved connection details (schema names, passwords, connection strings), so take a note of these.

Hope this helps someone in the future.

like image 27
Petteri Pertola Avatar answered Oct 06 '22 01:10

Petteri Pertola