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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

Processing
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
633 views