I can't seem to autocomplete column names using tab in the SELECT clause when in the FROM clause of my statement I have a data dictionary view such as user_errors, am I doing something wrong? Tab auto completion spits out odd name suggestions like TO_DATE or NULL.
* . : COUNT NULL SUM TO_DATE
HR@ORCL 04:54:05> select
2 from user_error;