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.

F10 doesn't work on sqldeveloper 17.4

3616657Jan 10 2018 — edited Feb 7 2018

good morning

I've just installed SQldeveloper 17.4, but doesn't work "Explain Plan"

pastedImage_0.png

AND If I try again "Explain Plan" it asks me to commit and it still doesn't work, Is this correct?

pastedImage_2.png

Comments

Hendrik Schmidt

Hi

tested with 17.3.x and works with F10 and the Icon for explainplan.

Found new

regards

thatJeffSmith-Oracle

yes, if you config the plan preferences to avoid this bug, F10 works with no problems

Vadim Tropashko-Oracle

There was a thread about it couple weeks ago or so. Here is the summary:

1. To reproduce create plan_table like this:

https://www.cs.put.poznan.pl/rwrembel/utlxplan9i.sql

2. The java log window would exhibit messages like this:

CPU_COST=Invalid column name

DEPTH=Invalid column name

IO_COST=Invalid column name

OBJECT_ALIAS=Invalid column name

QBLOCK_NAME=Invalid column name

TEMP_SPACE=Invalid column name

TIME=Invalid column name

together with the symptoms reported by OP

To fix this please drop plan table in your local schema, while we (oracle) will take care of better error message or fix in the next release.

3616657

ok thanks, how i've to confing my preferences

3616657

ok thanks, how i've to confing my preferences

Paul Simmons

Unfortunately I am still getting this.  I have removed the the reference to XML columns in config, and restarted.

executing explain plan still fails with any graphical output

executing the following still works however

set autotrace on

select * from user_users;

unknown-7404

Please create your own thread for your own issue and provide all of your particulars there.

3616657

I've downgrade to 17.3

3616657

beaten

John_K

I get this error without having any local plan table.

Hendrik Schmidt

Hi

I retested

I have sqldeveloper 17.4.0.355.

I have an select... -> If I press F10 -> expain plan opened?

Are you sure not running into:

regards

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

Post Details

Locked on Mar 7 2018
Added on Jan 10 2018
11 comments
1,302 views