Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Autocomplete / "Completion Insight" unqualifies table names

Tom SWFeb 15 2018 — edited Feb 19 2018

When I use Completion Insight to complete the name of a table in a query, it removes the schema prefix from the name of the table if it's in the current schema.

For example:

select t.* from s1.proj <-- autocomplete

-->

select t.* from project_names

Is there any way to change this behaviour? I would prefer to keep the schema prefix.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 19 2018
Added on Feb 15 2018
2 comments
647 views