Hi
I rely heavily on the code assistant to complete my tables et al, and cant seem to make it work the way I want:
Using the below sequence:
1) ALTER SESSION SET SCHEMA_NAME = MYSCHEMA;
2) SELECT * FROM
3) SELECT * FROM MYSCHEMA.
If I dont put in Step 1, Step 2 doesn't work.
After running Step 1, Step 2 works but code assistant drop down doesnt appear - This is the main bone of contention.
Step 3 takes abnormally long for the code assistant drop down to appear every time I type until the period.
I understand this could be something related to synonyms et al, but this same thing works like a charm in SQL Developer (which is anyway legacy-wise slow)
Could you please help me to understand, is there a permission issue here?