Is there a way to enable the Code Assistant so it will show me the columns of a table using a database link? For example, if I type the following select, no columns are displayed when I type the period after the table alias.
select * from fnd_user@prod u
where u.
Thanks.