ORA-00933 when opening plan window (F5)

RHuesken

Member
PL/SQL Developer
Version 13.0.6.1911 (64 bit)

I use the option to have multiple sql queries in a single SQL window, separated by a semicolon. Execute only runs the selected query. This works fine. When I request the plan of that selected query (F5), the plan window gives an error : ORA-00933 SQL statement not properly ended.

When I manually select the query and press F5, the plan window opens correctly. Is this a bug, or is there a way to prevent this behavior?

 
The Explain Plan function does indeed not extract the SQL statement at the cursor position. I have added this to the list of enhancement requests.
 
Back
Top