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.

Column list popup selection doesn't work in 20.4

stomJan 28 2021
  1. type a query using a schema qualifier. for example, select * from sys.dba_objects;
  2. delete the '*' and press ctrl+space to show the column list popup.
    image.png
  3. select a column name from the list.
  4. it doesn't populate column names(s) in the query

image.png
It works fine in 20.2
It works in 20.4 if you don't use a schema qualifier. Unfortunately, no schema qualifier is a no go for me.

SQL Developer version 20.4
OS: Windows 10
DB: 12.2.0.1

Comments
Post Details
Added on Jan 28 2021
22 comments
2,680 views