简体   繁体   中英

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.

在此输入图像描述

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.

在此输入图像描述

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

在视图> Toad选项>编辑器>代码辅助> Toad Insight对象下,检查同义词(除公共同义词外)对我有用。

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.

尝试检查“Toad insight objects”中的“公共同义词”。

Go to Toad Options, and then Editor > Code Assist and uncheck "Cache Code Insight results". This made it immediately start working for me using Toad for Oracle version 9.7. I could then go back and check the box and it would still work.

I faced the same problem even though I set up everything mentioned above. So basically Toad does not suggest column names if I don't define the scheme name.

X(schema).TABLE_NAME.(then lists all columns)

Worked for me..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM