How to turn on table name autocomplete feature in Toad?
Asked Answered
E

3

41

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??

Etna answered 18/6, 2013 at 5:23 Comment(0)
F
63

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"

Freebooter answered 17/7, 2013 at 12:52 Comment(0)
W
27

As an alternative you can press Ctrl + T

Welladvised answered 24/9, 2014 at 8:17 Comment(0)
C
2

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

Controversial answered 1/4, 2015 at 18:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.