40

I'm using Toad version 11.0.0.116. I'm not getting default tablename options when I start typing table. How to turn the autocomplete feature on??

star09
  • 401
  • 1
  • 4
  • 4

3 Answers3

61

Pressing Ctrl + . should show you a list of available tables.

For example typing:

SELECT * FROM U

and then pressing Ctrl + . should show you a list of all the tables starting with "U"

Andrea
  • 11,801
  • 17
  • 65
  • 72
26

As an alternative you can press Ctrl + T

dwurf
  • 12,393
  • 6
  • 30
  • 42
Tobias
  • 261
  • 3
  • 2
2

Try setting a default schema: Toad Options > Oracle > General > Default Schema.

Steve
  • 148
  • 1
  • 8