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!

[4.2EA] Index listed twice

Patrick JolliffeOct 19 2016 — edited Jan 3 2017

Not sure if this is a bug, or if this is by design, but it looks very odd (at least to me).

Create an index with two descending columns, it is listed twice in table view.

CREATE TABLE DOUBLE_DESC_T (COLA NUMBER, COLB NUMBER);

CREATE INDEX DOUBLE_DESK_I ON DOUBLE_DESC_T (COLA DESC, COLB DESC);

2desc.png

(Note probably is same behavior in current non-EA version, no time to check right now).

Comments

User479173-OC
Answer

Upgrading Connector resolved the issue.

Marked as Answer by User479173-OC · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 31 2017
Added on Oct 19 2016
6 comments
303 views